apache / airflow

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
https://airflow.apache.org/
Apache License 2.0
37.34k stars 14.35k forks source link

fix google datacatalog operator tests #44281

Closed gopidesupavan closed 4 days ago

gopidesupavan commented 4 days ago

GCP has released new version of google-cloud-datacatalog, it seems added extra attributes.

https://github.com/apache/airflow/actions/runs/11965065908/job/33364323283#step:11:5147 https://cloud.google.com/python/docs/reference/datacatalog/latest/changelog


^ 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 newsfragments.

gopidesupavan commented 4 days ago

This seems version bump is required. in canary its installing latest version.

gopidesupavan commented 4 days ago

merging this one now, failures are not related to this change :)