sempy_labs.event_schema_set package
Module contents
- sempy_labs.event_schema_set.delete_event_schema_set(event_schema_set: str | UUID, workspace: str | UUID | None = None)
Deletes an Event Schema Set from the specified workspace.
This is a wrapper function for the following API: Items - Delete Event Schema Set.
- Parameters:
event_schema_set (str | uuid.UUID) – The Event Schema Set name or ID to delete.
workspace (str | uuid.UUID, default=None) – The Fabric workspace name or ID. Defaults to None which resolves to the workspace of the attached lakehouse or if no lakehouse attached, resolves to the workspace of the notebook.
- sempy_labs.event_schema_set.list_event_schema_sets(workspace: str | UUID | None = None) DataFrame
Returns a list of Event Schema Sets from the specified workspace.
This is a wrapper function for the following API: Items - List Event Schema Sets. :param workspace: The Fabric workspace name or ID.
Defaults to None which resolves to the workspace of the attached lakehouse or if no lakehouse attached, resolves to the workspace of the notebook.
- Returns:
A pandas dataframe showing the Event Schema Sets within a workspace.
- Return type: