EventNative supports Snowflake as a destination. For more information about Snowflake see docs.
Snowflake destination in batch mode can be configured via S3 or Google Cloud Storage. In the stream mode, it can be configured without any. The config consists of the following schema:
destinations:my_snowflake_via_aws_s3_or_gcp:type: snowflakesnowflake:account: hha56552.us-east-1schema: MYSCHEMAwarehouse: my_warehousedb: mydbusername: userpassword: passparameters:name: valuestage: my_stage# via s3s3:access_key_id: ...secret_access_key: ...bucket: ...region: ...# or via gcpgoogle:gcs_bucket: ...key_file: ...
Field (*required) | Type | Description | Default value |
account* | string | Snowflake global account. | - |
port | int | Port of destination. |
|
db* | string | Database of destination. | - |
schema | string | Schema of destination. |
|
username* | string | Username for authorization in a destination. | - |
password | string | Password for authorization in a destination. | - |
warehouse* | string | Snowflake warehouse name. | |
parameters | object | Connection parameters. |
|
stage** | string | Name of Snowflake stage. It is required in batch mode. | - |