Hi @vziog,
The Azure portal typically aggregates costs from various billing categories (such as DBUs, infrastructure, storage, and networking) based on usage logs and pricing. On the other hand, the query designed by you extracts detailed cost estima...
Hello @antonionuzzo,
This behavior is occurring because Azure Databricks allows workspace administrators to invite users from their organization's Entra ID directory into the Databricks workspace. This capability functions independently of whether th...
Hi @htd350,
Predictive optimization in Databricks largely depends on the use of serverless compute to execute operations like ANALYZE, OPTIMIZE, and VACUUM, but not 100% sure if serverless is needed on all scenarios. I'll check internally and confirm...
No problem.
Please see: https://learn.microsoft.com/en-us/azure/databricks/delta/table-properties it is mentioned 30 days for deleted files for Delta Tables.
delta.logRetentionDuration = "interval <interval>": controls how long the history for a tabl...