moomindani commented on issue #69562:
URL: https://github.com/apache/airflow/issues/69562#issuecomment-4910533747

   Tested my PRs on the RC packages (installed from the 2026-07-06 dist 
artifacts, on Airflow 3.2.2):
   
   - #69230 (`common-sql==2.0.2rc1`, `databricks==7.17.0rc1`): validated 
against a live Databricks SQL warehouse — `fetch_one` on an empty result now 
returns `None` (previously `TypeError`), and non-empty / empty `fetch_all`, 
single-row, and multi-statement paths all pass with XCom-serializable results. 
For `exasol==4.10.4rc1` and `snowflake==6.15.0rc1` (annotation-only alignment 
from the same PR), hooks import cleanly and the `run()` return annotations 
include the None-able forms.
   - #68924 (`databricks==7.17.0rc1`): `DatabricksWorkflowTaskGroup` 
dependencies set with `>>` before the `with` block now reach the launch task 
(upstream) and leaf tasks (downstream); dependencies set after the block keep 
working.
   
   Everything works as expected.
   
   ---
   Drafted-by: Claude Code (Fable 5); reviewed by @moomindani before posting


-- 
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]

Reply via email to