Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • sqlExec Function (APL)
  • SQL Collection/Forwarding Agents

Preparations

The Snowflake driver has to be downloaded to the Platform in order to connect to a Snowflake database from Image Removed.

You must proceed as follows:

  1. Go to the Snowflake documentation page and download the jar file from the Maven repository:
    https://docs.snowflake.com/en/user-guide/jdbc-download.html
  2. Place the downloaded jar file in the $MZ_HOME/3pp directory.
  3. Restart the Platform and EC/ECSAs for the change to take effect.

drivers that are required to use the Snowflake database are bundled with the software and no additional preparations are required.

Advanced Connection Configuration for Snowflake

...


SettingDescription

Connection String

In this field, you should enter the following string:

Code Block
jdbc:snowflake://<ip address>/<db query>


Notification Service

This field is not applicable to the Snowflake database.


...