- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2025 08:31 AM
How are you doing today? As per understanding, It looks like the system.information_schema.table_tags query is returning an empty DataFrame, which could be due to a couple of reasons. First, make sure that there are actually tags assigned to tables—if no tables have tags, the query will return nothing. Second, check if your Databricks SQL Warehouse has the right privileges to access table tags; sometimes, SELECT permissions on information_schema aren't sufficient, and you may need additional metadata permissions. Lastly, try running the same query directly in a Databricks SQL Editor to see if it returns results there—if not, then it’s likely a data or permissions issue rather than a code issue. Hope this helps!
Regards,
Brahma