Skip to content

Wood Pulp Ind Supplier Lvl

s3://trase-storage/indonesia/wood_pulp/indicators/out/archive/wood_pulp_ind_supplier_lvl.csv

Dbt path: trase_production.main.wood_pulp_ind_supplier_lvl

Explore on Metabase: Full table; summary statistics

Containing yaml file link: trase/data_pipeline/models/indonesia/wood_pulp/indicators/out/archive/_schema.yml

Model file link: trase/data_pipeline/models/indonesia/wood_pulp/indicators/out/archive/wood_pulp_ind_supplier_lvl.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, archive, indicators, indonesia, out, wood_pulp


wood_pulp_ind_supplier_lvl

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/runbook/indonesia/wood_pulp/indicators/patches/ingest_missing_concession_trade_id.py [permalink]. It was last run by Tomas Carvalho.


Details

Column Type Description

Models / Seeds

  • source.trase_duckdb.trase-storage-raw.wood_pulp_ind_supplier_lvl

Sources

  • ['trase-storage-raw', 'wood_pulp_ind_supplier_lvl']

No called script or script source not found.

import pandas as pd


def model(dbt, cursor):
    dbt.source("trase-storage-raw", "wood_pulp_ind_supplier_lvl")

    raise NotImplementedError()
    return pd.DataFrame({"hello": ["world"]})