gopidesupavan commented on issue #50911: URL: https://github.com/apache/airflow/issues/50911#issuecomment-3090974550
am able to reproduce this, i think the error seems to happen only when there is cron expression provided, likely _get_next getting datatime.datetime type , instead of pendulum.DateTime. IMO its better to update this function to convert pendulum the current function arg value. https://github.com/apache/airflow/blob/4eb776ae19e90ca8aa2c3be890766ec880d925b4/airflow-core/src/airflow/timetables/_cron.py#L106 -- 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]
