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 54e15ab commit 625d57e
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 @@ -843,7 +843,7 @@ def _watermark_operator(url, column_name, frequency):
"""
conn = Qubole.agent()
data = {"data": {"attributes": {"operator": "watermark", "column_name": column_name,
"frequency": frequency, "unit": "minute"}}}
"frequency": frequency, "unit": "minutes"}}}
return conn.put(url, data)

@staticmethod
Expand Down

0 comments on commit 625d57e

Please sign in to comment.