Test Out Batch
s3://trase-storage/argentina/soy/indicators/out/q3_2022/test_out_batch.csv
Dbt path: trase_production.main.test_out_batch
Explore on Metabase: Full table; summary statistics
Containing yaml file link: trase/data_pipeline/models/argentina/soy/indicators/out/q3_2022/_schema.yml
Model file link: trase/data_pipeline/models/argentina/soy/indicators/out/q3_2022/test_out_batch.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, argentina, indicators, out, q3_2022, soy
test_out_batch
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.
Details
| Column | Type | Description |
|---|---|---|
Models / Seeds
source.trase_duckdb.trase-storage-raw.ar_territorial_deforestation_2001_2020_q1_2022_gee
Sources
['trase-storage-raw', 'ar_territorial_deforestation_2001_2020_q1_2022_gee']
No called script or script source not found.
import pandas as pd
def model(dbt, cursor):
dbt.source(
"trase-storage-raw", "ar_territorial_deforestation_2001_2020_q1_2022_gee"
)
raise NotImplementedError()
return pd.DataFrame({"hello": ["world"]})