eladkal commented on code in PR #32263:
URL: https://github.com/apache/airflow/pull/32263#discussion_r1246997133
##########
airflow/providers/databricks/operators/databricks_sql.py:
##########
@@ -71,7 +71,7 @@ class DatabricksSqlOperator(SQLExecuteQueryOperator):
"""
template_fields: Sequence[str] = tuple(
- {"_output_path", "schema", "catalog", "http_headers",
"databricks_conn_id"}
+ {"_output_path", "schema", "catalog", "http_headers",
"databricks_conn_id", "parameters"}
Review Comment:
But that is exactly what we do :)
See the line below in the code.
This is the change I made earlier today
https://github.com/apache/airflow/pull/32253
--
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]