QuinRiva opened a new pull request #11540:
URL: https://github.com/apache/airflow/pull/11540


   closes: #11370
   ---
   
   JSON serialization thows errors if date/datetime fields are in the table.  
Converting those fields to strings before serialization solves this issue.
   
   Additionally add the DATETIME (which is separate to timestamp) as a typemap 
for converting a field to bigquery.  This has the unfortunate side-effect of 
converting DATE to DATETIME as the MSSQL DBAPI doesn't distinguish between DATE 
and DATETIME (both type 2).
   


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


Reply via email to