potiuk commented on pull request #21272:
URL: https://github.com/apache/airflow/pull/21272#issuecomment-1028854738


   > If we replace the `UTCDateTime` class definition with
   > 
   > ```
   > UTCDateTime = DateTime
   > ```
   > 
   > does the error still show up?
   
   That's the first thing I checked. Yes. That's why I thought initially and 
that's why I thought this is not "our" problem. But I could not reproduce it 
with neither DateTime nor or UTCDateTime in the "MVE" (minimum viable error) 
script from SQLAlchemy. 
   My hypothesis is that maybe somewhere we hard-code or force different date 
format than the one that the driver uses, but I have not found it yet. 


-- 
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]


Reply via email to