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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]