Data Set Physical Table Map
data class DataSetPhysicalTableMap(val customSql: DataSetPhysicalTableMapCustomSql? = null, val physicalTableMapId: String, val relationalTable: DataSetPhysicalTableMapRelationalTable? = null, val s3Source: DataSetPhysicalTableMapS3Source? = null)
Constructors
Link copied to clipboard
constructor(customSql: DataSetPhysicalTableMapCustomSql? = null, physicalTableMapId: String, relationalTable: DataSetPhysicalTableMapRelationalTable? = null, s3Source: DataSetPhysicalTableMapS3Source? = null)
Properties
Link copied to clipboard
A physical table type built from the results of the custom SQL query. See custom_sql.
Link copied to clipboard
Key of the physical table map.
Link copied to clipboard
A physical table type for relational data sources. See relational_table.
Link copied to clipboard
A physical table type for as S3 data source. See s3_source.