- Support providing credentials via env var (#26) Thank you (@cjohnhanson)
- Bump google-cloud-bigquery version to 3.2.0
- Bump getschema version to 0.1.2 so it allows empty object (dict) entries
- Bug fix: Do the proper null check (thx @NiallRees)
- Bug fix: Don't overwrite config when arg value is none
- Fix the bug of requiring start_datetime even when state arg is present
- 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)
- 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
- Add state message to satisfy any singer target
- Correct the way etl timestamp are exposed from the tap: switch from second in float type to commonoly used microseconds timestamp
- Pilot (non-release)