You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/02/11 22:46:10 UTC

[GitHub] [airflow] potiuk commented on a change in pull request #21530: Added template_ext = ('.json') to databricks operators #18925

potiuk commented on a change in pull request #21530:
URL: https://github.com/apache/airflow/pull/21530#discussion_r805054394



##########
File path: airflow/providers/databricks/operators/databricks.py
##########
@@ -246,6 +246,7 @@ class DatabricksSubmitRunOperator(BaseOperator):
 
     # Used in airflow.models.BaseOperator
     template_fields: Sequence[str] = ('json',)
+    template_ext: Sequence[str] = ('json',)

Review comment:
       You should add it as ".json" not "json"




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org