通过具有身份验证的REST API触发Airflow DAG?

时间:2018-12-11 09:56:17

标签: airflow

我关注this way。并在没有提示的情况下运作良好。

  

卷曲-X POST \     http://localhost:8787/api/experimental/dags/hello_world/dag_runs \     -H'缓存控制:无缓存'\     -d'{}'

然后,我在airflow.cfg中使用google_auth

auth_backend = airflow.contrib.auth.backends.google_auth

我已经尝试请求,但无法正常工作。

  

curl -X POST \ http://localhost:8080/api/experimental/dags/hello_world/dag_runs \ -H'Cache-Control:no-cache'\ -d'{“ conf”:“ {\” client_id \“:\” xxxxxxxxxxxxxxxxxxxxxxxx.apps.googleusercontent。 com \“,\” client_secret \“:\” mysecretAPI-xxxxx \“}”}'

我可以使用api/experimental来通过google_auth触发DAG吗? 谢谢

0 个答案:

没有答案