Values_1.SemanticTableSourceA semantic table that represents the final analytical structure of the data.
type nonrec t = {alias : SemanticTableAlias.t;Alias for the semantic table.
*)destinationTableId : Values_0.DataSetEntityResourceId.t;The identifier of the destination table from data preparation that provides data to this semantic table.
*)rowLevelPermissionConfiguration : RowLevelPermissionConfiguration.t option;Configuration for row level security that control data access for this semantic table.
*)}val make :
?rowLevelPermissionConfiguration:??? ->
alias:SemanticTableAlias.t ->
destinationTableId:Values_0.DataSetEntityResourceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of SemanticTableAlias.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of
[> `List of [> `String of SessionTagKey.t ] list
| `Structure of
(string * [> `String of SessionTagKey.t ]) list ]
list
| `String of Values_0.Namespace.t ])
list ])
list ])
list ]