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
"defaultLocation": "A String", # Optional. The default BigQuery location to use. Defaults to "US". See the BigQuery docs for a full list of locations: https://cloud.google.com/bigquery/docs/locations.
119
+
"defaultNotebookRuntimeOptions": {
120
+
"gcsOutputBucket": "A String", # Optional. The GCS location to upload the result to. Format: `gs://bucket-name`.
"defaultLocation": "A String", # Optional. The default BigQuery location to use. Defaults to "US". See the BigQuery docs for a full list of locations: https://cloud.google.com/bigquery/docs/locations.
163
+
"defaultNotebookRuntimeOptions": {
164
+
"gcsOutputBucket": "A String", # Optional. The GCS location to upload the result to. Format: `gs://bucket-name`.
"defaultLocation": "A String", # Optional. The default BigQuery location to use. Defaults to "US". See the BigQuery docs for a full list of locations: https://cloud.google.com/bigquery/docs/locations.
214
+
"defaultNotebookRuntimeOptions": {
215
+
"gcsOutputBucket": "A String", # Optional. The GCS location to upload the result to. Format: `gs://bucket-name`.
<pre>Lists CompilationResults in a given Repository.
239
248
240
249
Args:
241
250
parent: string, Required. The repository in which to list compilation results. Must be in the format `projects/*/locations/*/repositories/*`. (required)
242
251
filter: string, Optional. Filter for the returned list.
252
+
orderBy: string, Optional. This field only supports ordering by `name` and `create_time`. If unspecified, the server will choose the ordering. If specified, the default order is ascending for the `name` field.
243
253
pageSize: integer, Optional. Maximum number of compilation results to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
244
254
pageToken: string, Optional. Page token received from a previous `ListCompilationResults` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListCompilationResults` must match the call that provided the page token.
245
255
x__xgafv: string, V1 error format.
@@ -258,6 +268,9 @@ <h3>Method Details</h3>
258
268
"databaseSuffix": "A String", # Optional. The suffix that should be appended to all database (Google Cloud project ID) names.
"defaultLocation": "A String", # Optional. The default BigQuery location to use. Defaults to "US". See the BigQuery docs for a full list of locations: https://cloud.google.com/bigquery/docs/locations.
271
+
"defaultNotebookRuntimeOptions": {
272
+
"gcsOutputBucket": "A String", # Optional. The GCS location to upload the result to. Format: `gs://bucket-name`.
"defaultLocation": "A String", # Optional. The default BigQuery location to use. Defaults to "US". See the BigQuery docs for a full list of locations: https://cloud.google.com/bigquery/docs/locations.
119
+
"defaultNotebookRuntimeOptions": {
120
+
"gcsOutputBucket": "A String", # Optional. The GCS location to upload the result to. Format: `gs://bucket-name`.
"defaultLocation": "A String", # Optional. The default BigQuery location to use. Defaults to "US". See the BigQuery docs for a full list of locations: https://cloud.google.com/bigquery/docs/locations.
167
+
"defaultNotebookRuntimeOptions": {
168
+
"gcsOutputBucket": "A String", # Optional. The GCS location to upload the result to. Format: `gs://bucket-name`.
"defaultLocation": "A String", # Optional. The default BigQuery location to use. Defaults to "US". See the BigQuery docs for a full list of locations: https://cloud.google.com/bigquery/docs/locations.
239
+
"defaultNotebookRuntimeOptions": {
240
+
"gcsOutputBucket": "A String", # Optional. The GCS location to upload the result to. Format: `gs://bucket-name`.
"defaultLocation": "A String", # Optional. The default BigQuery location to use. Defaults to "US". See the BigQuery docs for a full list of locations: https://cloud.google.com/bigquery/docs/locations.
298
+
"defaultNotebookRuntimeOptions": {
299
+
"gcsOutputBucket": "A String", # Optional. The GCS location to upload the result to. Format: `gs://bucket-name`.
"defaultLocation": "A String", # Optional. The default BigQuery location to use. Defaults to "US". See the BigQuery docs for a full list of locations: https://cloud.google.com/bigquery/docs/locations.
366
+
"defaultNotebookRuntimeOptions": {
367
+
"gcsOutputBucket": "A String", # Optional. The GCS location to upload the result to. Format: `gs://bucket-name`.
"defaultLocation": "A String", # Optional. The default BigQuery location to use. Defaults to "US". See the BigQuery docs for a full list of locations: https://cloud.google.com/bigquery/docs/locations.
414
+
"defaultNotebookRuntimeOptions": {
415
+
"gcsOutputBucket": "A String", # Optional. The GCS location to upload the result to. Format: `gs://bucket-name`.
Copy file name to clipboardExpand all lines: docs/dyn/dataform_v1beta1.projects.locations.repositories.workflowInvocations.html
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -356,6 +356,7 @@ <h3>Method Details</h3>
356
356
"workflowInvocationActions": [ # List of workflow invocation actions.
357
357
{ # Represents a single action in a workflow invocation.
358
358
"bigqueryAction": { # Represents a workflow action that will run against BigQuery. # Output only. The workflow action's bigquery action details.
359
+
"jobId": "A String", # Output only. The ID of the BigQuery job that executed the SQL in sql_script. Only set once the job has started to run.
359
360
"sqlScript": "A String", # Output only. The generated BigQuery SQL script that will be executed.
360
361
},
361
362
"canonicalTarget": { # Represents an action identifier. If the action writes output, the output will be written to the referenced database object. # Output only. The action's identifier if the project had been compiled without any overrides configured. Unique within the compilation result.
@@ -368,6 +369,10 @@ <h3>Method Details</h3>
368
369
"endTime": "A String", # Optional. Exclusive end of the interval. If specified, a Timestamp matching this interval will have to be before the end.
369
370
"startTime": "A String", # Optional. Inclusive start of the interval. If specified, a Timestamp matching this interval will have to be the same or after the start.
370
371
},
372
+
"notebookAction": { # Represents a workflow action that will run against a Notebook runtime. # Output only. The workflow action's notebook action details.
373
+
"contents": "A String", # Output only. The code contents of a Notebook to be run.
374
+
"jobId": "A String", # Output only. The ID of the Vertex job that executed the notebook in contents and also the ID used for the outputs created in GCS buckets. Only set once the job has started to run.
375
+
},
371
376
"state": "A String", # Output only. This action's current state.
372
377
"target": { # Represents an action identifier. If the action writes output, the output will be written to the referenced database object. # Output only. This action's identifier. Unique within the workflow invocation.
0 commit comments