Skip to content

Bo Territorial Deforestation And Emissions

s3://trase-storage/bolivia/indicators/out/bo_territorial_deforestation_and_emissions.csv

Dbt path: trase_production.main.bo_territorial_deforestation_and_emissions

Explore on Metabase: Full table; summary statistics

Containing yaml file link: trase/data_pipeline/models/bolivia/indicators/out/_schema.yml

Model file link: trase/data_pipeline/models/bolivia/indicators/out/bo_territorial_deforestation_and_emissions.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, bolivia, indicators, out


bo_territorial_deforestation_and_emissions

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 Tomas Carvalho.


Details

Column Type Description

Models / Seeds

  • source.trase_duckdb.trase-storage-raw.bo_territorial_deforestation_co2_2013_2020_gee
  • source.trase_duckdb.trase-storage-raw.bo_territorial_deforestation_2013_2020_raisg_mapbiomaschaco_gee

Sources

  • ['trase-storage-raw', 'bo_territorial_deforestation_co2_2013_2020_gee']
  • ['trase-storage-raw', 'bo_territorial_deforestation_2013_2020_raisg_mapbiomaschaco_gee']

No called script or script source not found.

import pandas as pd


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

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