- Fix for taps not sending the
time_extracted
field
- Add
hard_delete_mapping
for switching specific streams - Add
batch_wait_limit_seconds
config - Fix nested keys issue
- bump multiple dependencies
- Allow
REPEATED
fields of typeRECORD
to be created. - bump pylint
- bump joblib to 1.1.0 to fix issue jmriego#7
- bump test dependencies
- remove unused code
- Minor internal bugfixes
- Add location BigQuery configuration
- Fix for reserved table names
- Fix for bad decimals
- Improved logging of bad data
- Refactor code to make it more similar to other taps
- Truncate big numbers to the maximum range for NUMERIC in BigQuery
- Fix an issue when loading table names with reserved keywords
- Fixed an issue when the source tap can include uppercase primary keys
- Initial release