What is dbt_artifacts?
dbt_artifacts is a package for modeling a dbt project and its run metadata. It includes the following models to help you understand the current state of a dbt project and its performance over time. dim_dbt__current_models dim_dbt__exposures dim_dbt__models dim_dbt__seeds dim_dbt__snapshots dim_dbt__sources dim_dbt__tests fct_dbt__invocations fct_dbt__model_executions fct_dbt__seed_executions fct_dbt__snapshot_executions fct_dbt__test_executions It has many use cases, from identifying flakey tests to understanding the...
Read More