Skip to content

Soy Supply Shed Risk Trase 2020 Updated

s3://trase-storage/brazil/mars_pilot/out/soy/soy_supply_shed_risk_trase_2020_updated.csv

Dbt path: trase_production.main_brazil.soy_supply_shed_risk_trase_2020_updated

Explore on Metabase: Full table; summary statistics

Containing yaml file link: trase/data_pipeline/models/brazil/mars_pilot/out/soy/_schema.yml

Model file link: trase/data_pipeline/models/brazil/mars_pilot/out/soy/soy_supply_shed_risk_trase_2020_updated.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, brazil, mars_pilot, out, soy


soy_supply_shed_risk_trase_2020_updated

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 Osvaldo Pereira.


Details

Column Type Description

Models / Seeds

  • source.trase_duckdb.trase-storage-raw.soy_br_2021_planted_area_ibge
  • model.trase_duckdb.osm_br_soy_distance_matrix_step1
  • model.trase_duckdb.trase_cost_distance_producer_to_lh

Sources

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

No called script or script source not found.

import pandas as pd


def model(dbt, cursor):
    dbt.ref("osm_br_soy_distance_matrix_step1")
    dbt.ref("trase_cost_distance_producer_to_lh")
    dbt.source("trase-storage-raw", "soy_br_2021_planted_area_ibge")

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