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/10/11 03:13:00 UTC

[GitHub] [airflow] uranusjr commented on pull request #26925: TriggerDagRunOperator porting execution_date to logical_date

uranusjr commented on PR #26925:
URL: https://github.com/apache/airflow/pull/26925#issuecomment-1274031393

   > believe this keeps that field
   
   It does not keep the _field_, only the argument. You need to add a `@property` so access to `self.execution_date` (via subclass or wrapper) continues to work.


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