Skip to content

DBT: Beef Cnpj 2013 New

File location: s3://trase-storage/brazil/beef/auxiliary/cnpj/BEEF_CNPJ_2013_NEW.csv

DBT model name: beef_cnpj_2013_new

Explore on Metabase: Full table; summary statistics

Explore dependencies/lineage: link

Relies on script: trase\tools\aws\metadata.py


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 Nanxu Su.


Details

Column Type Description

No data tests defined 🧐

Models

Sources

No called script or script source not found.

import pandas as pd


def model(dbt, cursor):
    dbt.ref("brazil_sif_inspected_beef_establishments_2018")
    dbt.ref("cd_combined_beef_2013_new")
    dbt.source("trase-storage-raw", "beef_cnpj_2015")

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