Uploaded image for project: 'Beam'
  1. Beam
  2. BEAM-10461

ReadFromBigQuery read with script (temporary functions)

Details

    • Improvement
    • Status: Open
    • P3
    • Resolution: Unresolved
    • None
    • None
    • io-py-gcp
    • None

    Description

      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?

      Attachments

        Activity

          People

            Unassigned Unassigned
            gcasassaez Gerard Casas Saez
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: