• 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. It...

  • Data migration from the Salesforce to snowflake Data warehouse by using Matillion

    Purpose of the Article: This blog explains how to load the data from Salesforce to Snowflake Intended Audience: This article will help our Organizational level kind of developers working on data migra...

  • WiMAX-A Study of Mobility

    1. Introduction The wireless market is growing rapidly; being pushed through wireless connectivity demand various wireless connectivity means are emerging (WLAN/802.11, WMAN/802.16a, WWAN/802.16d) [IE...

  • Weblogic Upgrade

    Patch Name wls1036_upgrade_generic.jar Reference https://www.youtube.com/watch?v=Be6hrYTANQE Just Click Next and Next MAKE SURE ALL OBIEE SERVICES ARE DOWN AND CLOSED IN PROCESS Open CMD prompt C:Mid...

Tags

bics installation OBIEE obiee 11g installation guide Oracle

Categories

What is dbt_artifacts?

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 slowest running models for performance optimization.

Going from version 1.0.0 to 2.0.0 added the following major features:

  • Support for `dbt-spark` adapter
  • Support for `dbt-bigquery` adapter
  • Source tables are now dbt models which means that new columns can be easily released in new versions, and dbt automatically will add them to the tables on the next run.

See here for the full list of releases, features and fixes since v1.0.0.

If you’re an existing dbt_artifacts user, there’s a straightforward process for migrating to v2, check it out here.

Have fun, and happy data modeling!

Build data capabilities that last with Miaz-Tech

No Comments
Post a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.