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/07 10:33:22 UTC

[GitHub] [airflow] frankcash commented on pull request #26925: [AIRFLOW-26916] Begin porting execution_date to logical_date - TriggerDagRunOperator

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

   @uranusjr I believe this completes that field, I validated by creating a test function along the lines of
   
   `    td = TriggerDagRunOperator(task_id='td_os-get', trigger_dag_id='os-get-test', execution_date=datetime.datetime(2022, 4, 11, tzinfo=pytz.timezone('America/New_York')), wait_for_completion=True)` which properly worked and accepted `execution_date`, but just set the value as `logical_date` at the function init
   


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