โ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.
Passionate about hosting events and connecting people? Help us grow a vibrant local communityโsign up today to get started!
Sign Up Now