From 33ddcd9ef7b0c7c1e888e4aad93a641022571a9f Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Fri, 8 Nov 2019 15:33:10 +0100 Subject: [PATCH] [AIRFLOW-5875] Fix typo in example_qubole_operator.py (#6525) --- airflow/contrib/example_dags/example_qubole_operator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow/contrib/example_dags/example_qubole_operator.py b/airflow/contrib/example_dags/example_qubole_operator.py index 97ed61d2d3f6e..dba4cb8f5ee7f 100644 --- a/airflow/contrib/example_dags/example_qubole_operator.py +++ b/airflow/contrib/example_dags/example_qubole_operator.py @@ -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"}]',