| 72 | ) |
| 73 | |
| 74 | type SnowflakeConnector struct { |
| 75 | *metadataStore.PostgresMetadata |
| 76 | *sql.DB |
| 77 | logger log.Logger |
| 78 | config *protos.SnowflakeConfig |
| 79 | rawSchema string |
| 80 | } |
| 81 | |
| 82 | func NewSnowflakeConnector( |
| 83 | ctx context.Context, |
nothing calls this directly
no outgoing calls
no test coverage detected