Skip to content

Show created_at and initialized_at for rw_views #23726

@hzxa21

Description

@hzxa21

Is your feature request related to a problem? Please describe.

We have the following columns in rw_materialized_views and rw_tables system tables

    initialized_at: Option<Timestamptz>,
    created_at: Option<Timestamptz>,
    initialized_at_cluster_version: Option<String>,
    created_at_cluster_version: Option<String>,

However, we don't have such information for non-materialized views shown in rw_views. It will be useful to show them in rw_views as well.

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions