add purview lineage#239
Open
edkreuk wants to merge 4 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds new Fabric pipeline + notebooks to generate column-level lineage from Lakehouse metadata and publish it to Microsoft Purview, extending the framework’s tooling/orchestration surface.
Changes:
- Introduces
PL_FMD_TOOLING_LOAD_TO_PURVIEWto lookup active entities and invoke a Purview-processing notebook. - Adds
NB_FMD_PROCESSING_PARALLEL_MAIN_PURVIEWto orchestrate per-entity notebook execution viarunMultiple. - Adds
NB_FMD_PURVIEW_LINEAGE_TABLE_COLUMNto create/update Purview assets + processes with column mappings.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| src/PL_FMD_TOOLING_LOAD_TO_PURVIEW.DataPipeline/pipeline-content.json | New pipeline wiring lookup → conditional → notebook execution for Purview load. |
| src/PL_FMD_TOOLING_LOAD_TO_PURVIEW.DataPipeline/.platform | Registers the new data pipeline artifact. |
| src/NB_FMD_PURVIEW_LINEAGE_TABLE_COLUMN.Notebook/notebook-content.py | New notebook that resolves Fabric Lakehouse SQL endpoints, builds column mappings, and publishes Purview entities/processes. |
| src/NB_FMD_PURVIEW_LINEAGE_TABLE_COLUMN.Notebook/.platform | Registers the new lineage notebook artifact. |
| src/NB_FMD_PROCESSING_PARALLEL_MAIN_PURVIEW.Notebook/notebook-content.py | New orchestration notebook to batch/chain notebook execution for Purview lineage publishing. |
| src/NB_FMD_PROCESSING_PARALLEL_MAIN_PURVIEW.Notebook/.platform | Registers the new orchestration notebook artifact. |
| config/item_deployment.json | Adds the new pipeline/notebooks to the deployment manifest. |
Comment on lines
+121
to
+124
| "Data_WorkspaceGuid": { | ||
| "type": "string", | ||
| "defaultValue": "3e43b742-3e41-4ec0-a414-03adf83c08e7" | ||
| } |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Notebook and Pipeline to extract Lineage and send to Purview