I have a use case where I source data from JDBC and sink to S3. I wanted to be able to kick off downstream process when sink for a specific data has landed successfully. How to do this?
I have a use case where I source data from JDBC and sink to S3. I wanted to be able to kick off downstream process when sink for a specific data has landed successfully. How to do this?