Hi all, I'm using Databricks workflow with some dlt pipeline tasks. These tasks requires a full refresh at some times due to schema changes in the source. I've been doing the full refresh manually or set the full refresh option in the job settings, then let it run once and switch off after that.
Is there any ways that I can manage to run the job with full refresh option just once and turn it off until next full refresh required, either with some defined rules or triggers? I'm using Databricks with AWS and Terraform for resources provision.
Thanks everyone in advance