Closed NielsHoffmann closed 9 months ago
Not quite sure how to help here w/o more info on what changed...
1) Is the compiled query different from 0.9.2 to 0.10.0? 2) If the query is the same, which rows in the output are different (i.e. which ones get dropped in 0.10.0?)
I'm having troubles getting a reproducible case. However it does seem unrelated to dbt-duckdb after all, since I have the same issues querying my database though jupyter and/or dbeaver as well.
I have this model with a macro to generate a union:
with duckdb 0.9.2 this generates a table with 1049 rows (as expected) when I upgrade to duckdb 0.10.0 I get a table with only 500 rows... No other changes. running dbt-duckdb 1.7.2 in both cases.
What could cause this behaviour? It almost smells like a commit interval or checkpoint or something set a 500 and then skipping any furhter data?