cancel
Showing results for 
Search instead for 
Did you mean: 
Warehousing & Analytics
Engage in discussions on data warehousing, analytics, and BI solutions within the Databricks Community. Share insights, tips, and best practices for leveraging data for informed decision-making.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

bas
by New Contributor III
  • 767 Views
  • 0 replies
  • 0 kudos

SQL endpoint cluster disks

When I read https://docs.microsoft.com/en-us/azure/databricks/sql/admin/sql-endpoints#cluster-size, it says : Each driver and worker has eight 128 GB Standard LRS managed disks attached. Attached disks are charged hourly.My question is, why do e...

  • 767 Views
  • 0 replies
  • 0 kudos
User16826992666
by Valued Contributor
  • 3183 Views
  • 3 replies
  • 0 kudos

Resolved! Is it possible to break down the cost per endpoint in Databricks SQL?

Need some advice for managing my SQL environment and handling internal chargebacks to the teams using the endpoint.

  • 3183 Views
  • 3 replies
  • 0 kudos
Latest Reply
Anonymous
Not applicable
  • 0 kudos

Thank you for sharing your valuable solution, it's work properly.LiveTheOrangeLife

  • 0 kudos
2 More Replies
Anonymous
by Not applicable
  • 1302 Views
  • 1 replies
  • 0 kudos
  • 1302 Views
  • 1 replies
  • 0 kudos
Latest Reply
User16783853906
Contributor III
  • 0 kudos

Databricks SQL provides a simple experience for SQL users who want to run quick ad-hoc queries on their data lake, create multiple visualization types to explore query results from different perspectives, and build and share dashboards.

  • 0 kudos
User16826992666
by Valued Contributor
  • 4094 Views
  • 1 replies
  • 0 kudos

Resolved! Can I implement Row Level Security for users when using SQL Endpoints?

I'd like to be able to limit the rows users see when querying tables in Databricks SQL based on what access level each user is supposed to be granted. Is this possible in the SQL environment?

  • 4094 Views
  • 1 replies
  • 0 kudos
Latest Reply
sajith_appukutt
Honored Contributor II
  • 0 kudos

Using dynamic views you can specify permissions down to the row or field level e.g. CREATE VIEW sales_redacted AS SELECT user_id, country, product, total FROM sales_raw WHERE CASE WHEN is_member('managers') THEN TRUE ELSE total <= 1...

  • 0 kudos
User16826992666
by Valued Contributor
  • 2163 Views
  • 1 replies
  • 0 kudos
  • 2163 Views
  • 1 replies
  • 0 kudos
Latest Reply
User16826992666
Valued Contributor
  • 0 kudos

SQL Analytics actually uses several layers of caching. Some documentation about the different layers can be found here in the documentation. There are two primary layers that users will experience. 1) The first is that the actual data results of spec...

  • 0 kudos
Labels