Hi,
Appreciate the detailed pushback. A few of the technical claims here are mixing up two distinct Databricks mechanisms, so let me separate them, because the answer changes depending on which one you mean.
1. Snowflake catalog federation does not r...
Hi @lpolanco85,
Good news: you can express this entirely inside the metric view. I reproduced your exact pattern (a percent-of-total whose PARTITION BY has one fewer column than the SELECT list) on a SQL warehouse and it works. The two pieces that un...
Hi @Garybary,
Quick clarification on how table update triggers actually behave, because this changes the answer significantly.
Table update triggers fire on data-changing operations only (writes, merges, updates, deletes). A standalone VACUUM does NO...
Hi Danish, good push-back. You are right that getTable in the Unity Catalog audit logs is metadata-only: it fires when a client resolves a table reference or inspects its schema/properties, not when rows are actually scanned.
If you want a signal tha...
Hi TENDK,
That is expected behavior and does not necessarily mean something is wrong. Here is what is happening:
When you run nslookup from inside a Databricks notebook, the notebook is executing on a cluster that sits inside the Databricks-managed V...