| Info |
|---|
This documentation is for the IoT Bridge for Snowflake v2.0.0. The IoT Bridge Snowflake Streaming profile configuration documentation v1.0.0 through v1.0.3 can be found here. |
The IoT Bridge Snowflake Streaming Profile (snowflake_streaming_profile.json) contains configuration specific to ingesting bridge data into Snowflake through the Snowpipe Streaming API.
Modifying Configuration
You will need to modify the /opt/ibsnow/conf/snowflake_streaming_profile.json file to match your system configuration and setup as follows:
- user
- Replace with the user provisioned in Snowflake and granted the processor_role created by the Snowflake setup in SQL Script 07IoT Bridge Setup Assistant
- If following the IBSNOW: AWS QuickStart or IBSNOW: Azure QuickStart documents and using the default Snowflake setup scriptsconfiguration when running the IoT Bridge Setup Assistant to setup Snowflake resources, this is the "IBSNOW_INGEST" user granted the "cl_bridge_process_rl" role
- url
- Replace with the copied account URL from your Snowflake account. Variations include:
...
- account
- private_key_file
- Replace with the file path of your private key file
- port
- host
- schema
- Replace with the staging_schema created by the Snowflake setup in SQL Script 06
- If using the default Snowflake setup scriptsconfiguration when running the IoT Bridge Setup Assistant to setup Snowflake resources, this is 'stage_db'
- database
- Replace with the staging_db created by the Snowflake setup in SQL Script 07
- If using the default Snowflake setup scriptsconfiguration when running the IoT Bridge Setup Assistant to setup Snowflake resources, this is 'cl_bridge_stage_db'
- connect_string
- warehouse
- Replace with the cl_bridge_ingest_wh created by the Snowflake setup in SQL Script 07
- If using the default Snowflake setup scriptsconfiguration when running the IoT Bridge Setup Assistant to setup Snowflake resources, this is 'cl_bridge_ingest_wh'
- role
- Replace with the processor_role created by the Snowflake setup in SQL Script 07
- If using the default Snowflake setup scriptsconfiguration when running the IoT Bridge Setup Assistant to setup Snowflake resources, this is 'cl_bridge_process_rl'
...