-
Install the Snowflake ADBC driver:
dbc install snowflake
-
Customize the Python script
main.py- Change the connection arguments in
db_kwargs- See Snowflake Driver Client Options for the full list of available options
- If you changed the database and schema, also change the SQL SELECT statement in
cursor.execute()
- Change the connection arguments in
-
Run the Python script:
uv run main.py