500 Error on /ajax-api/2.0/fs/list When Accessing Unity Catalog Volume in Databricks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2025 04:50 AM
- Labels:
-
Delta Lake
-
Workflows
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2025 12:44 PM
Hi @MrFi
How are you doing today?
As per my understanding, It looks like the Unity Catalog UI might have trouble handling external volumes, even though dbutils works fine. Try running SHOW VOLUMES IN catalog_name.raw; to check if the volume is properly registered. Also, verify that your Databricks IAM role has s3:ListBucket, s3:GetObject, and s3:PutObject permissions, as UI and workflows might require additional access. Double-check your Terraform setup to ensure the storage_location correctly points to S3 and try terraform apply again. If file triggers aren’t working, manually running a workflow might help identify the issue. If everything else looks fine, it could be a UI limitation—testing with API calls or reaching out to Databricks support might clarify if external volumes are fully supported in the UI.
I Hope this helps! Give a try and let me know.
Good day.
Regards,
Brahma

