mark_removed_children
Prevent deleted Power BI tables/columns from reappearing by stamping the PBI_RemovedChildren annotation with their source lineage tags, merging into existing list for schema sync.
Instructions
Stamp the model/table annotation PBI_RemovedChildren so a schema sync keeps tables/columns you deleted removed (otherwise they reappear on the next refresh). removedSourceLineageTags is a comma-separated list of the SOURCE lineage tags/names of the removed children. Merges into any existing list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | the table the removed children belonged to | |
| sessionId | Yes | ||
| removedSourceLineageTags | Yes | removed children's source lineage tags/names, comma-separated |