dbt deps
. Make sure to execute dbt run --select elementary
for the package tables to be created.elementary_test_results
exists and has data
dbt run --select elementary
for the package tables to be created.dbt test
since deploying the package and creating the models?dbt_project.yml
file that overrides the package config. Remove it, and run dbt run --select elementary --full-refresh
to recreate the tables. After that run dbt test
again and check if there is data.model_unique_id
, not the model name.
The model_unique_id
is the unique identifier of the model in dbt, and can be found by running the query: