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 625d57e commit 58da3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qds_sdk/quest.py
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ def create_pipeline(pipeline_name, schema, source_data_format, source_data_store
select_column_names=operator["select"]["column_names"])
elif operator.items()[0][0] is "watermark":
operator_response = QuestAssisted.add_operator(pipeline_id, operator="watermark",
watermark_column_name=operator["watermark"]["column_names"],
watermark_column_name=operator["watermark"]["column_name"],
watermark_frequency=operator["watermark"]["frequency"])

elif operator.items()[0][0] is "windowed_group":
Expand Down

0 comments on commit 58da3b4

Please sign in to comment.