Someone knows for the 3.1.0 version how is the right setting if I dont want to use the api, but I just need the other functionalities?
cause:
I work in a shared folder (restricted env)
I dont really need api and webserver cause each user will run the gui in localhost sharing metadata in a coomon postgresql database
users have their own config and log files in C:\
-----------
airflow.cfg file:
[core]
auth_manager="airflow.api_fastapi.auth.managers.simple.simple_auth_manager.SimpleAuthManager"
[api]
auth_backend="airflow.api_fastapi.auth.managers.simple.simple_auth_manager.SimpleAuthManager"
---------
Error:
raise AirflowConfigException(
airflow. exceptions.AirflowConfigException: The object could not be loaded. Please check "auth_manager" key in "core" section. Current value: "airflow.api_fastapi.auth.managers.simple.simple_auth_manager.SimpleAuthManager".
this is very strange cause the class object path seems to be well defined.
I cant fin any recent issues on Github linked to that, please any suggestion?
thanks