Skip to content

Conversation

@ricky-chaoju
Copy link
Contributor

related: #59402

Migrate deprecated SQLAlchemy Query object usage to SQLAlchemy 2.0 style in:

  • providers/google/src/airflow/providers/google/cloud/triggers/bigquery.py
  • providers/google/src/airflow/providers/google/cloud/triggers/dataproc.py
  • providers/google/tests/system/google/gcp_api_client_helpers.py
  • providers/google/tests/unit/google/cloud/utils/gcp_authenticator.py
  • providers/google/tests/unit/google/marketing_platform/operators/test_campaign_manager.py

^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in airflow-core/newsfragments.

  Migrate to SQLAlchemy 2.0 style using select/delete with session.scalar/execute.

  Related to apache#59402
@boring-cyborg boring-cyborg bot added area:dev-tools area:providers backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch provider:google Google (including GCP) related issues labels Jan 9, 2026
@shahar1 shahar1 merged commit a68d80d into apache:main Jan 10, 2026
94 checks passed
@github-actions
Copy link

Backport failed to create: v3-1-test. View the failure log Run details

Status Branch Result
v3-1-test Commit Link

You can attempt to backport this manually by running:

cherry_picker a68d80d v3-1-test

This should apply the commit to the v3-1-test branch and leave the commit in conflict state marking
the files that need manual conflict resolution.

After you have resolved the conflicts, you can continue the backport process by running:

cherry_picker --continue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:providers backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch provider:google Google (including GCP) related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants