This is an automated email from the ASF dual-hosted git repository. utkarsharma pushed a commit to branch sync_2-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 99fc13e9427af3a55e74579548c9218a6166d222 Author: Tzu-ping Chung <[email protected]> AuthorDate: Tue Nov 12 17:57:26 2024 +0800 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 00d7cacc7f4..613c5e3394a 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
