You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/07/17 17:59:25 UTC

[GitHub] [airflow] pkuca commented on issue #17054: Unable to trigger a DAG run via stable rest api

pkuca commented on issue #17054:
URL: https://github.com/apache/airflow/issues/17054#issuecomment-881936291


   Does it work like this?
   ```
   curl -X POST -d "{\"execution_date\": \"$(date -u -Iseconds)\"}" https://<env>.centralus.cloudapp.azure.com/api/v1/dags/<dag_id>/dagRuns -H 'content-type: application/json' --user airflow
   ```


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org