Skip to content

Latest commit

 

History

History
61 lines (49 loc) · 1.69 KB

CHANGELOG.md

File metadata and controls

61 lines (49 loc) · 1.69 KB

1.5.0 (2023-06-10)

  • Added a new append_only config to allow for only inserting new rows and not updating existing data

1.4.1 (2022-08-02)

  • Fix: Instead of failing, use only the first 4 primary keys when clustering if more than 5 primary keys are defined by the tap stream's schema.

1.4.0 (2022-07-22)

  • Refactoring code to make it easier to add improvements
  • Support for microseconds
  • Fixes for date fields
  • Support for ACTIVATE_VERSION
  • Fixes for clustering when to Primary Key present

1.3.1 (2022-03-28)

  • Fix for taps not sending the time_extracted field

1.3.0 (2022-03-20)

  • Add hard_delete_mapping for switching specific streams
  • Add batch_wait_limit_seconds config
  • Fix nested keys issue
  • bump multiple dependencies

1.2.0 (2021-12-20)

  • Allow REPEATED fields of type RECORD to be created.
  • bump pylint

1.1.2 (2021-12-02)

  • bump joblib to 1.1.0 to fix issue #7
  • bump test dependencies
  • remove unused code

1.1.1 (2021-06-04)

  • Minor internal bugfixes

1.1.0 (2021-05-21)

  • 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

1.0.1 (2020-07-05)

  • Fixed an issue when the source tap can include uppercase primary keys

1.0.0 (2020-06-09)

  • Initial release