You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've been developing a new framework for all integration/functional testing in dbt-core. One of our goals in the initiative has been to replace the suite of basic test cases for adapter plugins.
For now, the framework is comprised of:
Pytest utilities included in dbt-core==1.1.0b1
A set of "basic" test cases, at exact parity with the test cases built into the old .dbtspec / pytest-dbt-adapter
Hey
dbt-trino
maintainers!We've been developing a new framework for all integration/functional testing in
dbt-core
. One of our goals in the initiative has been to replace the suite of basic test cases for adapter plugins.For now, the framework is comprised of:
dbt-core==1.1.0b1
.dbtspec
/pytest-dbt-adapter
I have some draft docs (dbt-labs/docs.getdbt.com#1263) for using the new framework: https://deploy-preview-1263--docs-getdbt-com.netlify.app/docs/contributing/testing-a-new-adapter
It should be much easier to:
If it proves helpful, you can also check out the way we've implemented the framework in some of our own adapter plugins:
Thanks for all the great work :)
The text was updated successfully, but these errors were encountered: