Hey folks I am working on use case where I am implementing updated/incremental updates to delta tables through event hubs in Azure cloud. I came across event hubs and delta live tables which would be necessary. I have an HVR agent at start which will fetch continues data from various data sources. The event hub will read the data and land the data to the delta live tables and further to the delta tables which will act as source to pipelines.
Below are the scenarios which are to be covered.
- To read the newly landed data only once though there might be server down issues.
- In case of any failure, we should read data from last point of success state
- Recover the past data from initial
Could you please help me out to resolve my scenarios.