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
- Lineage
-
Dbt path:
trase_production.main_brazil.mars_br_beef -
Containing yaml link: trase/data_pipeline/models/brazil/mars_pilot/in/beef/_schema.yml
-
Model file: trase/data_pipeline/models/brazil/mars_pilot/in/beef/mars_br_beef.py
-
Calls script:
trase\data\brazil\beef\mars_pilot\mars_slaughterhouses_supply_shed.py -
Tags:
mock_model,beef,brazil,in,mars_pilot
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"]})