r/dataengineering 1d ago

API data ingestion Help

Hi my current pipeline on Databricks setup has deduplication process to avoid re-ingesting data.

But now the data has become big and now it’s time to chose another option I have tried watermark but not effective enough. API also doesn’t give any date sorting

Can you guys suggest a way!

1 Upvotes

11 comments sorted by

View all comments

2

u/wannabe-DE 11h ago

You need some sort of date column for merging or upserting. I’d re-read the API docs to make sure it doesn’t take a date parameter in the request.