Updated September 12th, 2024 by amrith.v

Shared table not accessible in Delta Sharing using Python

Problem You receive a  FileNotFoundError pointing to an Azure storage URL when trying to access a shared table in Delta Sharing using Python.  Example import delta_sharing profile_file = "<profile-file-path>" client = delta_sharing.SharingClient(profile_file) # List all shared tables. client.list_all_tables() # Create a url to access a shared ...

1 min reading time
Updated August 30th, 2024 by amrith.v

Disable or restrict access to the foundation model APIs

Problem Now that Mosaic AI Model Serving supports Foundation Model APIs, users within the workspace can access and query advanced open models by default. However, there may be instances where you need to restrict access to certain serving endpoints to prevent unauthorized usage. Cause The default configuration grants all users within the workspace a...

0 min reading time
Updated September 12th, 2024 by amrith.v

Unable to update a serving endpoint even with necessary permissions

Problem  You are unable to update a serving endpoint in Databricks, even if you have the necessary permissions. The error message observed is: ' User does not have permission 'View' on Model <model_name>' .    This issue occurs in the Machine Learning environment when working with serving endpoints and registered models. Cause The user who cre...

0 min reading time
Load More