JobQueryRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Job query request.
Attributes |
|
---|---|
Name | Description |
query |
str
The query. |
max_results |
int
The maximum number of results. |
default_dataset |
google.cloud.bigquery_logging_v1.types.DatasetName
The default dataset for tables that do not have a dataset specified. |
project_id |
str
Project that the query should be charged to. |
dry_run |
bool
If true, don't actually run the job. Just check that it would run. |