Catalog
Standard views with definitions and dependents.
Debugging a report that uses reporting.active_users, opens Views, reads the view SQL and owner, checks dependents — no guessing which ORM model mapped wrong.
The Catalog panel Views is where Bridge turns raw metadata into decisions — counts, definitions, dependencies, and links into the grid or Query lab. No information_schema archaeology; no guessing which mat view is stale.
Open Views from the left sidebar after you connect; everything here reflects the live connection, not a cached export from yesterday.
Bridge path: /database/views

Step 1
View SQL shows the extra JOIN that doubles counts. Owner reveals which service account to ping.
Dependents list shows downstream mat views.
Standard views with definitions and dependents. /database/views. Standard views with definitions.

Step 2
Copy view SQL to lab, patch JOIN, test, open PR to replace definition.
One window workflow.
Export definition to Query lab. Schema-qualified names preserved.

Step 3
Dependent mat view stale — navigate to Mat. views panel from dependency link.
Catalog panels chain naturally.
Dependents surfaced in metadata introspection.

postgresql://, ssh://, sftp://, s3://, or smtp:// examples.Related connections