You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: help/destinations/ui/export-datasets.md
+35-2Lines changed: 35 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,6 +137,10 @@ Use the check boxes to the left of the dataset names to select the datasets that
137
137
138
138

139
139
140
+
>[!NOTE]
141
+
>
142
+
>All datasets selected here will share the same export schedule. If you need different export schedules (for example, incremental exports for some datasets and one-time full exports for others), create separate dataflows for each schedule type.
143
+
140
144
## Schedule dataset export {#scheduling}
141
145
142
146
>[!CONTEXTUALHELP]
@@ -154,6 +158,16 @@ Use the check boxes to the left of the dataset names to select the datasets that
154
158
>title="Update the end date for this dataflow body"
155
159
>abstract="Because of recent updates to this destination, the dataflow now requires an end date. Adobe has set a default end date to September 1st 2025. Please update to your desired end date, otherwise the data exports will stop on the default date."
156
160
161
+
>[!IMPORTANT]
162
+
>
163
+
>**Schedule applies to all datasets in the dataflow**
164
+
>
165
+
>When you configure or modify the export schedule, it applies to **all datasets** currently being exported through the dataflow you are configuring. You cannot set different schedules for individual datasets within the same dataflow.
166
+
>
167
+
>If you need different export schedules for different datasets, you must create separate dataflows (separate destination connections) for each schedule type.
168
+
>
169
+
>**Example:** If you have Dataset A exporting incrementally and you add Dataset B with a one-time full export schedule, Dataset A will also be updated to the one-time full export schedule.
170
+
157
171
Use the **[!UICONTROL Scheduling]** step to:
158
172
159
173
* Set a start date and an end date, as well as an export cadence for your dataset exports.
@@ -162,6 +176,10 @@ Use the **[!UICONTROL Scheduling]** step to:
162
176
163
177
Use the **[!UICONTROL Edit schedule]** control on the page to edit the export cadence of exports, as well as to select whether to export full or incremental files.
164
178
179
+
>[!WARNING]
180
+
>
181
+
>Modifying the schedule here will update the export behavior for all datasets in this dataflow. If this dataflow contains multiple datasets, all of them will be affected by this change.
182
+
165
183

166
184
167
185
The **[!UICONTROL Export incremental files]** option is selected by default. This triggers an export of one or multiple files representing a full snapshot of the dataset. Subsequent files are incremental additions to the dataset since the previous export. You can also select **[!UICONTROL Export full files]**. In this case, select the frequency **[!UICONTROL Once]** for a one-time full export of the dataset.
@@ -207,10 +225,19 @@ You can use several available macros to customize a desired folder name. Double-
207
225
208
226

209
227
210
-
After selecting the desired macros, you can see a preview of the folder structure that will be created in your storage location. The first level in the folder structure represents the **[!UICONTROL Folder path]** that you indicated when you [connected to the destination](/help/destinations/ui/connect-destination.md##set-up-connection-parameters) to export datasets.
228
+
After selecting the desired macros, you can see a preview of the folder structure that will be created in your storage location. The first level in the folder structure represents the **[!UICONTROL Folder path]** that you indicated when you [connected to the destination](/help/destinations/ui/connect-destination.md#set-up-connection-parameters) to export datasets.
211
229
212
230

213
231
232
+
### Best practices for managing multiple datasets {#best-practices-multiple-datasets}
233
+
234
+
When exporting multiple datasets, consider the following best practices:
235
+
236
+
***Same schedule requirements**: Group datasets that need the same export schedule (frequency, type) into a single dataflow for easier management.
237
+
***Different schedule requirements**: Create separate dataflows for datasets that require different export schedules or export types (incremental vs. full). This ensures each dataset exports according to its specific needs.
238
+
***Review before modifying**: Before changing the schedule on an existing dataflow, review which datasets are already being exported through that dataflow to avoid unintended changes to their export behavior.
239
+
***Document your setup**: Keep track of which datasets are in which dataflows, especially when managing multiple export schedules across different destinations.
240
+
214
241
## Review {#review}
215
242
216
243
On the **[!UICONTROL Review]** page, you can see a summary of your selection. Select **[!UICONTROL Cancel]** to break up the flow, **[!UICONTROL Back]** to modify your settings, or **[!UICONTROL Finish]** to confirm your selection and start exporting datasets to the destination.
@@ -346,4 +373,10 @@ No, it is not possible.
346
373
347
374
+++Answer
348
375
Retries are in place automatically for most types of system errors.
349
-
+++
376
+
+++
377
+
378
+
**Can I set different export schedules for different datasets in the same dataflow?**
379
+
380
+
+++Answer
381
+
No, all datasets within a single dataflow share the same export schedule. If you need different export schedules for different datasets, you must create separate dataflows (destination connections) for each schedule type. For example, if you want Dataset A to export incrementally every day and Dataset B to export as a one-time full export, you need to create two separate dataflows.
0 commit comments