Hi Nikhil,
How are you doing today?, As per my understanding, It looks like the monitoring setup isn't fully completing, likely due to permissions, external table limitations, or system settings. First, check if your Unity Catalog schema has the right permissions, as the monitoring feature needs SELECT and WRITE access to store profile and drift metrics. If it's an external table, some monitoring features might not work as expected, so you could try converting it to a managed Delta table. Also, ensure you're using a compatible clusterโsome serverless or shared clusters may not support background monitoring jobs. Lastly, check if system tables are enabled in your workspace (SHOW SYSTEM TABLES), as they are required for tracking changes. Since the dashboard is being created but the metrics tables aren't, it's likely a permissions or table compatibility issue. Let me know if you need help checking these!
Regards,
Brahma