Abacn commented on issue #33442:
URL: https://github.com/apache/beam/issues/33442#issuecomment-2654635820

   Jdbc data time type has been a long standing issue in Python JdbcIO. A 
workaround could be cast to string in the query 
   
   > SELECT CAST(day AS VARCHAR(20)); FROM test_table
   
   and use a Map to transfer to python date type downstream


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