the way it’s currently implemented will quickly do that; assume you have 10 syncs, each taking 30min to put the files in blob/s3 and 15mins to start + insert into the delta tables. This should be 150mins of databricks time, but because it’s a general purpose cluster it doesn’t turn off immediately (15mins idle is what I use). So in practice it’ll be 50mins per sync (5 boot/check + 15mins idle , 5min boot + 10mins work, 15mins idle), or 500mins total - more than tripling the cost.
If you synced more than once a day, it would be very easy to have the cluster running 24/7, but having it idle most of the time