INSPECT_RELATED_MV (Lakehouse v2)
Returns materialized views related to a table.
Analyze Syntax
Section titled “Analyze Syntax”func.inspect_related_mv(<db>, <table>)Analyze Examples
Section titled “Analyze Examples”func.inspect_related_mv('mydb', 'my_table')
┌───────────────┐│ (related mvs) │└───────────────┘SQL Syntax
Section titled “SQL Syntax”INSPECT_RELATED_MV(<db>, <table>)SQL Examples
Section titled “SQL Examples”SELECT * FROM TABLE(INSPECT_RELATED_MV('mydb', 'my_table'));
┌───────────────┐│ (related mvs) │└───────────────┘