mrlimacz commented on PR #61176: URL: https://github.com/apache/airflow/pull/61176#issuecomment-3816919779
@SameerMesiah97 we want to have a task used across multiple DAGs that would take dates or date times object from DAG parameters for manual runs (ad-hoc client requests, for scheduled DAGs we use `data_interval_start` and `data_interval_end`). The resulting `period` is returned in XComs. For convinience I use `pendulum` for all date(time) related operations and stumbled upon `pendulum.Date` not being supported (while `datetime.date` is). -- 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]
