tagomoris / presto-client-node

Distributed query engine Presto client library for node.js
MIT License
126 stars 57 forks source link

Allow passing user header per query #58

Closed MZanggl closed 3 years ago

MZanggl commented 3 years ago

This change allows setting the X-PRESTO-USER header per query which is helpful for limiting (queueing) queries per application user.

tagomoris commented 3 years ago

Published v0.12.1. Thanks!