[
https://issues.apache.org/jira/browse/BEAM-10461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17193049#comment-17193049
]
Beam JIRA Bot commented on BEAM-10461:
--------------------------------------
This issue is P2 but has been unassigned without any comment for 60 days so it
has been labeled "stale-P2". If this issue is still affecting you, we care!
Please comment and remove the label. Otherwise, in 14 days the issue will be
moved to P3.
Please see https://beam.apache.org/contribute/jira-priorities/ for a detailed
explanation of what these priorities mean.
> ReadFromBigQuery read with script (temporary functions)
> -------------------------------------------------------
>
> Key: BEAM-10461
> URL: https://issues.apache.org/jira/browse/BEAM-10461
> Project: Beam
> Issue Type: Improvement
> Components: io-py-gcp
> Reporter: Gerard Casas Saez
> Priority: P2
> Labels: stale-P2
>
> AS a user I have a custom function that I use for querying a table. As such,
> I would like to build a Query on a beam pipeline with the function inlined
> there. However it seems that currently Beam readers do not accept this as I
> get:
> ```
> {
> "error": {
> "code": 400,
> "message": "configuration.query.destinationTable cannot be set for
> scripts",
> "errors": [
> {
> "message": "configuration.query.destinationTable cannot be set for
> scripts",
> "domain": "global",
> "reason": "invalid"
> }
> ],
> "status": "INVALID_ARGUMENT"
> }
> }
> ```
> Wondering if anyone has a recommendation on how to add support for this?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)