[
https://issues.apache.org/jira/browse/BEAM-4171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17145187#comment-17145187
]
Beam JIRA Bot commented on BEAM-4171:
-------------------------------------
This issue was marked "stale-P2" and has not received a public comment in 14
days. It is now automatically moved to P3. If you are still affected by it, you
can comment and move it back to P2.
> Python BigQuery source fails for timestamps < year 1900
> -------------------------------------------------------
>
> Key: BEAM-4171
> URL: https://issues.apache.org/jira/browse/BEAM-4171
> Project: Beam
> Issue Type: Bug
> Components: sdk-py-core
> Reporter: Chamikara Madhusanka Jayalath
> Priority: P3
>
> This seems to be due to Python SDK using 'date.strftime' which has a known
> limitation.
> [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]
>
> This affects both Direct and Dataflow runners.
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)