You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to add support for "Short query optimized mode" in BigQuery to the Ruby SDK?
Is your feature request related to a problem? Please describe.
The BigQuery library does not support Short query optimized mode.
Describe the solution you'd like
Add support to the client SDK to perform queries that make use of the Short query optimized mode. With the other SDKs (Python, Javascript, et al), this was done through an env variable.
noahgrant and piamcyrusrulez, noahgrant, prasrvenkat and CodingAnarchy