Skip to content

Bronze Comtrade Coffee 2020 Monthly

s3://trase-storage/world/trade/statistical_data/comtrade/comtrade_coffee/bronze_comtrade_coffee_2020_monthly.parquet

Dbt path: trase_production.main_world_trade.bronze_comtrade_coffee_2020_monthly

Explore on Metabase: Full table; summary statistics

Containing yaml file link: trase/data_pipeline/models/world/trade/statistical_data/_schema_world_trade.yml

Model file link: trase/data_pipeline/models/world/trade/statistical_data/bronze_comtrade_coffee_2020_monthly.sql

Calls script: None

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: bronze, world, coffee, trade, comtrade, 2020


bronze_comtrade_coffee_2020_monthly

Description

...


Details

Column Type Description

Models / Seeds

  • source.trase_duckdb.source_world_trade.original_comtrade_coffee_2020_monthly

Sources

  • ['source_world_trade', 'original_comtrade_coffee_2020_monthly']

No called script or script source not found.

{{ 
    config(
        materialized='external',
        persist_docs={"relation": true, "columns": true},
        meta={
            "external_location": "s3://trase-storage/world/trade/statistical_data/comtrade/comtrade_coffee/bronze_comtrade_coffee_2020_monthly.parquet",
            "model_maturity": "in prod",
            "calls_script" : "None"
        }
    ) 
}}

SELECT * FROM {{ source('source_world_trade', 'original_comtrade_coffee_2020_monthly') }}