Skip to content

DBT: Mars Br Beef

File location: s3://trase-storage/brazil/mars_pilot/in/beef/mars_br_beef.csv

DBT model name: mars_br_beef

Explore on Metabase: Full table; summary statistics

DBT details


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/data/brazil/beef/mars_pilot/mars_slaughterhouses_supply_shed.py [permalink]. It was last run by Tomas Carvalho.


Details

Column Type Description

Models / Seeds

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

Sources

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

No called script or script source not found.

import pandas as pd


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

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