Skip to content

Commit

Permalink
added catalog as a query param
Browse files Browse the repository at this point in the history
  • Loading branch information
Kira-percayso committed Dec 8, 2020
1 parent 88b5232 commit bbcb3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function startQueryExecution(query, config) {
},
};
if(query.catalog) {
params.QueryExecutionContext.catalog = query.catalog
params.QueryExecutionContext.Catalog = query.catalog
}
if (config.encryption)
params.ResultConfiguration.EncryptionConfiguration = config.encryption;
Expand Down

0 comments on commit bbcb3c0

Please sign in to comment.