-
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 kubernetes async provider #1418
Comments
OSS KPO prints the container log at the end of execution, specifically when the execute_complete method runs. I am considering logging the container log in the trigger, but doing so would result in the log being printed twice: once when the trigger runs and again from the execute_complete method. I have a rough implementation in progress, which still needs testing and the addition of the parameter periodic_container_log. This parameter, when set to True, will also print the log from the trigger and keep it False by default. |
We verified that PR apache/airflow#37279 is able to fetch the container logs periodically. |
Waiting for OSS provider release |
Deperecate KubernetesPodOperatorAsync and proxy it to its OSS counterpart. related: #1418 --------- Co-authored-by: Pankaj Koti <pankajkoti699@gmail.com> Co-authored-by: Pankaj Koti <pankaj.koti@astronomer.io>
I have linked the above PRs in the description above. |
Is your feature request related to a problem? Please describe.
as most of the functionality has been contributed back to OSS airflow, we're going to leverage the code there and deprecate this project
Describe the solution you'd like
Describe alternatives you've considered
Additional context
Current Progress
KubernetesPodOperatorAsync
The text was updated successfully, but these errors were encountered: