Skip to content

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


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_2018
  • source.trase_duckdb.trase-storage-raw.cd_brazil_2018_zipcodes_post_office
  • model.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"]})