potiuk commented on code in PR #32263:
URL: https://github.com/apache/airflow/pull/32263#discussion_r1247000485
##########
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:
(I was just looking at the snippet in the conversation - that's why).
--
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]