Target particular engine within connection or query

Hi all,

Is there a way to target a particular engine within a connection or query via API call?

I understand that there is a rule-based engine routing, however there are cases where a user might want to use another engine explicitly.

We’re using the Go Arrow Flight client.

You can add ENGINE as a connection property and specify the name of the engine.

This is documented here:
https://docs.dremio.com/cloud/arrow-flight/arrow-flight/#managing-workloads

1 Like

Thanks for your help!