We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5590e98 commit 0a2d0d1Copy full SHA for 0a2d0d1
airflow/providers/databricks/operators/databricks.py
@@ -246,6 +246,7 @@ class DatabricksSubmitRunOperator(BaseOperator):
246
247
# Used in airflow.models.BaseOperator
248
template_fields: Sequence[str] = ('json',)
249
+ template_ext: Sequence[str] = ('.json',)
250
# Databricks brand color (blue) under white text
251
ui_color = '#1CB1C2'
252
ui_fgcolor = '#fff'
@@ -479,6 +480,7 @@ class DatabricksRunNowOperator(BaseOperator):
479
480
481
482
483
484
485
486
0 commit comments