Replies: 1 comment
-
We've been working on adding unit tests to our project, and it seems to be working so far. We ran into a couple of issues we had to fix upstream; #672 fixed an issue with the way unit tests handle DDL data types, and dbt-labs/dbt-core#10290 / dbt-labs/dbt-adapters#236 fixed the way unit tests (and ephemeral models) construct CTEs using our project's naming scheme. So far so good since merging those three fixes, but I'll post some updates here as our unit tests get more mature. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm interested in implementing unit tests for my SQL models. dbt Core v1.8+ supports unit testing, but I'm unsure if this is supported specifically for dbt-athena. https://docs.getdbt.com/docs/build/unit-tests
Has anyone got this working?
Beta Was this translation helpful? Give feedback.
All reactions