- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2021
08:27 AM
- last edited on
03-21-2025
06:04 AM
by
Advika
Need some advice for managing my SQL environment and handling internal chargebacks to the teams using the endpoint.
- Labels:
-
Databricks SQL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2021 04:59 AM
It's possible to assign tags to the SQL endpoints, similarly how it's done for normal clusters - these tags then could be used for chargebacks. Setting tags is also possible via SQL Endpoint API and via Terraform provider.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2022 04:41 AM
A SQL endpoint is a computation resource that lets you run SQL commands on data objects within Databricks SQL. This article introduces SQL endpoints and describes how to work with them using the Databricks SQL UI. A SQL endpoint is a type of Azure Databricks compute resource. Other compute resource types include Azure Databricks clusters. To work with SQL endpoints using the API, see SQL Endpoints APIs 2.0.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2022 04:26 AM
Thank you for sharing your valuable solution, it's work properly.