โ09-06-2024 09:14 PM
I am doing a course on Machine Learning Associate course , at the starting itseld i am getting error while running in Azure Databricks.
Can somebody help me in solving this error.
โ09-06-2024 11:29 PM
getting exactly this error:
DatabricksApiException: DatabricksApiException(message='Workspace Feature Store has been deprecated in the current workspace. Databricks recommends using Feature Engineering in Unity Catalog.
โ09-07-2024 01:16 PM
It sounds like you're facing a Databricks API exception in Microsoft Azure. These errors often stem from issues related to authentication, permissions, or the configuration of your Azure Databricks workspace. Start by checking your Azure Active Directory (AAD) setup and ensuring that the permissions for your service principal or token are correctly assigned. Additionally, ensure your workspace and clusters are properly configured in Databricks to avoid connection or API failures. You may also want to examine any recent changes in your environment that could have triggered this error.
โ09-07-2024 11:27 PM
Tried every above method, nothing worked.
Problem still remain same.
โ09-25-2024 11:25 PM
A DatabricksApiException in Microsoft Azure Databricks typically occurs when there is an issue interacting with the Databricks REST API. This can result from various factors, such as incorrect API request formatting, authentication problems, or network connectivity issues. Additionally, permission errors or the Databricks service itself encountering an internal issue can trigger such exceptions. To resolve this, you should first check the error message details provided in the exception to pinpoint the cause.
Wednesday
The error message indicates that Workspace Feature Store has been deprecated in your Azure Databricks workspace. The error occurs because the Feature Store API is no longer supported in your environment.
Check If Your Databricks Workspace Uses Unity Catalog
Update Your Code to Use Unity Catalog
Contact Your Administrator
Would you like help modifying your notebook to work without the deprecated Feature Store?
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