You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/03 21:04:50 UTC

[GitHub] [beam] kennknowles opened a new issue, #18829: Python BigQuery source fails for timestamps < year 1900

kennknowles opened a new issue, #18829:
URL: https://github.com/apache/beam/issues/18829

   This seems to be due to Python SDK using 'date.strftime' which has a known limitation.
   
   [https://bugs.python.org/issue1777412](https://bugs.python.org/issue1777412)
   
   This has been fixed for Python 3.3**** 
   
    
   
   We might want to consider one of the workaround mentioned in the below post to fix BQ for Python 2.7.
   
   [https://stackoverflow.com/questions/10263956/use-datetime-strftime-on-years-before-1900-require-year-1900](https://stackoverflow.com/questions/10263956/use-datetime-strftime-on-years-before-1900-require-year-1900)
   
    
   
   This affects both Direct and Dataflow runners.
   
    
   
    
   
   Imported from Jira [BEAM-4171](https://issues.apache.org/jira/browse/BEAM-4171). Original Jira may contain additional context.
   Reported by: chamikara.


-- 
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: github-unsubscribe@beam.apache.org.apache.org

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