my_third_dbt_model
and a test file named test_my_third_dbt_model.sql
with
the following folder structure:
test_my_third_dbt_model.sql
will also be ran after the dbt run for the model my_third_dbt_model
is
complete.
Any errors in the dbt test will also fail the pipeline run. The output of the
test will be logged and viewable when inspecting the pipeline’s run and logs.
my_third_dbt_model
and if its located
under the folder named example
, then your test file must be located here:
my_third_dbt_model.sql
) and are nested under a folder with identical names
(e.g. example
).
my_third_dbt_model
is:
my_third_dbt_model.sql
that will cause a test
failure is:
my_third_dbt_model.sql
that will yield a passing
test is: