INSPECT_ALL_PIPES (Lakehouse v2)
Returns information about all pipe objects.
Analyze Syntax
Section titled “Analyze Syntax”func.inspect_all_pipes()Analyze Examples
Section titled “Analyze Examples”func.inspect_all_pipes()
┌─────────────┐│ (pipe info) │└─────────────┘SQL Syntax
Section titled “SQL Syntax”INSPECT_ALL_PIPES()SQL Examples
Section titled “SQL Examples”SELECT * FROM TABLE(INSPECT_ALL_PIPES());
┌────────────────┐│ (pipe details) │└────────────────┘