Skip to content

Commit

Permalink
[AIRFLOW-5875] Fix typo in example_qubole_operator.py (#6525)
Browse files Browse the repository at this point in the history
(cherry picked from commit 33ddcd9)
  • Loading branch information
potiuk authored and kaxil committed Dec 12, 2019
1 parent 4237e92 commit 3e69009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/contrib/example_dags/example_qubole_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def compare_result(**kwargs):
task_id='hive_s3_location',
command_type="hivecmd",
script_location="s3n://public-qubole/qbol-library/scripts/show_table.hql",
notfiy=True,
notify=True,
tags=['tag1', 'tag2'],
# If the script at s3 location has any qubole specific macros to be replaced
# macros='[{"date": "{{ ds }}"}, {"name" : "abc"}]',
Expand Down

0 comments on commit 3e69009

Please sign in to comment.