Skip to content

Commit

Permalink
Adding changes
Browse files Browse the repository at this point in the history
  • Loading branch information
harshits committed Jan 17, 2020
1 parent 97a43e7 commit 46aa5e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qds_sdk/quest.py
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ def add_sink(pipeline_id, data_store,
raise ParseError("Please add only one valid sink out of [kafka, s3, snowflake, hive, google_storage]")

@staticmethod
def create_pipeline(pipeline_name, schema, source_data_format, source_data_store, sink_data_store, topic_type,
def create_pipeline(pipeline_name, schema, source_data_format, source_data_store, sink_data_store,
checkpoint_location,
cluster_label,
output_mode,
Expand All @@ -612,6 +612,7 @@ def create_pipeline(pipeline_name, schema, source_data_format, source_data_store
sink_topics=None,
trigger_interval=None,
can_retry=True,
topic_type="multiple",
command_line_options=None,
operators=None,
channel_id=None,
Expand Down

0 comments on commit 46aa5e6

Please sign in to comment.