Values.SnowflakeConnectorProfilePropertiesSourceThe connector-specific profile properties required when using Snowflake.
type nonrec t = {warehouse : Warehouse.t;The name of the Snowflake warehouse.
*)stage : Stage.t;The name of the Amazon S3 stage that was created while setting up an Amazon S3 stage in the Snowflake account. This is written in the following format: < Database>< Schema><Stage Name>.
*)bucketName : BucketName.t;The name of the Amazon S3 bucket associated with Snowflake.
*)bucketPrefix : BucketPrefix.t option;The bucket path that refers to the Amazon S3 bucket associated with Snowflake.
*)privateLinkServiceName : PrivateLinkServiceName.t option;The Snowflake Private Link service name to be used for private data transfers.
*)accountName : AccountName.t option;The name of the account.
*)region : Region.t option;The Amazon Web Services Region of the Snowflake account.
*)}val make :
?bucketPrefix:??? ->
?privateLinkServiceName:??? ->
?accountName:??? ->
?region:??? ->
warehouse:Warehouse.t ->
stage:Stage.t ->
bucketName:BucketName.t ->
unit ->
t