Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Feb 27, 2024
1 parent 76d7d73 commit ec32b34
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions flow/connectors/snowflake/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ func (c *SnowflakeConnector) getTableCounts(ctx context.Context, tables []string
}

func (c *SnowflakeConnector) GetAllTables(ctx context.Context) ([]string, error) {
// return all tables in database in schema.table form
// get it from information schema columns
rows, err := c.database.QueryContext(ctx, `
SELECT table_schema, table_name
FROM information_schema.tables
Expand Down

0 comments on commit ec32b34

Please sign in to comment.