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


##########
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:
   ```suggestion
           if not self.configuration_description:
                self.configuration_description = 
retrieve_configuration_description()
   ```
   
   perhaps?



-- 
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