Releases: anelendata/tap-bigquery
Releases · anelendata/tap-bigquery
v0.3.9
- update "google-cloud-bigquery>=3.25.0"
- update dependencies
- "simplejson>=3.11.0"
Thank you (@gregkoutsimp)
v0.3.8
- Constrain numpy version to (< 2) for Meltano compatibility
Thank you (@AlejandroUPC)
v0.3.7
- Support providing credentials via env var. (#26)
Thank you (@cjohnhanson)
v0.3.6
- Bump google-cloud-bigquery version to 3.2.0 (Thanks @seanglynn-thrive)
v0.3.5
Bump getschema version to 0.1.2 so it allows empty object (dict) entries
v0.3.4
- Bug fix: Do the proper null check (thx @NiallRees)
v0.3.3
- Bug fix: Don't overwrite config when arg value is none
v0.3.2
- Fix the bug of requiring start_datetime even when state arg is present
v0.3.1
- Fix the issue of schema row not wrapped with object
- Automatically convert date type to datetime type since date is not
supported by schema. - Better error handling when --start_datetime is missing.
- --catalog must be always set for sync (no more auto generate in sync)
v0.3.0
- Handle multiple streams
- Support state (bookmark)
- No need to use "CAST(<column_name> as datetime)" in datetime_key
See sample_config.json - Support Stitch Data's sdc timestamp keys
- Use singer library functions to write out the schema, records, and state