vandonr-amz commented on code in PR #33481:
URL: https://github.com/apache/airflow/pull/33481#discussion_r1300451046
##########
airflow/cli/commands/standalone_command.py:
##########
@@ -182,7 +182,7 @@ def initialize_database(self):
# server. Thus, we make a random password and store it in AIRFLOW_HOME,
# with the reasoning that if you can read that directory, you can see
# the database credentials anyway.
- from airflow.utils.cli_app_builder import get_application_builder
+ from airflow.auth.managers.fab.cli_commands.utils import
get_application_builder
Review Comment:
yes I know, we talked a bit about it on Thursday when we looked at the code
together :)
I moved the "easy" commands in the PR, this one will need to move (at least
partially) too, but the situation is a little bit more complex, I suggest
dealing with it in a separate PR, where I'd introduce an `init_airflow` method
in auth managers for instance.
--
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]