vincbeck commented on code in PR #49017:
URL: https://github.com/apache/airflow/pull/49017#discussion_r2035850706


##########
airflow-core/src/airflow/cli/cli_config.py:
##########
@@ -45,6 +46,7 @@ def lazy_load_command(import_path: str) -> Callable:
     _, _, name = import_path.rpartition(".")
 
     def command(*args, **kwargs):
+        ProvidersManager().initialize_providers_configuration()

Review Comment:
   Base on our conversation with @potiuk 
[here](https://apache-airflow.slack.com/archives/C06K9Q5G2UA/p1744208465193709)



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to