Skip to content

DBT: Logistics Cnpj Beef Cnpj 2018 New

File location: s3://trase-storage/brazil/logistics/cnpj/BEEF_CNPJ_2018_NEW.csv

DBT model name: logistics_cnpj_beef_cnpj_2018_new

Explore on Metabase: Full table; summary statistics

DBT details


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

Models / Seeds

  • model.trase_duckdb.beef_cnpj_2019
  • model.trase_duckdb.brazil_sif_inspected_beef_establishments_2018
  • model.trase_duckdb.cd_disaggregated_beef_2018_new
  • model.trase_duckdb.zdc_data_collection_2018_br_beef

No called script or script source not found.

import pandas as pd


def model(dbt, cursor):
    dbt.ref("beef_cnpj_2019")
    dbt.ref("brazil_sif_inspected_beef_establishments_2018")
    dbt.ref("cd_disaggregated_beef_2018_new")
    dbt.ref("zdc_data_collection_2018_br_beef")

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