ADO invocation
Hello, There is currently no direct ADO API endpoint to trigger Anaplan Data Orchestrator (ADO) import/export jobs from external schedulers like Airflow. Imports/exports can only be run via the ADO console or scheduled workflows. The recommended workaround is to use the Anaplan Integration API or Anaplan Connect to trigger model actions, and then let ADO orchestrate downstream processes.
Thanks, this is helpful. Can you please elaborate on the "and then let ADO orchestrate downstream processes". Is there a dependency that can be set i.e. ADO will orchestrate downstream processes only once model action is complete ?
Also, is there a filewatcher capability in ADO ?
Yes, ADO workflows support step dependencies—downstream imports, transformations, and exports run only after the previous step completes successfully.
ADO does not currently have a native file-watcher/event-trigger capability. Workflows can be scheduled within ADO, while file-arrival detection is typically handled by external orchestration tools such as Airflow or ADF.
Hello everyone, I hope you're doing well. I'm posting because two of my coworkers are trying to use the Anaplan Excel Add-In Series 4, but they're running into an issue during the connection setup process. When they go to New → New Read-Only Connection (or New Connection) and reach the "Select a Customer" step, no…
Why in my model output is blank, after send explainability data.
I am working on a use case where I need to display the top 5 lines of a module as individual lines, while grouping all remaining lines under an "Others" category. The module is dimensioned by multiple composite hierarchy lists, along with Time and Version. To achieve this, I need to use the RANK function with the Ranking…