02-22-2023 03:02 PM
Hi,
I want to access the Databricks Audit Logs to check user activity.
I created a Databricks workspace on the premium pricing tier.
I configured Audit logs to be sent to Azure Diagnostic log delivery. What I got in the "Log Analytics Workspace":
I have two questions.
A) What is the difference between "DatabricksSQL" & "DatabricksDatabricksSQL"?
B) When I open "DatabricksSQL" or "DatabricksDatabricksSQL", and select "executeFastQuery" & "executeAdhocQuery" for ActionName:
I get "dataSourceId" in the column "Requestparams".
I was wondering what "dataSourceId" is. Is it the TableID or CatalogID?
02-23-2023 01:39 AM
The data_source_id field specifies the id of the SQL warehouse against which this query will run. You can use the Data Sources API to see a complete list of available SQL warehouses.
02-22-2023 04:40 PM
ID of the data source for this endpoint. This is used to bind an Databricks SQL query to an endpoint. data_source_id is an another identifier of the SQL Endpoint.
02-22-2023 04:49 PM
02-23-2023 01:39 AM
The data_source_id field specifies the id of the SQL warehouse against which this query will run. You can use the Data Sources API to see a complete list of available SQL warehouses.
02-23-2023 02:38 AM
Thanks. But, the id of the SQL warehouse is different from data_source_id as I uploaded in my previous post.
Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.
If there isn’t a group near you, start one and help create a community that brings people together.
Request a New Group