MCPcopy
hub / github.com/PeerDB-io/peerdb / SnowflakeConnector

Struct SnowflakeConnector

flow/connectors/snowflake/snowflake.go:74–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72)
73
74type SnowflakeConnector struct {
75 *metadataStore.PostgresMetadata
76 *sql.DB
77 logger log.Logger
78 config *protos.SnowflakeConfig
79 rawSchema string
80}
81
82func NewSnowflakeConnector(
83 ctx context.Context,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected