Simeon

Results 3 comments of Simeon

I did a test exporting the DB `on-run-start` and importing it `on-run-end` ``` {% macro exportdb() %} EXPORT DATABASE 'test_export'; {% endmacro %} {% macro importdb() %} IMPORT DATABASE 'test_export';...

I modified the exported `schema.sql` file to repoint it from `project` to a new database called `recreated` and removed all of the `__dbt_tmp` suffixes, then reran directly in DuckDB via...

Here's a stranger update: If the pipeline is run with a seed file present, the DB only reaches ~2000kb and doesn't grow at all with each successive `dbt run` When...