Skip to content

DBT: Special Cases Routes

File location: s3://trase-storage/brazil/dictionaries/special_cases_routes.csv

DBT model name: special_cases_routes

Explore on Metabase: Full table; summary statistics

Explore dependencies/lineage: link

Relies on script: trase/models/brazil/soy_2023_2024_v27


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. It is read by the brazil_soy_2023_2024_v27 supply chain (RoutesSpecialCases in trase/models/brazil/soy_2023_2024_v27/preparation.py), a hand-curated dictionary of routes with special decision-tree rules, alongside its sibling special_cases.


Details

Column Type Description

No data tests defined 🧐

No dependencies recorded.

No called script or script source not found.

import pandas as pd


def model(dbt, cursor):
    raise NotImplementedError()
    return pd.DataFrame({"hello": ["world"]})