From 376773a1ba3c334ee6d271620bac4d3f566764db Mon Sep 17 00:00:00 2001 From: Tzu-ping Chung Date: Tue, 12 Nov 2024 17:57:26 +0800 Subject: [PATCH] Tweak strict_dataset_uri_validation documentation wording (#43918) --- airflow/config_templates/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow/config_templates/config.yml b/airflow/config_templates/config.yml index 00d7cacc7f47..613c5e3394a4 100644 --- a/airflow/config_templates/config.yml +++ b/airflow/config_templates/config.yml @@ -494,7 +494,7 @@ core: description: | Dataset URI validation should raise an exception if it is not compliant with AIP-60. By default this configuration is false, meaning that Airflow 2.x only warns the user. - In Airflow 3, this configuration will be enabled by default. + In Airflow 3, this configuration will be removed, unconditionally enabling strict validation. default: "False" example: ~ version_added: 2.9.2