target-bigquery icon indicating copy to clipboard operation
target-bigquery copied to clipboard

target-bigquery is a Singer target for BigQuery. It supports storage write, GCS, streaming, and batch load methods. Built with the Meltano SDK.

Results 17 target-bigquery issues
Sort by recently updated
recently updated
newest added

Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.12.0 to 3.12.2. Release notes Sourced from filelock's releases. 3.12.2 What's Changed Restore 'if TYPE_CHECKING' syntax for FileLock definition by @​dlax in tox-dev/py-filelock#245 New Contributors @​dlax made...

dependencies
python

Bumps [orjson](https://github.com/ijl/orjson) from 3.8.10 to 3.9.1. Release notes Sourced from orjson's releases. 3.9.1 Fixed Fix memory leak on chained tracebacks of exceptions raised in default. This was introduced in 3.8.12....

dependencies
python

I have a timestamp coming from a source that causes BigQuery's default timestamp parsing to fail with how this package by default parses timestamps, [this line of code](https://github.com/z3z1ma/target-bigquery/blob/main/target_bigquery/core.py#L896) generates this...

I'm running into an issue where this BigQuery target is unable to load data which contains nested JSON. I have the following config: ```yml loaders: - name: target-bigquery variant: z3z1ma...

Bumps [packaging](https://github.com/pypa/packaging) from 23.0 to 23.1. Release notes Sourced from packaging's releases. 23.1 What's Changed chore: add typed classifier by @​miketheman in pypa/packaging#655 Improve parser error messaging around mistakes in/around...

dependencies
python

Bumps [simplejson](https://github.com/simplejson/simplejson) from 3.18.4 to 3.19.1. Release notes Sourced from simplejson's releases. v3.19.1 Version 3.19.1 released 2023-04-06 This release contains security hardening measures based on recommendations by a security audit...

dependencies
python

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4. Release notes Sourced from actions/setup-python's releases. v4.0.0 What's Changed Support for python-version-file input: #336 Example of usage: - uses: actions/setup-python@v4 with: python-version-file: '.python-version' #...

dependencies
github_actions