zikun commented on issue #9609:
URL: https://github.com/apache/airflow/issues/9609#issuecomment-652927309
I would say this is a feature request rather than a bug. The TimeSensor
behaves as expected.
I would like to propose a new sensor `DateTimeSensor`.
So in case above, it will be something like
`time_04h00_local = DateTimeSensor(task_id="time_01h30",
target_time=pendulum.parse('{{ next_execution_date
}}').add(days=1).replace(hour=2, minute=0)`
WDYT?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]