DBT: Dbt Artifacts Hashes
DBT model name: dbt_artifacts_hashes
Explore dependencies/lineage: link
Description
No description
Details
| Column | Type | Description |
|---|---|---|
No data tests defined 🧐
Not referenced by any model or exposure.
Models
dbt_modelsdbt_testsdbt_sourcesdbt_snapshotsdbt_metricsdbt_exposuresdbt_seedsdbt_columnsdbt_groups
No called script or script source not found.
{{ config(materialized="view", bind=False) }}
{% set artifact_models = [
"dbt_models",
"dbt_tests",
"dbt_sources",
"dbt_snapshots",
"dbt_metrics",
"dbt_exposures",
"dbt_seeds",
"dbt_columns",
"dbt_groups",
] %}
{% for artifact_model in artifact_models %}
select '{{ artifact_model }}' as artifacts_model, metadata_hash
from {{ ref(artifact_model) }}
{% if not loop.last %}
union all
{% endif %}
{% endfor %}
-
Dbt path:
trase_ducklake.main_elementary.dbt_artifacts_hashes -
Containing yaml link: Not defined in a schema YAML file
-
Model file: trase/data_pipeline/models/edr/dbt_artifacts/dbt_artifacts_hashes.sql