Closed lawrenceadams closed 1 month ago
Good catch! I hadn't run dbt test on postgres recently so I missed these 😅
Neither had I haha 🙃
@katy-sadowski I have applied the dbt.cast
here - I think it's best to clean up all other casts in another PR or this will get messy!
edit: passes on pg.
This PR fixes a handful of issues that cause postgres to fail running the project.
These issues were all around type casting, given the empty seed files would result to everything being cast as integrers, and nulls without types being treated as text types. Duckdb is much more forgiving!
For now I have:
NULL
s toINTEGER
types for ids