Skip to content

Commit

Permalink
[AIRFLOW-4959] Add .hql support for the DataProcHiveOperator (apache#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko authored and kaxil committed Jul 17, 2019
1 parent 38bbaeb commit ae7de49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/contrib/operators/dataproc_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ class DataProcHiveOperator(DataProcJobBaseOperator):
"""
template_fields = ['query', 'variables', 'job_name', 'cluster_name',
'region', 'dataproc_jars', 'dataproc_properties']
template_ext = ('.q',)
template_ext = ('.q', '.hql',)
ui_color = '#0273d4'
job_type = 'hiveJob'

Expand Down

0 comments on commit ae7de49

Please sign in to comment.