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 2022/01/05 15:51:51 UTC

[GitHub] [airflow] uranusjr commented on issue #20579: Airflow 2.2.3 : "airflow dags trigger" command gets "Calling `DAG.create_dagrun()` without an explicit data interval is deprecated"

uranusjr commented on issue #20579:
URL: https://github.com/apache/airflow/issues/20579#issuecomment-1005846110


   The entire experiemental API is deprecated anyway so I’m not going to bother fixing this. Feel free to submit a PR if you are bothered by it. The fix is easy; just pass `data_interval=(execution_date, execution_date)` to `create_dagrun()`.


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