GitHub user raphaelauv added a comment to the discussion: Manually Triggering a
Paused DAG
no
a hack would be to have a "copy paste" of the dag , maybe without scheduling
for this manual triggering
```python
for i in ["","manual"]:
schedule = "* * * * *" if i == "" else None
With Dag(schedule=schedule ...)
```
GitHub link:
https://github.com/apache/airflow/discussions/71353#discussioncomment-17972218
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]