- 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>
14 lines
272 B
YAML
14 lines
272 B
YAML
version: 2
|
|
|
|
models:
|
|
- name: int_rentals__annual
|
|
description: "Rental data enriched with time and zone dimensions"
|
|
columns:
|
|
- name: rental_id
|
|
tests:
|
|
- unique
|
|
- not_null
|
|
- name: zone_code
|
|
tests:
|
|
- not_null
|