Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2023 05:31 PM
@bharathi vish :
To troubleshoot the issue, you should first check the permissions and visibility settings for the database and tables. Below could be few reasons why this is happening
- Permissions: It's possible that the other users do not have the necessary permissions to view the database and tables. You should check the permissions on the database and tables to ensure that the other users have the necessary access.
- Visibility settings: There are visibility settings that can be configured for Hive databases and tables in Databricks. You should check to ensure that the database and tables are set to be visible to all users.
- Workspace region: It's possible that the other users are located in a different region from your Databricks workspace. In this case, they may not be able to access the database and tables due to network restrictions.
Hope this helps!