Hello Community,
I would like to ask whether itโs possible to define a job that checks for updates in a table at a specified frequency.
Here is my use case:
Data is uploaded to a table located in Catalog A, Schema B, Table C (a.b.c).
I need to transfer this data to another table, x.y.z (within the same workspace).
Before saving the final result, several transformation steps must be applied.
I assume that creating a scheduled job would be one approach. However, is it possible to configure the job to check, for example, every 10 minutes whether new data has appeared in a.b.c, and only run if it has? Or would you recommend a different solution?