-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Allow Asset decorator to work with any TaskFlow operator #51229
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
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 Contributors' Guide (https://github.com/apache/airflow/blob/main/contributing-docs/README.rst)
|
5b011ef
to
37479ee
Compare
09e0011
to
c54ac9f
Compare
the test failure doesn't look like something related to this change. let me rebase from the main branch and see how it works |
151cfcb
to
d9539ea
Compare
Awesome work, congrats on your first merged pull request! You are invited to check our Issue Tracker for additional contributions. |
closes: #51228
Extends the Airflow 3
@asset
decorator to support anyTaskFlow
operator.To match the Asset-Centric Syntax specification, the asset is implicitly set as an outlet of the that task it decorates.
This is my first contribution here, I tried to keep the changes to a minimum but please let me know if there are any issues, and I will do my best to address them.
Thanks.
Examples usage (from #51228 ):