Closed clettieri closed 4 years ago
Hey @clettieri, thanks for your PR! We'll take a look at it.
Your contribution is much appreciated!
Hey @clettieri, I realize this is a bit old, but I recently merged #89 which enables this flow by saving a "sync file" to the same S3 bucket. I'm going to go ahead and close this PR since it's no longer necessary.
Our use case had us only needing to ingest directly to S3. In order to take advantage of hauser's Sync table feature, we needed to update this function to call SaveSyncPoints() when S3Only is set in the config.
A quick little hack here but this allows anyone who wants to use ONLY S3 to take advantage of the SyncTable. This update will still preserve the intended functionality for Redshift warehouse users.
Hope others can find this useful.