RNHTTR commented on issue #33111:
URL: https://github.com/apache/airflow/issues/33111#issuecomment-1665563405
I'm not able to reproduce this; the `POST dags/{dag_id}/dagRuns` endpoint
seems to be working fine, and the POST request returns the expected result:
```
{'conf': {},
'dag_id': 'example_dag_basic',
'dag_run_id': 'manual__2023-08-04T12:49:05.504282+00:00',
'data_interval_end': '2023-08-04T00:00:00+00:00',
'data_interval_start': '2023-08-03T00:00:00+00:00',
'end_date': None,
'execution_date': '2023-08-04T12:49:05.504282+00:00',
'external_trigger': True,
'last_scheduling_decision': None,
'logical_date': '2023-08-04T12:49:05.504282+00:00',
'note': None,
'run_type': 'manual',
'start_date': None,
'state': 'queued'}
```
Can you please provide a complete example that includes the DAG code? Also,
you can wrap code in 3 back ticks (\``` before and \``` after your code sample)
to properly format code.
--
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]