Snowflex v0.1.0 API Reference

Modules

The client interface for connecting to the Snowflake data warehouse.

data_warehouse = [
  connection: [
    server: "snowflex.us-east-8.snowflakecomputing.com",
    role: "DEV",
    warehouse: "CUSTOMER_DEV_WH"
  ]
]
{Snowflex.ConnectionPool, data_warehouse}

This is a contrived example. In production scenarios, you most likely want to setup your configuration in the application configuration and then pull it in at runtime.