Skip to content

Releases: anelendata/tap-bigquery

v0.3.9

18 Jul 14:05
Compare
Choose a tag to compare
  • update "google-cloud-bigquery>=3.25.0"
  • update dependencies
  • "simplejson>=3.11.0"
    Thank you (@gregkoutsimp)

v0.3.8

02 Jul 20:56
09f2d41
Compare
Choose a tag to compare
  • Constrain numpy version to (< 2) for Meltano compatibility
    Thank you (@AlejandroUPC)

v0.3.7

16 Jun 16:43
Compare
Choose a tag to compare
  • Support providing credentials via env var. (#26)
    Thank you (@cjohnhanson)

v0.3.6

15 Jul 01:19
Compare
Choose a tag to compare

v0.3.5

23 Dec 02:25
68d75d9
Compare
Choose a tag to compare

Bump getschema version to 0.1.2 so it allows empty object (dict) entries

v0.3.4

03 Dec 16:59
Compare
Choose a tag to compare
  • Bug fix: Do the proper null check (thx @NiallRees)

v0.3.3

26 Oct 16:43
Compare
Choose a tag to compare
  • Bug fix: Don't overwrite config when arg value is none

v0.3.2

13 Sep 05:51
bf39aa3
Compare
Choose a tag to compare
  • Fix the bug of requiring start_datetime even when state arg is present

v0.3.1

02 Sep 05:29
3ae8c80
Compare
Choose a tag to compare
  • 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

02 Sep 05:08
Compare
Choose a tag to compare
  • 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