Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj authored and heavycrystal committed Mar 6, 2024
1 parent beed89c commit 9c5bcf9
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 9c5bcf9

Please sign in to comment.