Forum Discussion
saritboo
1 year agoFrequent Visitor
DAGRun via API
Hi, I am trying to find out how to run Airflow DAG via API call. When I called an API from swagger UI page, it works properly. (using /connection api as example for simplicity) ...
saritboo
1 year agoFrequent Visitor
Hi Anonymous
It seems like that AIRFLOWAPIAUTH_BACKEND is default to airflow.api.auth.backend.basic_auth (assuming if it is the same config as auth_backend)
I also tried to modify configuration overrides with
AIRFLOW__API__AUTH_BACKENDS : airflow.api.auth.backend.basic_auth
but it doesn't seems to work, I am not sure if I am doing it right.
I cannot find any document related to API setting for Fabric Airflow. Hope for more tutorial on this soon.
reference:
https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#auth-backends