From c7ef1d65a39b14fd5e006dffbed39a788097f2f9 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) (cherry picked from commit 33ddcd9ef7b0c7c1e888e4aad93a641022571a9f) --- 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 569bcc6206b66..81d36bcb3d083 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"}]',