hussein-awala commented on issue #30075:
URL: https://github.com/apache/airflow/issues/30075#issuecomment-1467015334
Usually I use python API to create manual DagRuns, and I set the state
without any problem:
```python
dag_run = dag.create_dagrun(
...,
state=DagRunState.QUEUED, # or DagRunState.RUNNING
...,
)
```
and I think it's the same for the REST API.
You can open a PR and test it. Assigned it to you
--
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]