SameerMesiah97 opened a new pull request, #68731: URL: https://github.com/apache/airflow/pull/68731
**Description** This change adds test coverage for the `do_xcom_push=True` execution path in `SnowflakeSqlApiOperator`. The new test verifies that query IDs returned by the Snowflake SQL API are pushed to XCom using the expected key when XCom publishing is enabled. **Rationale** `SnowflakeSqlApiOperator` exposes submitted query IDs through XCom so that downstream tasks can reference or inspect the executed Snowflake statements. While the operator behavior was already implemented, the XCom publishing path was not explicitly covered by the test suite. Adding coverage for this branch helps protect against regressions in the operator's XCom behavior and ensures the expected query ID payload remains available to downstream consumers. **Backwards Compatibility** This change only adds test coverage and does not modify runtime behavior or public APIs. -- 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]
