Home > Blockchain >  Why isn't SQL Endpoints enabled in Azure Databricks?
Why isn't SQL Endpoints enabled in Azure Databricks?

Time:12-02

I want to create an SQL Endpoint as per the documentation:

enter image description here

Why not and how can I enable SQL Endpoints in my Azure Databricks instance?

CodePudding user response:

There could be several reasons for that:

  • (most probable) administrators didn't give you access to Databricks SQL - they need to follow the documentation to enable it for users or groups.
  • your workspace is not on Premium plan (requirements in docs)

CodePudding user response:

Requirements

  • Your Azure Databricks account must be on the Premium plan.
  • Launch a workspace. You can use an existing workspace or create a new one
  • You must be an Azure Databricks admin. Ref
  • Related