Skip to content
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

Add name and dag_id to asset decorators #47596

Merged
merged 1 commit into from
Mar 11, 2025

Conversation

uranusjr
Copy link
Member

This allows the user to provide a custom asset name or dag_id to the underlying asset or DAG, instead of always bounded to the function name. This provides feature parity to the dag decorator.

Fix #46955.

This allows the user to provide a custom asset name or dag_id to the
underlying asset or DAG, instead of always bounded to the function name.
This provides feature parity to the dag decorator.
@Lee-W Lee-W self-requested a review March 11, 2025 07:59
@Lee-W Lee-W merged commit 2b1c275 into apache:main Mar 11, 2025
62 checks passed
@Lee-W Lee-W deleted the asset-deco-customize branch March 11, 2025 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not able to provide the name attribute to the asset decorator
2 participants