ephraimbuddy commented on code in PR #38793:
URL: https://github.com/apache/airflow/pull/38793#discussion_r1554544576


##########
airflow/configuration.py:
##########
@@ -1439,11 +1439,13 @@ def as_dict(
             ("default", self._default_values),
             ("airflow.cfg", self),
         ]
+        # Force the providers configuration to be loaded
+        self.configuration_description = retrieve_configuration_description()

Review Comment:
   It’s there just that it doesn’t have providers configuration. so this would 
lead to old results. 
   where it was set initially, it was set not to load providers configuration. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to