DBT: Sif 2021
File location: s3://trase-storage/brazil/production/statistics/sigsif/out/SIF_2021.csv
DBT model name: sif_2021
Explore on Metabase: Full table; summary statistics
Explore dependencies/lineage: link
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 |
|---|---|---|
YEAR |
VARCHAR |
|
GEOCODE |
VARCHAR |
|
STATE_SLAUGHTER |
VARCHAR |
|
DESCRIPTION |
VARCHAR |
|
TYPE |
VARCHAR |
|
QUANTITY |
VARCHAR |
No data tests defined 🧐
import pandas as pd
def model(dbt, cursor):
dbt.ref("sigsif_slaughter_2022")
raise NotImplementedError()
return pd.DataFrame({"hello": ["world"]})
-
Dbt path:
memory.main.sif_2021 -
Containing yaml link: trase/data_pipeline/models/brazil/production/statistics/sigsif/out/_schema.yml
-
Model file: trase/data_pipeline/models/brazil/production/statistics/sigsif/out/sif_2021.py
-
Tags:
mock_model,brazil,out,production,sigsif,statistics