airbytehq / airbyte

The leading data integration platform for ETL / ELT data pipelines from APIs, databases & files to data warehouses, data lakes & data lakehouses. Both self-hosted and Cloud-hosted.
https://airbyte.com
Other
15.29k stars 3.95k forks source link

Handle empty string values for `datetime`, `date`, and `time` types #27895

Open cynthiaxyin opened 1 year ago

cynthiaxyin commented 1 year ago

In the dbt type parsing logic for old normalization, empty string values for these 3 types are always converted to null for all destination types (L534, L558, L583).

In the 1s1t world, how should we handle this?

evantahler commented 1 year ago

Grooming:

harsha-mangena commented 9 months ago

@evantahler, @cynthiaxyin Can I pick this up?

cynthiaxyin commented 9 months ago

@harsha-mangena Sure! Contributions are always welcome :)