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

Tweak strict_dataset_uri_validation documentation wording #43918

Merged

Conversation

uranusjr
Copy link
Member

@uranusjr uranusjr commented Nov 12, 2024

See #43915. The warning message also already says this will be a hard error in Airflow 3.

warnings.warn(
f"The dataset URI {uri} is not AIP-60 compliant: {exception}. "
f"In Airflow 3, this will raise an exception.",
UserWarning,
stacklevel=3,
)

@uranusjr uranusjr mentioned this pull request Nov 7, 2024
4 tasks
@uranusjr uranusjr merged commit 376773a into apache:v2-10-test Nov 12, 2024
51 of 52 checks passed
@uranusjr uranusjr deleted the dataset-validation-removal-message branch November 12, 2024 09:57
@utkarsharma2 utkarsharma2 added the changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) label Dec 4, 2024
@utkarsharma2 utkarsharma2 added this to the Airflow 2.10.4 milestone Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants