MattTriano / analytics_data_where_house

An analytics engineering sandbox focusing on real estates prices in Cook County, IL
https://docs.analytics-data-where-house.dev/
GNU Affero General Public License v3.0
9 stars 0 forks source link

Implement utils to handle conditionally ingesting data #4

Closed MattTriano closed 1 year ago

MattTriano commented 1 year ago

Where the relevant condition is whether the data freshness check indicates there's fresher data (fresher than what's already in the data database) to be retrieved from the data source.

If data is successfully pulled:

If our data warehouse already has fresh data, do nothing.

MattTriano commented 1 year ago

Resolved in MR #5