dbt-adapter-tests icon indicating copy to clipboard operation
dbt-adapter-tests copied to clipboard

a pytest plugin for dbt adapter test suites

Results 14 dbt-adapter-tests issues
Sort by recently updated
recently updated
newest added

Hi dbt team, I tried using `dbt-adapter-tests` to validate dbt test results. No matter what combination of attribute names and status values I used, my tests were always passing. I...

command: pytest -v -s --log-level=DEBUG test/integration/longdb.dbtspec hang here: ... 02:17:53.429763 [info ] [MainThread]: 02:17:53.430034 [info ] [MainThread]: Done. PASS=1 WARN=0 ERROR=0 SKIP=0 TOTAL=1 02:17:53.430034 [info ] [MainThread]: Done. PASS=1 WARN=0...

This is the ddl of "Create table" when testing squence base: create table dbt_test_220616055423285597304654.base ("id" integer,"name" text,"some_date" timestamp) ``` create table dbt_test_220616070911922739318488.base ("id" integer,"name" text,"some_date" timestamp) ERROR 42X94: TYPE 'TEXT'...

Once our newer testing suite is available, we should redirect people to use that instead. Blocked by: - v1.1 final release - Documentation: https://github.com/dbt-labs/docs.getdbt.com/pull/1263 - Packaging: https://github.com/dbt-labs/dbt-core/issues/4812

Hi, Asking here as I couldn't find an appropriate forum. Is there a way to override the name of the model used for testing. For instance for the incremental test,...

Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project. #### Changes included in this PR - Changes to the following...

In https://github.com/dbt-msft/dbt-sqlserver/pull/173, I override the test materialization to always store failures, but drop that table after running the test query unless otherwise specified. I don't think this test suite tests...

While trying (unsuccessfully) to get the bottom of the hangup described in #24, @swanderz and colleagues provided some great feedback about how these tests could better aid with the experience...

## problem our adapter runs perfectly for jaffle_shop and another user have been able to been using the adapter successfully for an internal data engineering project. however, we're woefully stuck...

when running ```pytest --log-level DEBUG test/integration/myadapter.dbtspec ``` i see the test has failed ``` 2021-04-19 08:13:49.747050 (MainThread): 10:13:49 | Building catalog 2021-04-19 08:13:49.747320 (MainThread): Release called 2021-04-19 08:13:49.750699 (MainThread): 10:13:49...