Can a workflow be used to set off a dataset update and ETL run? It's currently on a schedule for every 4 hours M - F but every Tuesday at 10:45 I need to run it one extra time.
@cgshinn3 you can accomplish more custom schedules using the streams API. Here's an example:
Yes, you can create multiple triggers for when an ETL to run. You can create one trigger that runs every 4 hours M-F. Then create another trigger by pressing the Add Trigger button that runs every Tuesday at 10:45.
Can I do this on a raw dataset from Salesforce?
Are you saying that you want the raw dataset that pulls data from Salesforce to be on this custom schedule and not a Magic ETL dataflow that uses this dataset?
Yes. That's correct.