jaffle_shop_duckdb
jaffle_shop_duckdb copied to clipboard
Removed column description from dbt schema yml since it no longer exists in the actual model
The dbt schema yml contained a description for a column called total_order_amount
. This column no longer exists on the customers
model, so I cleaned up the schema.yml
and removed it