Hi, currently we are using user impersonation in our Node JS ODBC implementation. Where the connection string is appended with a delagationId to restrict data access and we pass a Username and PAT. Similar to How To Use Inbound Impersonation | Dremio
I was wondering how we can pass the delagation ID during an arrowFlight implementation, I can’t find it in documentation and the example on arrow-flight-client-examples/example.py at main · dremio-hub/arrow-flight-client-examples · GitHub
Doesn’t cover this.
Thanks