Cd Disaggregated Beef 2018 01
s3://trase-storage/brazil/beef/trade/cd/disaggregated/CD_DISAGGREGATED_BEEF_2018_01.csv
Dbt path: trase_production.main_brazil.cd_disaggregated_beef_2018_01
Explore on Metabase: Full table; summary statistics
Containing yaml file link: trase/data_pipeline/models/brazil/beef/trade/cd/disaggregated/_schema_cd_disaggregated_beef.yml
Model file link: trase/data_pipeline/models/brazil/beef/trade/cd/disaggregated/cd_disaggregated_beef_2018_01.py
Calls script: trase\tools\aws\metadata.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, beef, brazil, cd, disaggregated, trade
cd_disaggregated_beef_2018_01
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.brazil_mdic_port_2018model.trase_duckdb.brazil_mdic_disaggregated_2018_beef_01model.trase_duckdb.empresas_cadastro_2018model.trase_duckdb.brazil_cd_concat_beef_2018
No called script or script source not found.
import pandas as pd
def model(dbt, cursor):
dbt.ref("brazil_mdic_port_2018")
dbt.ref("brazil_mdic_disaggregated_2018_beef_01")
dbt.ref("empresas_cadastro_2018")
dbt.ref("brazil_cd_concat_beef_2018")
raise NotImplementedError()
return pd.DataFrame({"hello": ["world"]})