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

feat(datasets): add backward compat for DatasetAll, DatasetAny, expand_alias_to_datasets and DatasetAliasEvent #44635

Merged
merged 1 commit into from
Dec 7, 2024

Conversation

Lee-W
Copy link
Member

@Lee-W Lee-W commented Dec 4, 2024

Why

Ease the migration of dataset to asset

What

allow from airflow.datasets import DatasetAll, DatasetAny, expand_alias_to_datasets and DatasetAliasEvent

Closes: #44375


^ 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.rst or {issue_number}.significant.rst, in newsfragments.

@Lee-W Lee-W requested a review from uranusjr December 4, 2024 04:54
@Lee-W Lee-W changed the title feat(datasets): add backward compat for DatasetAny, DatasetAny, expand_alias_to_datasets and DatasetAliasEvent feat(datasets): add backward compat for DatasetAll, DatasetAny, expand_alias_to_datasets and DatasetAliasEvent Dec 4, 2024
@Lee-W Lee-W force-pushed the add-backward-compat-for-aip-74 branch from 0657ad7 to 31ed59f Compare December 4, 2024 04:56
@Lee-W Lee-W added area:datasets Issues related to the datasets feature AIP-74 Dataset -> Asset labels Dec 4, 2024
@Lee-W Lee-W force-pushed the add-backward-compat-for-aip-74 branch from 8977f24 to 08822c8 Compare December 6, 2024 04:28
airflow/datasets/__init__.py Outdated Show resolved Hide resolved
@Lee-W Lee-W force-pushed the add-backward-compat-for-aip-74 branch 3 times, most recently from 85f5130 to 21f4eb3 Compare December 6, 2024 15:10
@Lee-W Lee-W force-pushed the add-backward-compat-for-aip-74 branch from 21f4eb3 to 1fbba42 Compare December 6, 2024 15:41
@Lee-W Lee-W merged commit 58bd547 into apache:main Dec 7, 2024
66 checks passed
@Lee-W Lee-W deleted the add-backward-compat-for-aip-74 branch December 7, 2024 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AIP-74 Dataset -> Asset area:datasets Issues related to the datasets feature
Projects
Development

Successfully merging this pull request may close these issues.

Compatibility for AIP-74
2 participants