Uh oh!
There was an error while loading. Please reload this page.
Add @task.kubernetes taskflow decorator - #25663
Conversation
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contribution Guide (https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst)
|
There was a problem hiding this comment.
This docstring is duplicated; there’s already one near the top, so I took the chance to remove it.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
kaxil
commented
Aug 12, 2022
Thanks for making this cross the finish line @fletchjeff |
kaxil
commented
Aug 12, 2022
@fletchjeff@uranusjr Can one of you look at the failing tests please:
Feels related since those are provider failures only |
Hi @kaxil , both of those failures seem to be related to snowflake connector. I see similar messages in the |
kaxil
commented
Aug 14, 2022
Should be fixed by #25697 -- I have rebased the PR 🤞 |
Uh oh!
There was an error while loading. Please reload this page.
Awesome work, congrats on your first merged pull request! |
kaxil
commented
Aug 22, 2022
@fletchjeff Thanks for staying on top of this 🎉 |
potiuk
commented
Aug 22, 2022
wooooooohoooo 🎉 |
fletchjeff
commented
Aug 23, 2022
Thank you all!! Super excited to get to use this now :) |
Adds the
@task.kubernetesdecorator to run arbitrary python code in a DAG in a k8s pod using the KubernetesPodOperator.closes: #19135
This fixes some of the changes requested with pull request 21077. Shout out to @subkanthi who did most of the work, I just made the final requested changes.
The
python_kubernetes_script.pyandpython_kubernetes_script.jinja2are now in theairflow/providers/cncf/kubernetesfolder.Co-authored-by: subkanthi subkanthi@gmail.com
^ 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.rstor{issue_number}.significant.rst, in newsfragments.