You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jobs@airflow.apache.org by GitBox <gi...@apache.org> on 2022/11/23 10:34:34 UTC

[GitHub] [airflow]: Workflow run "Build images for Fix errors in Databricks SQL operator introduced when refactoring https://github.com/apache/airflow/pull/27854 " failed!

The GitHub Actions job "Build images for Fix errors in Databricks SQL operator introduced when refactoring https://github.com/apache/airflow/pull/27854
" on airflow.git has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
a751b21f40dd9b521f473e8bb3f75addad2ae24d / Jarek Potiuk <ja...@potiuk.com>
Fix errors in Databricks SQL operator introduced when refactoring

When SQLExecuteQueryOperator has been introduced, it introduced some
errors in the Databricks SQL operator:

* The templated "schema" field has not been set as field in the
  operator.
* The schema parameter has been still passed as _process_output
  parameter
* The do_xcom_push parameter was ignored

This PR fixes it by:

* storing schema as field and using it via `self` reference rather
  than passing it as parameter to _process_output
* removing separate do_xcom_push parameter (the BaseOperator's one
  will be used)

Report URL: https://github.com/apache/airflow/actions/runs/3531243778

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: jobs-unsubscribe@airflow.apache.org
For additional commands, e-mail: jobs-help@airflow.apache.org