You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Delete an existing Refresh MaterializedLakeViews schedule for a lakehouse.
138
+
139
+
This is a wrapper function for the following API: `Background Jobs - Delete Refresh Materialized Lake Views Schedule <https://learn.microsoft.com/rest/api/fabric/lakehouse/background-jobs/delete-refresh-materialized-lake-views-schedule>`_.
140
+
141
+
Parameters
142
+
----------
143
+
schedule_id : uuid.UUID
144
+
The ID of the job schedule to delete.
145
+
lakehouse : str | uuid.UUID, default=None
146
+
The Fabric lakehouse name or ID.
147
+
Defaults to None which resolves to the lakehouse attached to the notebook.
148
+
workspace : str | uuid.UUID, default=None
149
+
The Fabric workspace name or ID used by the lakehouse.
150
+
Defaults to None which resolves to the workspace of the attached lakehouse
151
+
or if no lakehouse attached, resolves to the workspace of the notebook.
f"{icons.green_dot} The materialized lake view schedule with ID '{schedule_id}' has been deleted from the '{lakehouse_name}' lakehouse within the '{workspace_id}' workspace."
0 commit comments