[
https://issues.apache.org/jira/browse/BEAM-9572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17066016#comment-17066016
]
Pablo Estrada commented on BEAM-9572:
-------------------------------------
Did you pass the pipeline option `experiments=use_beam_bq_sink`? If so, the
pipeline should work. You shouldn't be calling `.get` on the value provider,
just passing it to the transform.
By passing `WriteToBigQuery(table=extraction_options.tableId)`, it should be
enough.
> Allow RuntimeValueProviders for WriteToBigQuery transform (dataflow templates)
> ------------------------------------------------------------------------------
>
> Key: BEAM-9572
> URL: https://issues.apache.org/jira/browse/BEAM-9572
> Project: Beam
> Issue Type: Bug
> Components: io-py-gcp
> Affects Versions: 2.19.0
> Reporter: José Miguel Rebelo
> Assignee: Pablo Estrada
> Priority: Critical
> Attachments: error.PNG
>
>
> the *WriteToBigQuery* transform should be able to receive the *table*
> parameter as a *ValueProvider.*
>
> When I try to *create and stage* the pipeline with the table parameter as a
> ValueProvider, I get the error attached
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)