connector-x icon indicating copy to clipboard operation
connector-x copied to clipboard

Feat/support datearray

Open Jordan-M-Young opened this issue 1 year ago • 0 comments

This PR seeks to add support for the _date/DATE[] date array type for postgres as requested int this issue. To accomplish this I've added the following:

- Date array types in postgres source, postgres_arrow2 transport, and arrow2 destination type systems.
- updated postgres.sql script for adding dummy _date data to test db.
- test in test_polars.rs

Jordan-M-Young avatar Apr 08 '24 14:04 Jordan-M-Young