Versions Compared

Key

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

Account Format 1



This account format results in a working configuration of:

{
  "user": "IBSNOW_INGEST",
  "url": "https://LOCATOR.us-east-1.snowflakecomputing.com",
  "account": "xxxxxxxx",
  "private_key_file": "/opt/ibsnow/conf/certs/rsa_key.p8",
  "port": 443,
  "host": "LOCATOR.us-east-1.snowflakecomputing.com",
  "schema": "stage_db",
  "scheme": "https",
  "database": "cl_bridge_stage_db",
  "connect_string": "jdbc:snowflake://LOCATOR.us-east-1.snowflakecomputing.com:443",
  "ssl": "on",
  "warehouse": "cl_bridge_ingest_wh",
  "role": "cl_bridge_process_rl"
}


Account Format 2


This account format results in a working configuration of:

...