chore: Delete legacy TRREB dbt models
- Delete stg_trreb__purchases.sql and stg_dimensions__trreb_districts.sql - Delete int_purchases__monthly.sql - Delete mart_toronto_purchases.sql and mart_toronto_market_summary.sql - Update _sources.yml to remove fact_purchases and dim_trreb_district - Update _staging.yml to remove TRREB staging models - Update _intermediate.yml to remove int_purchases__monthly - Update _marts.yml to remove purchase-related marts Closes #48 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,17 +1,6 @@
|
||||
version: 2
|
||||
|
||||
models:
|
||||
- name: int_purchases__monthly
|
||||
description: "Purchase data enriched with time and district dimensions"
|
||||
columns:
|
||||
- name: purchase_id
|
||||
tests:
|
||||
- unique
|
||||
- not_null
|
||||
- name: district_code
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
- name: int_rentals__annual
|
||||
description: "Rental data enriched with time and zone dimensions"
|
||||
columns:
|
||||
|
||||
Reference in New Issue
Block a user