+ Triggering a historic export will create multiple runs, one after another for the range specified below. + The runs will export data in {batchExportConfig?.interval} intervals, from the start date until + the end date is reached. +
+ + ++ This will schedule a new run for the same + interval. Any changes to the configuration + will be applied to the new run. +
++ Please note - there may be a slight + delay before the new run appears. +
+ > + ), + width: '20rem', + primaryButton: { + children: 'Retry', + onClick: () => retryRun(groupedRun.runs[0]), + }, + secondaryButton: { + children: 'Cancel', + }, + }) + } + /> + )} + + ) + }, + }, + ]} + emptyState={ + <> + No runs yet. Your exporter runs every {batchExportConfig.interval}. +Batch exports allow you to export your data to a destination of your choice.
+ +
-
Error fetching exports: {error}
-
-
Error fetching export: {error}
-Loading...
: null} - -Fetching export runs...
-Error fetching export runs: {error}
-Error fetching export runs
- - ) - } - - return ( -