Taragolis commented on code in PR #35576:
URL: https://github.com/apache/airflow/pull/35576#discussion_r1392090005
##########
airflow/providers/databricks/operators/databricks.py:
##########
@@ -720,7 +720,7 @@ class DatabricksRunNowOperator(BaseOperator):
"""
# Used in airflow.models.BaseOperator
- template_fields: Sequence[str] = ("json", "databricks_conn_id")
+ template_fields: Sequence[str] = ("json", "databricks_conn_id", "job_id")
Review Comment:
```console
FAILED
tests/providers/databricks/operators/test_databricks.py::TestDatabricksRunNowOperator::test_init_with_templating
- AttributeError: 'job_id' is configured as a template field but
DatabricksRunNowOperator does not have this attribute.
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]