eladkal opened a new issue, #26916:
URL: https://github.com/apache/airflow/issues/26916
By the way, since [`execution_date` has been renamed to
`logical_date`](https://airflow.apache.org/docs/apache-airflow/stable/faq.html#faq-what-does-execution-date-mean),
but `TriggerDagRunOperator` [still uses this
nomenclature](https://airflow.apache.org/docs/apache-airflow/stable/_api/airflow/operators/trigger_dagrun/index.html#airflow.operators.trigger_dagrun.TriggerDagRunOperator),
shouldn't this be changed? Like so:
* rename the `execution_date` parameter to `logical_date`
* using the `execution_date` parameter in this class would call
`logical_date` for backward compatibility, after raising a deprecation warning
If this makes sense, I can create a new issue about it.
_Originally posted by @augusto-herrmann in
https://github.com/apache/airflow/issues/19264#issuecomment-1233400217_
--
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]