Updating the asset group is not working #46831
Labels
affected_version:3.0.0alpha
For all 3.0.0 alpha releases
area:core
area:datasets
Issues related to the datasets feature
kind:bug
This is a clearly a bug
priority:medium
Bug that should be fixed before next release but would not block a release
Apache Airflow version
3.0.0a3
If "Other Airflow 2 version" selected, which one?
No response
What happened?
If user is trying the update the asset group which was already defined, then its not getting updated.
Asset definition while creation:
left = Asset(name='asset_name')
- This goes by default in the asset groupUpdating definition:
left = Asset(name='asset_name', group='Dataset') - This should update the asset group from asset to dataset.
What you think should happen instead?
The asset group should be updated as per the asset definition
How to reproduce
Asset(name='asset_name')
Asset(name='asset_name', group='Dataset')
Operating System
Linux
Versions of Apache Airflow Providers
No response
Deployment
Other
Deployment details
No response
Anything else?
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: