This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
Add configuration options to execute pre/post process queries #246
Labels
enhancement
New feature or request
Several singer.io taps have configuration options to allow executing queries prior to starting the sync and when the sync is completed. This is often used to prepare the target before the load or finalize something after the load.
In particular, I would like to be able to explicitly suspend the warehouse that the singer.io target is using as soon as the process completes to optimize for cost. I believe that common generic pattern of pre/post queries would allow for this functionality.
An alternative to this would be to add a specific configuration option to suspend the warehouse on completion.
The text was updated successfully, but these errors were encountered: