Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions mmv1/products/colab/NotebookExecution.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ async:
operation:
import_format:
- 'projects/{{project}}/locations/{{location}}/notebookExecutionJobs/{{notebook_execution_job_id}}'
include_in_tgc_next: true
custom_code:
post_create: 'templates/terraform/post_create/colab_notebook_execution.go.tmpl'
examples:
Expand Down Expand Up @@ -146,6 +147,7 @@ properties:
required: true
description: 'The base64-encoded contents of the input notebook file.'
custom_flatten: 'templates/terraform/custom_flatten/colab_notebook_execution_direct_content.go.tmpl'
tgc_ignore_terraform_custom_flatten: true
- name: executionTimeout
type: String
description: 'Max running time of the execution job in seconds (default 86400s / 24 hrs).'
Expand Down
Loading