View¶
View is an extension of the GraphElement abstraction for dataflow graph elements that represent persisted and temporary views in a declarative pipeline.
Contract¶
Comment¶
comment: Option[String]
Used when:
PipelinesHandleris requested to define an outputSqlGraphRegistrationContextis requested to process the SQL queries:CREATE VIEWCREATE TEMPORARY VIEW
Properties¶
properties: Map[String, String]
Used when:
PipelinesHandleris requested to define an outputSqlGraphRegistrationContextis requested to process the SQL queries:CREATE VIEWCREATE TEMPORARY VIEW
DatasetManageris requested to materialize a view
SQL Text¶
sqlText: Option[String]
Used when:
PipelinesHandleris requested to define an outputSqlGraphRegistrationContextis requested to process the SQL queries:CREATE VIEWCREATE TEMPORARY VIEW