Skip to content

Commit d09077d

Browse files
author
Adriano Sanges
committed
Update database.py to query new_properties table instead of cleaned_properties
1 parent 10ae955 commit d09077d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

real-estate-etl/database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ def clean_properties(con) -> None:
5454

5555

5656
def get_new_properties(con) -> None:
57-
df = con.sql("SELECT * FROM main.cleaned_properties;").pl()
57+
df = con.sql("SELECT * FROM main.new_properties;").pl()
5858
return df

0 commit comments

Comments
 (0)