Skip to content

Sif 2018

s3://trase-storage/brazil/production/statistics/sigsif/out/SIF_2018.csv

Dbt path: trase_production.main_brazil.sif_2018

Explore on Metabase: Full table; summary statistics

Containing yaml file link: trase/data_pipeline/models/brazil/production/statistics/sigsif/out/_schema.yml

Model file link: trase/data_pipeline/models/brazil/production/statistics/sigsif/out/sif_2018.py

Dbt test runs & lineage: Test results ยท Lineage

Full dbt_docs page: Open in dbt docs (includes lineage graph -at the bottom right-, tests, and downstream dependencies)

Tags: mock_model, brazil, out, production, sigsif, statistics


sif_2018

Description

This model was auto-generated based off .yml 'lineage' files in S3. The DBT model just raises an error; the actual script that created the data lives elsewhere. The script is located at trase/tools/aws/metadata.py [permalink]. It was last run by Yan Prada.


Details

Column Type Description

Models / Seeds

  • model.trase_duckdb.sigsif_slaughter_2022

No called script or script source not found.

import pandas as pd


def model(dbt, cursor):
    dbt.ref("sigsif_slaughter_2022")

    raise NotImplementedError()
    return pd.DataFrame({"hello": ["world"]})