Hi @shekharshukla
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