cockroachdb / cockroachdb/cockroach
cluster-ui: surface views on the database pages
Open
C-enhancement
P-3
T-observability
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
Currently on the console, we only surface tables created under a database. We would like to also include views created under a database.
Specifically, what's required here is to query `information_schema.views` for created views under a database.
Jira issue: CRDB-32003
Contributor guide
Assessment
This issue has not been assessed yet.