The Open API specification for Synapse is now available for download!

Download Open API Spec

DefiningSqlEntityType

org.sagebionetworks.repo.model.table.DefiningSqlEntityType

Type of the entity containing definingSql

Enumeration
name description
materializedview A materialized view is a view whose content is defined by a Synapse SQL query and it is persisted as a synapse table.
virtualtable A virtual table is represents the results of Synapse SQL query. The results are not persisted and the query is run each time the virtual table is queried.