Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 930 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 930 Bytes

ray_snowflake

This repo does a test drive of using snowflake as a source in ray. This has been done after I struggled to make -- anyscale snowflake connector work. I have written a test driver as well which shows how to do a basic transform on this dataset.

Setup

You just need a valid snowflake account to test this out. I tested this code on a trial snowflake account and hence could get this to work with ACCOUNTADMIN creds.

  1. make all: create python 3.10 venv and install the deps.
  2. cp .env.example .env: setup the credentials environment.
  3. Open the .env file and setup the 3 creds.

Run

Once you have filled up the creds correctly, you can run the script and see things happen. The test script performs a write to a DB as well. You can tinker the script to put in the correct db name.