To configure a dataflow to run regularly, SAP recommends two best-practice options:
Option A: Correct. Using thedataflow schedulerin the SAP Customer Data Cloud Console is the most straightforward way to configure regular execution. You can define the schedule directly in the UI.
Option B: Incorrect. Theidx.setDataflowendpoint is used to update dataflow configurations, not to schedule them.
Option C: Correct. Usingextensionsand scheduling the dataflow via an extension endpoint provides flexibility and allows for advanced scheduling scenarios, such as triggering the dataflow based on external events.
Option D: Incorrect. Theidx.createSchedulingendpoint is not a valid API endpoint for scheduling dataflows.
References:
SAP Customer Data Cloud - Dataflow Scheduling
Extensions and Custom Scheduling
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit