-
Install the Snowflake ADBC driver:
dbc install snowflake
-
Customize the Go program
main.go- Change the connection arguments in the
NewDatabase()call- 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
stmt.SetSqlQuery()
- Change the connection arguments in the
-
Run the Go program:
go mod tidy go run main.go