Skip to content

Commit

Permalink
Merge pull request #4 from PercaysoInform/kiragreen/ch3329/change-ath…
Browse files Browse the repository at this point in the history
…ena-express-to-allow-for-a-catalog

added catalog as a query param
  • Loading branch information
Kira-percayso authored Dec 8, 2020
2 parents 6598846 + bbcb3c0 commit 2226773
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 2226773

Please sign in to comment.