DBT: Cd Dashboard Brazil 2018
File location: s3://trase-storage/brazil/trade/cd/dashboard/out/CD_DASHBOARD_BRAZIL_2018.csv
DBT model name: cd_dashboard_brazil_2018
Explore on Metabase: Full table; summary statistics
DBT details
- Lineage
-
Dbt path:
trase_production.main_brazil.cd_dashboard_brazil_2018 -
Containing yaml link: trase/data_pipeline/models/brazil/trade/cd/dashboard/out/_schema.yml
-
Model file: trase/data_pipeline/models/brazil/trade/cd/dashboard/out/cd_dashboard_brazil_2018.py
-
Tags:
mock_model,brazil,cd,dashboard,out,trade
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 Harry Biddle.
Details
| Column | Type | Description |
|---|---|---|
Models / Seeds
source.trase_duckdb.trase-storage-raw.cd_brazil_2018source.trase_duckdb.trase-storage-raw.cd_brazil_2018_zipcodes_post_officemodel.trase_duckdb.hs2017
Sources
['trase-storage-raw', 'cd_brazil_2018']['trase-storage-raw', 'cd_brazil_2018_zipcodes_post_office']
No called script or script source not found.
import pandas as pd
def model(dbt, cursor):
dbt.ref("hs2017")
dbt.source("trase-storage-raw", "cd_brazil_2018")
dbt.source("trase-storage-raw", "cd_brazil_2018_zipcodes_post_office")
raise NotImplementedError()
return pd.DataFrame({"hello": ["world"]})