cancel
Showing results for 
Search instead for 
Did you mean: 
discuss_darende
New Contributor III
since ‎01-26-2026
Wednesday

User Stats

  • 6 Posts
  • 0 Solutions
  • 1 Kudos given
  • 0 Kudos received

User Activity

I have a question about correlating Databricks system tables.We are currently using the outbound_network and audit system tables. When a Databricks App makes an outbound network request, the request appears in the outbound network table with details ...
 Hello,I’m trying to retrieve the list of users in a Databricks workspace.I am currently using both the Databricks SDK and the SCIM API: from databricks.sdk import WorkspaceClient w = WorkspaceClient() users = list(w.users.list())and also: import re...
Hi everyone,I’m trying to add users to an existing Databricks group programmatically using the Databricks SDK (SCIM PATCH), but I consistently hit an internal error and can’t tell if this is expected behavior or a limitation.My main goal is adding us...
I’m trying to get a full list of Databricks workspace groups and their user memberships. I want to do this in two ways:As a queryable table or view (e.g., for audits, security reviews, app integration)From within a Databricks App (Streamlit-style), u...
Kudos given to