INSPECT_MV_RELATIONSHIPS (Lakehouse v2)
Returns dependency relationships for a materialized view.
Analyze Syntax
Section titled “Analyze Syntax”func.inspect_mv_relationships(<db>, <mv>)Analyze Examples
Section titled “Analyze Examples”func.inspect_mv_relationships('mydb', 'my_mv')
┌─────────────────┐│ (relationships) │└─────────────────┘SQL Syntax
Section titled “SQL Syntax”INSPECT_MV_RELATIONSHIPS(<db>, <mv>)SQL Examples
Section titled “SQL Examples”SELECT * FROM TABLE(INSPECT_MV_RELATIONSHIPS('mydb', 'my_mv'));
┌─────────────────┐│ (relationships) │└─────────────────┘