artie-labs / transfer

Database replication platform that leverages change data capture. Stream production data from databases to your data warehouse (Snowflake, BigQuery, Redshift, Databricks) in real-time.
https://artie.com
Other
601 stars 29 forks source link

Adding missing types to Parquet #1016

Closed Tang8330 closed 2 weeks ago

Tang8330 commented 2 weeks ago

Missed adding TimestampTZ and TimestampNTZ when they got pulled out into separate data types.

Additional changes

  1. Removed typing.ETime
  2. Added tests