Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Connecting Python and Snowflake with ADBC

Instructions

Prerequisites

  1. Install uv

  2. Install dbc

Connect to Snowflake

  1. Install the Snowflake ADBC driver:

    dbc install snowflake
  2. Customize the Python script main.py

    • Change the connection arguments in db_kwargs
    • If you changed the database and schema, also change the SQL SELECT statement in cursor.execute()
  3. Run the Python script:

    uv run main.py