Skip to content

Tags: scaledata/bigquery

Tags

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1 from scaledata/fix-scopes-option

Only use option.WithScopes if the input URI contains scopes

v1.0.3

Toggle v1.0.3's commit message
Update driver to work without dataset

For running management queries on
a bigquery instance, ie. create/delete
datasets, we need the bigquery driver
to work with connection-strings where we
don't provide the dataset.
This diff solves that with minimal
changes, to keep the fork not deviate too
much from the OSS driver.

v1.0.2

Toggle v1.0.2's commit message
Update driver to work without dataset

For running management queries on
a bigquery instance, ie. create/delete
datasets, we need the bigquery driver
to work with connection-strings where we
don't provide the dataset.
This diff solves that with minimal
changes, to keep the fork not deviate too
much from the OSS driver.

v1.0.1

Toggle v1.0.1's commit message
Update driver to work without dataset

For running management queries on
a bigquery instance, ie. create/delete
datasets, we need the bigquery driver
to work with connection-strings where we
don't provide the dataset.
This diff solves that with minimal
changes, to keep the fork not deviate too
much from the OSS driver.

v1.0.0

Toggle v1.0.0's commit message
Update driver to work without dataset

For running management queries on
a bigquery instance, ie. create/delete
datasets, we need the bigquery driver
to work with connection-strings where we
don't provide the dataset.
This diff solves that with minimal
changes, to keep the fork not deviate too
much from the OSS driver.