This is an automated email from the ASF dual-hosted git repository.

uranusjr pushed a commit to branch v2-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v2-10-test by this push:
     new 376773a1ba3 Tweak strict_dataset_uri_validation documentation wording 
(#43918)
376773a1ba3 is described below

commit 376773a1ba3c334ee6d271620bac4d3f566764db
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

Reply via email to