promote_in_pipeline
Promote Fabric pipeline items across stages while automatically running pre-deploy checks, model audits, and regression tests. Supports dry-run to preview changes before applying them.
Instructions
Promote items between Fabric Deployment Pipeline stages.
Built-in gates (pre_deploy_check / audit_model_and_report /
run_dax_regression) wrap the corresponding tools; plug custom
gates via injected custom_gates. fabric_client is the
injected REST adapter; absent it the tool runs in dry-run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | No | ||
| dry_run | No | ||
| pipeline_id | Yes | ||
| source_stage | No | dev | |
| target_stage | No | test |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||