-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
google-cloud-dlp dependency is out of date #26978
Comments
Thanks for opening your first issue here! Be sure to follow the issue template! |
This is not a bug. we can make progress in such issues only if users of google (like yourself) will raise PRs. airflow/airflow/providers/google/provider.yaml Lines 56 to 119 in 40d19b9
I'm closing this issue because we are not going to have separated issue per package. |
And let me add to what @eladkal wrote - @stfines-clgx - upgrading some dependencies is one of the best contributions you might provide - if your organisation wants to upgrade a dependency in a free software that is mostly maintained by voluntaries, spending your company resources to upgrade those deps is one of the best ways your organisation pays back (and easy way to become a contributor). This is easy - open a pr with updating a dependncy in provider.yaml of google provider (airflow/providers/google/provider.yaml that @eladkal added ) - and update it and fix all the problems in unit tests etc. that are result of it. Happy to help to review and guide you on that. Looking forward to it! |
Apache Airflow Provider(s)
google
Versions of Apache Airflow Providers
apache-airflow = "^2.4.1"
apache-airflow-providers-google = "^8.4.0"
Apache Airflow version
2.4.1
Operating System
Darwin C02CP187MD6R 21.6.0 Darwin Kernel Version 21.6.0: Mon Aug 22 20:17:10 PDT 2022; root:xnu-8020.140.49~2/RELEASE_X86_64 x86_64
Deployment
Docker-Compose
Deployment details
Development environment
What happened
Latest apache beam cannot be installed because of the out of date google-cloud-dlp dependency:
What you think should happen instead
the apache beam google provider should install using a much more current version of google-cloud-dlp; as of the creation of the ticket it is 3.9.2
How to reproduce
set up a project with the two providers above and attempt to install any beam with gcp extensions at the current version @2.42
I tested down to 2.40 with the same result
Anything else
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: