Skip to content

5. Orchestration

Shruti Goyal edited this page Apr 18, 2025 · 1 revision

Overview

Pipeline-Controller

Pipeline-Worker


Triggers

TR_Ops

  • "Extract-Fabric-Logs" and "Extract-Dictionary" are used to populate all artifacts in the workspace and are then copied into the table "dbo.dict_artefacts" in the Meta DB.
  • The table "dbo.dict_artefacts" allows us to find a notebook's unique id in order to run it dynamically, without having to change any code, through the Pipeline Worker.

TR_AdventureWorks

  • TR_Adventureworks calls the pipeline controller with package group 'AW' and a stage of 'all'.

Examples

Clone this wiki locally