You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Ludovic Post (Jira)" <ji...@apache.org> on 2021/03/31 18:23:00 UTC

[jira] [Updated] (BEAM-12079) Deterministic coding enforcement causes _StreamToBigQuery/CommitInsertIds/GroupByKey to fail

     [ https://issues.apache.org/jira/browse/BEAM-12079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ludovic Post updated BEAM-12079:
--------------------------------
    Description: 
{code:none}
TypeError: Unable to deterministically encode '<TableReference
 datasetId: 'my-dataset-id'
 projectId: 'my-project-id'
 tableId: 'my-table-id'>' of type '<class 'apache_beam.io.gcp.internal.clients.bigquery.bigquery_v2_messages.TableReference'>', please provide a type hint for the input of 'WriteToBigQuery/_StreamToBigQuery/CommitInsertIds/GroupByKey' [while running 'WriteToBigQuery/_StreamToBigQuery/CommitInsertIds/Map(reify_timestamps)-ptransform-171']
{code}
 

  was:
{code:java}
TypeError: Unable to deterministically encode '<TableReference
 datasetId: 'my-dataset-id'
 projectId: 'my-project-id'
 tableId: 'my-table-id'>' of type '<class 'apache_beam.io.gcp.internal.clients.bigquery.bigquery_v2_messages.TableReference'>', please provide a type hint for the input of 'WriteToBigQuery/_StreamToBigQuery/CommitInsertIds/GroupByKey' [while running 'WriteToBigQuery/_StreamToBigQuery/CommitInsertIds/Map(reify_timestamps)-ptransform-171']
{code}
 


> Deterministic coding enforcement causes _StreamToBigQuery/CommitInsertIds/GroupByKey to fail
> --------------------------------------------------------------------------------------------
>
>                 Key: BEAM-12079
>                 URL: https://issues.apache.org/jira/browse/BEAM-12079
>             Project: Beam
>          Issue Type: Bug
>          Components: io-py-gcp
>            Reporter: Ludovic Post
>            Priority: P2
>
> {code:none}
> TypeError: Unable to deterministically encode '<TableReference
>  datasetId: 'my-dataset-id'
>  projectId: 'my-project-id'
>  tableId: 'my-table-id'>' of type '<class 'apache_beam.io.gcp.internal.clients.bigquery.bigquery_v2_messages.TableReference'>', please provide a type hint for the input of 'WriteToBigQuery/_StreamToBigQuery/CommitInsertIds/GroupByKey' [while running 'WriteToBigQuery/_StreamToBigQuery/CommitInsertIds/Map(reify_timestamps)-ptransform-171']
> {code}
>  



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