leakec commented on issue #50911:
URL: https://github.com/apache/airflow/issues/50911#issuecomment-2901370256

   Converting these lines to a `pendulum.instance` as shown below fixed the 
issue for me:
   ```python
           current_interval = DataInterval(
               start=pendulum.instance(dag_run.data_interval_start) or 
dagrun_date,
               end=pendulum.instance(dag_run.data_interval_end) or dagrun_date,
           )
   ```


-- 
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-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to