Values.SnowflakeTableReferenceSourceA reference to a table within Snowflake.
type nonrec t = {secretArn : SecretsManagerArn.t;The secret ARN of the Snowflake table reference.
*)accountIdentifier : SnowflakeAccountIdentifier.t;The account identifier for the Snowflake table reference.
*)databaseName : SnowflakeDatabaseName.t;The name of the database the Snowflake table belongs to.
*)tableName : SnowflakeTableName.t;The name of the Snowflake table.
*)schemaName : SnowflakeSchemaName.t;The schema name of the Snowflake table reference.
*)tableSchema : SnowflakeTableSchema.t;The schema of the Snowflake table.
*)}val make :
secretArn:SecretsManagerArn.t ->
accountIdentifier:SnowflakeAccountIdentifier.t ->
databaseName:SnowflakeDatabaseName.t ->
tableName:SnowflakeTableName.t ->
schemaName:SnowflakeSchemaName.t ->
tableSchema:SnowflakeTableSchema.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of SecretsManagerArn.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of ColumnName.t ]) list ]
list ])
list ])
list ]