Skip to main content

Load Management

Manage data loading via pipelines, their triggers, monitoring and master pipelines.

Run Pipelines

Start pipelines manually (load a table, fetch metadata). Custom ADF pipelines also appear in the menu on the left. Filter by date range and status; the Dynamic Yres Workflow supports additional filters on source, schema and table.

Triggers

Schedule pipelines with a recurrence pattern.

  1. Select a pipeline on the left.
  2. Click Create.
  3. Fill in the form and click Submit.

Monitoring

View the load history per table, detailed log steps, and roll back or reset tables. The menu tree on the left follows source → schema → table; tables show the last load date and status. The worst status bubbles up to the schema and source level, so failed loads are visible at a glance. Per run: detail steps, error messages, link to the ADF pipeline, roll back (clock icon) or fully reset the table.

Master Pipelines

Design ADF pipelines with custom flows from the frontend (UI based on reactflow).

Basics: drag a node type from the left onto the grid; connect nodes by dragging from a point on the right to the dark point on the left of another node; delete with Backspace. Save = draft; Publish (after save) converts the pipeline to ADF (folder MasterPipelines).

The three outputs on the right of a node are: On success, On failure, On completion — this is how you build logic-driven flows.

Node types

NodePurposeNotes
Load SourcesRuns the Dynamic Workflow Yres pipeline.Requires source, schema, table.
Alternative loadLike Load Sources, with a customizable load type.Only FULL, IMAGE, OVERWRITE, RELOAD.
WaitWaits until a specific time.Takes the time zone from user settings into account.
Change ServiceTierChanges the service tier for the pipeline.< S3 no Columnstore index; < P1 no in-memory tables.
Run PipelineRuns other Yres/custom/master pipelines.
Refresh PowerBIRefreshes a Power BI model created in Yres.See Admin → PowerBI Models.
Persist ViewRuns the Materialize Views pipeline.Requires source, schema, table.

The list of node types may be expanded in the future.