You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Kenneth Knowles (Jira)" <ji...@apache.org> on 2022/01/16 14:34:00 UTC

[jira] [Commented] (BEAM-10461) ReadFromBigQuery read with script (temporary functions)

    [ https://issues.apache.org/jira/browse/BEAM-10461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17476808#comment-17476808 ] 

Kenneth Knowles commented on BEAM-10461:
----------------------------------------

To be honest, I don't totally understand the question. I suggest writing to user@beam.apache.org to find support from others in the Beam community.

> 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: P3
>
> 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.20.1#820001)