duckdb / dbt-duckdb

dbt (http://getdbt.com) adapter for DuckDB (http://duckdb.org)
Apache License 2.0
790 stars 70 forks source link

added support to dynamically registering/adding partitions #327

Closed firewall413 closed 4 months ago

firewall413 commented 5 months ago

Added support to add new partitions (/locations) to existing or new Glue tables:

Previous PR only registered the Glue table and merely specified its partition columns.

What if, for each external s3 write, we want to register a new partition in Glue (2024/1/01; 2024/01/02; ...etc).