dbt_artifacts
dbt_artifacts copied to clipboard
A dbt package for modelling dbt metadata. https://brooklyn-data.github.io/dbt_artifacts
The dbt package is awesome. I would like to do the same thing for BigQuery. However, I am not sure we can realize the same with only `run_query`, because for...
Thanks for the updates to version 1.0.0. Is there a way to access the status of source freshness tests in the existing models? I see the freshness criteria in the...
WIP. Will resolve #165
Currently, the package assumes that the `database` cannot be set for the Databricks adapter. In the newly released Unity Catalog however, there is now the ability to create multiple catalogs...
This request was initially surfaced [here](https://getdbt.slack.com/archives/C2JRRQDTL/p1659276279770059) in dbt slack. > Hi there. It is possible to use Jinja inside dbt_project to dynamically build the schema name for different environments when...
Currently it is not self-explaining how the fact and dimension tables are to be joined. It would be helpful to have an ERD available in the documentation of this project....
It would be epic to have this package support Redshift. One of the things we will need to discuss is how we will recommend loading into Redshift (or S3 would...
Requires https://github.com/dbt-labs/dbt-core/issues/5524
Partially Resolves #135 - Adds new column to invocation models using {{ invocation_args_dict }} as [implemented in dbt core here](https://github.com/dbt-labs/dbt-core/pull/5782) - Partially resolves the issue as the new column contains...