Skip to content

Migrate to using new bigquery go package #58

@djohnson-aperture

Description

@djohnson-aperture

What would you like to be added?

What is the feasibility of migrating to using their newer library?
https://pkg.go.dev/cloud.google.com/go/bigquery

It seems to offer a much stronger typing support, especially regarding parameter types.
Currently you can't pass a limit param as a number, because the marshalling fails due to expecting QueryParameterValue.Value to be string, when a number is fully supported by BiqQuery.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions