Complete graph orientation workflows

This commit is contained in:
2026-05-18 20:14:07 +02:00
parent 43ed6e69e0
commit 55db37b1ca
6 changed files with 305 additions and 18 deletions

View File

@@ -175,10 +175,10 @@ def fabric_graph_explorer_manifest(base_url: str = "") -> dict[str, Any]:
"description": "Highlight dependencies that have no accepted provider binding.",
},
],
"profile_persistence": "none",
"profile_persistence": "local",
"shareable_state": {
"url_parameters": True,
"profile_id": False,
"profile_id": True,
"state_blob": True,
},
}