Skip to content

Commit e258d1a

Browse files
author
Adriano Sanges
committed
Update cleaned_properties.sql to add square meter constraint for property filtering
- Introduce a new condition to filter properties with square meters less than 10,000, enhancing data accuracy in the cleaned properties model.
1 parent f1a85e1 commit e258d1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

real-estate-dbt/models/real_estate/cleaned_properties.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ FROM
44
{{ source('real_estate', 'properties') }}
55
WHERE
66
price < 10000000
7+
AND square_meters < 10000

0 commit comments

Comments
 (0)