Skip to content

Commit

Permalink
Fix: Explicitly load the Snowflake database/sql driver (#5803)
Browse files Browse the repository at this point in the history
  • Loading branch information
begelundmuller authored Sep 30, 2024
1 parent d383ecc commit e064a7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime/drivers/snowflake/snowflake.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ import (
"github.com/rilldata/rill/runtime/drivers"
"github.com/rilldata/rill/runtime/pkg/activity"
"go.uber.org/zap"

// Load database/sql driver
_ "github.com/snowflakedb/gosnowflake"
)

func init() {
Expand Down

0 comments on commit e064a7c

Please sign in to comment.