Skip to content

Commit

Permalink
demo for change in load
Browse files Browse the repository at this point in the history
  • Loading branch information
sb2nov committed Mar 8, 2015
1 parent 86414b1 commit e0f306c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dataduct/steps/create_load_redshift.py
Expand Up @@ -49,7 +49,7 @@ def __init__(self, id, table_definition, input_node=None,

super(CreateAndLoadStep, self).__init__(
id=id, script=script, input_node=input_node,
script_arguments=script_arguments, **kwargs)
script_arguments=script_arguments, no_output=True, **kwargs)

@classmethod
def arguments_processor(cls, etl, input_args):
Expand Down
2 changes: 2 additions & 0 deletions examples/example_upsert.yaml
Expand Up @@ -9,8 +9,10 @@ steps:
path: data/test_table1.tsv

- step_type: create-load-redshift
name: load_redshift
table_definition: tables/dev.test_table.sql

- step_type: upsert
depends_on: load_redshift
source: tables/dev.test_table.sql
destination: tables/dev.test_table_2.sql

0 comments on commit e0f306c

Please sign in to comment.