[ 
https://issues.apache.org/jira/browse/BEAM-10917?focusedWorklogId=634737&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-634737
 ]

ASF GitHub Bot logged work on BEAM-10917:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 05/Aug/21 18:55
            Start Date: 05/Aug/21 18:55
    Worklog Time Spent: 10m 
      Work Description: kmjung commented on a change in pull request #15185:
URL: https://github.com/apache/beam/pull/15185#discussion_r683710565



##########
File path: sdks/python/apache_beam/io/gcp/bigquery.py
##########
@@ -2116,19 +2116,20 @@ class ReadFromBigQuery(PTransform):
     on GCS, and then reads from each produced file. File format is Avro by
     default.
 
+  .. warning::
+      DATETIME columns are not supported. They are currently parsed as strings

Review comment:
       I believe the issue is that `DATETIME` columns aren't translated to 
native Python types, not that they aren't supported at all (they are converted 
to strings rather than to native Python datetime types). This is the same as 
with Avro file-based exports from BigQuery today: 
https://cloud.google.com/bigquery/docs/exporting-data#avro_export_details




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


Issue Time Tracking
-------------------

    Worklog Id:     (was: 634737)
    Time Spent: 12h 50m  (was: 12h 40m)

> Implement a BigQuery bounded source using the BigQuery storage API
> ------------------------------------------------------------------
>
>                 Key: BEAM-10917
>                 URL: https://issues.apache.org/jira/browse/BEAM-10917
>             Project: Beam
>          Issue Type: New Feature
>          Components: io-py-gcp
>            Reporter: Kenneth Jung
>            Assignee: Kanthi Subramanian
>            Priority: P3
>          Time Spent: 12h 50m
>  Remaining Estimate: 0h
>
> The Java SDK contains a bounded source implementation which uses the BigQuery 
> storage API to read from BigQuery. We should implement the same for Python.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to