the CREATE TABLE $(nam) AS SELECT pattern in the build command doesn't allow duckdb users to maintain their persistant objects as parquest file
#@ persist name="tableName" { duckdb = "differnet stuff" }
or something like that to allow the building of parquet files when this model is used with a duckdb connection
the
CREATE TABLE $(nam) AS SELECTpattern in the build command doesn't allow duckdb users to maintain their persistant objects as parquest file#@ persist name="tableName" { duckdb = "differnet stuff" }or something like that to allow the building of parquet files when this model is used with a duckdb connection