dbt-duckdb
dbt-duckdb copied to clipboard
Fix/register partitioned tables in glue
- resolved issue when writing a new partition to glue for a table with the same schema would result in multiple glue schema versions (instead of just adding a partition)
- resolved issue where when writing new partition to Glue: The schema of the file at external_read_location //*.parquet would be picked up instead of actual last written partition year=2024/month=03/day=20/*.parquet
@firewall413, hey nice to see you-- and thanks for putting this together!
Still working on those failing tests, my bad, I'll finish up after my holidays!
Would it be possible to have a look at the Motherduck test? It seems to be blocking this PR
Would it be possible to have a look at the Motherduck test? It seems to be blocking this PR
i'll take a look after this run completes.