File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
embulk-output-jdbc/src/main/java/org/embulk/output/jdbc
embulk-output-redshift/src/main/java/org/embulk/output Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- package org .embulk .output .redshift ;
1
+ package org .embulk .output .jdbc ;
2
2
3
3
import com .fasterxml .jackson .annotation .JsonCreator ;
4
4
import com .fasterxml .jackson .annotation .JsonValue ;
Original file line number Diff line number Diff line change 18
18
import org .embulk .output .jdbc .JdbcOutputConnection ;
19
19
import org .embulk .output .jdbc .MergeConfig ;
20
20
import org .embulk .output .jdbc .TableIdentifier ;
21
+ import org .embulk .output .jdbc .Ssl ;
21
22
import org .embulk .output .redshift .RedshiftOutputConnector ;
22
23
import org .embulk .output .redshift .RedshiftCopyBatchInsert ;
23
- import org .embulk .output .redshift .Ssl ;
24
24
25
25
public class RedshiftOutputPlugin
26
26
extends AbstractJdbcOutputPlugin
You can’t perform that action at this time.
0 commit comments