Skip to content

Commit

Permalink
Swap
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-artie committed May 10, 2024
1 parent 4cd4e41 commit 5875276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/shared/table_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func (g GetTableCfgArgs) GetTableConfig() (*types.DwhTableConfig, error) {
tableMissing = true
err = nil
} else {
return nil, fmt.Errorf("failed to query %T, query: %q, err: %w", g.Dwh, g.Query, err)
return nil, fmt.Errorf("failed to query %T, err: %w, query: %q", g.Dwh, err, g.Query)
}
}

Expand Down

0 comments on commit 5875276

Please sign in to comment.