Databricks · Arazzo Workflow
Databricks Inspect and Recursively Delete a Directory
Version 1.0.0
List a workspace directory's contents, then recursively delete it.
View Spec
View on GitHub
AIAnalyticsApache SparkBig DataClean RoomsCloud ComputingDataData AnalyticsData EngineeringData GovernanceDelta LakeDelta SharingETLIdentity ManagementLakehouseMachine LearningMLflowModel ServingSecuritySQLUnity CatalogVector SearchVisualizeArazzoWorkflows
Provider
Workflows
cleanup-workspace-directory
List a directory's contents and recursively delete it.
Lists the directory contents for an audit record, then issues a recursive delete to remove the directory and everything inside it.
1
listContents
listWorkspaceObjects
List the objects contained in the directory so the caller has a record of what is about to be deleted.
2
deleteDirectory
deleteWorkspaceObject
Recursively delete the directory and all of its contents.