Complete graph orientation workflows
This commit is contained in:
parent
43ed6e69e0
commit
55db37b1ca
6 changed files with 305 additions and 18 deletions
|
|
@ -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,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue