You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Tables and Materialized Views has an option to provide properties as a part of its definition, we would like to extend the same to Views as well. The proposed syntax would be
CREATE VIEW view_name WITH (property_key = 'property_value') AS SELECT ...
Implementation details
On the implementation side - we have two options
Maintain the view properties as a part of ConnectorViewDefinition - like ConnectorTableMetadata
Handle a different set of APIs specific like we do for MaterializedViews like getMaterializedViewProperties.
Which option could we consider ?
The content you are editing has changed. Please copy your edits and refresh the page.
Background and Motivation
Currently Tables and Materialized Views has an option to provide properties as a part of its definition, we would like to extend the same to Views as well. The proposed syntax would be
Implementation details
On the implementation side - we have two options
ConnectorViewDefinition
- likeConnectorTableMetadata
getMaterializedViewProperties
.Which option could we consider ?
Tasks
The text was updated successfully, but these errors were encountered: