-
Notifications
You must be signed in to change notification settings - Fork 14.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix templating fields and do_xcom_push in DatabricksSQLOperator (#27868)
When SQLExecuteQueryOperator has been introduced in #25717, it introduced some errors in the Databricks SQL operator: * The templated "schema" field has not been set as field in the operator. * The do_xcom_push parameter was ignored This PR fixes it by: * storing schema as field and using it via self reference * do_xcom_push is removed (and BaseOperator's one is used).
- Loading branch information
Showing
1 changed file
with
19 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters