Harris Chiu created AIRFLOW-4233:
------------------------------------
Summary: BigQueryToCloudStorageOperator with TemplateNotFound for
filename ending with .sql
Key: AIRFLOW-4233
URL: https://issues.apache.org/jira/browse/AIRFLOW-4233
Project: Apache Airflow
Issue Type: Bug
Reporter: Harris Chiu
The issue happens when we have destination url ending with .sql.
It is related to the defined template extension template_ext = ('.sql',)
The operator looks for jinja template, however, it's an output path, so the
file is not found when looking for any jinja template syntax
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)