Tac Signatories 2020
s3://trase-storage/brazil/indicators/actors/zd_commitments/out/TAC_SIGNATORIES_2020.csv
Dbt path: trase_production.main_brazil.tac_signatories_2020
Explore on Metabase: Full table; summary statistics
Containing yaml file link: trase/data_pipeline/models/brazil/indicators/actors/zd_commitments/out/_schema.yml
Model file link: trase/data_pipeline/models/brazil/indicators/actors/zd_commitments/out/tac_signatories_2020.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, actors, brazil, indicators, out, zd_commitments
tac_signatories_2020
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 |
|---|---|---|
cnpj |
VARCHAR |
|
cnpj8 |
VARCHAR |
|
parent_cnpj8 |
VARCHAR |
|
year |
VARCHAR |
|
state |
VARCHAR |
|
legal_amazon |
VARCHAR |
Models / Seeds
source.trase_duckdb.trase-storage-raw.beef_exporter_subsidiariesmodel.trase_duckdb.tac_signatoriesmodel.trase_duckdb.beef_cnpj_2020_new
Sources
['trase-storage-raw', 'beef_exporter_subsidiaries']
No called script or script source not found.
import pandas as pd
def model(dbt, cursor):
dbt.source("trase-storage-raw", "beef_exporter_subsidiaries")
dbt.ref("tac_signatories")
dbt.ref("beef_cnpj_2020_new")
raise NotImplementedError()
return pd.DataFrame({"hello": ["world"]})