The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
af1b625db1f76ab7e583cf0192ffa2ef04b94188 / Jarek Potiuk <[email protected]>
Fix Databricks SQL operator serialization

The Databricks SQL operator returned Databricks Row which were not
serializatble, because they were special extension of tuples that also
acted as dict. In case of SQLOperator, we return a different format
of output - separately descriptions of the rows and separately rows
of values which are regular tuples.

This PR converts the Databrick Rows into regular tuples on the flight
while processing the output

Fixes: #31753
Fixes: #31499

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

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to