HaythemJ commented on issue #55224:
URL: https://github.com/apache/airflow/issues/55224#issuecomment-3250537712

   Additional Information: I am getting the same behavior while triggering the 
DAG using REST API
   
   curl --location 'http://<host>/api/v2/dags/<dag_id>/dagRuns' \
   --header 'Content-Type: application/json' \
   --header 'Authorization: ******' \
   --data '{
       "logical_date": "2025-09-03T21:55:22Z"
   }'
   
   The DAG is kept queued for a long time.


-- 
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]

Reply via email to