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 7e517b7 commit e78a04c
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 @@ -85,8 +85,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 e78a04c

Please sign in to comment.