Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: integrate jobs.query and stateless query for faster queries #1337

Merged
merged 13 commits into from
Mar 27, 2024
Merged
Prev Previous commit
Next Next commit
Merge branch 'main' into feat-fast-query-path
  • Loading branch information
alvarowolfx committed Feb 28, 2024
commit af93d2b5332dc10850aa15a70d70a3656bea7150
4 changes: 4 additions & 0 deletions src/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3642,6 +3642,10 @@ declare namespace bigquery {
* Optional. If set to true, BigQuery doesn't run the job. Instead, if the query is valid, BigQuery returns statistics about the job such as how many bytes would be processed. If the query is invalid, an error returns. The default value is false.
*/
dryRun?: boolean;
/**
* Optional. Output format adjustments.
*/
formatOptions?: IDataFormatOptions;
/**
* Optional. If not set, jobs are always required. If set, the query request will follow the behavior described JobCreationMode. This feature is not yet available. Jobs will always be created.
*/
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.