-
Notifications
You must be signed in to change notification settings - Fork 26
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
deprecate GKEStartPodOperatorAsync #1464
Conversation
48bd7fb
to
19a4e80
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1464 +/- ##
==========================================
- Coverage 98.27% 98.25% -0.03%
==========================================
Files 91 91
Lines 4648 4575 -73
==========================================
- Hits 4568 4495 -73
Misses 80 80 ☔ View full report in Codecov by Sentry. |
19a4e80
to
a889645
Compare
b9e2a55
to
55538db
Compare
639e693
to
77cb7dd
Compare
setup.cfg
Outdated
@@ -53,15 +53,16 @@ apache.livy = | |||
apache-airflow-providers-apache-livy>=3.7.1 | |||
paramiko | |||
cncf.kubernetes = | |||
apache-airflow-providers-cncf-kubernetes>=4 | |||
# TODO: Update version when below RC is released | |||
apache-airflow-providers-cncf-kubernetes @https://files.pythonhosted.org/packages/a2/d5/aa6fb62804e9441b4cbddbdad85cfb5d7cba769b477e508871daaf483780/apache_airflow_providers_cncf_kubernetes-8.0.0rc1.tar.gz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would be good to test this with RC2 once out
astronomer/providers/google/cloud/operators/kubernetes_engine.py
Outdated
Show resolved
Hide resolved
astronomer/providers/google/cloud/operators/kubernetes_engine.py
Outdated
Show resolved
Hide resolved
77cb7dd
to
f99ec6b
Compare
0b27b69
to
db236ae
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will merge this so that we can test our regressions DAGs together on all RCs and create a separate PR later to update the versions in setup.cfg to released versions from the current RCs
Deprecate GKEStartPodOperatorAsync and proxy them to their Airflow OSS provider's counterpart.
This needs to wait for the fix of apache/airflow#37081