Skip to content
Closed
Changes from 1 commit
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
18 changes: 18 additions & 0 deletions mmv1/products/bigquerydatatransfer/Config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
- 'schedule_options.0.disable_auto_scheduling'
- 'schedule_options.0.start_time'
- 'schedule_options.0.end_time'
- 'schedule_options.0.event_driven_schedule'
- name: 'startTime'
type: Time
description: |
Expand All @@ -151,6 +152,7 @@
- 'schedule_options.0.disable_auto_scheduling'
- 'schedule_options.0.start_time'
- 'schedule_options.0.end_time'
- 'schedule_options.0.event_driven_schedule'
- name: 'endTime'
type: Time
description: |
Expand All @@ -162,6 +164,22 @@
- 'schedule_options.0.disable_auto_scheduling'
- 'schedule_options.0.start_time'
- 'schedule_options.0.end_time'
- 'schedule_options.0.event_driven_schedule'
- name: 'eventDrivenSchedule'
type: NestedObject
description: |
Event driven transfer schedule options. If set, the transfer will be scheduled upon events arrial.
at_least_one_of:
- 'schedule_options.0.disable_auto_scheduling'
- 'schedule_options.0.start_time'
- 'schedule_options.0.end_time'
- 'schedule_options.0.event_driven_schedule'
properties:
- name: 'pubsubSubscription'
type: string
description: |
Pub/Sub subscription name used to receive events. Only Google Cloud Storage data source support this option. Format: projects/{project}/subscriptions/{subscription}.

- name: 'emailPreferences'
type: NestedObject
description: |
Expand Down Expand Up @@ -239,7 +257,7 @@
- 'sensitive_params.0.secretAccessKeyWo'
conflicts:
- 'sensitive_params.0.secretAccessKeyWo'
- name: 'secretAccessKeyWo' # Wo is convention for write-only properties

Check warning on line 260 in mmv1/products/bigquerydatatransfer/Config.yaml

View workflow job for this annotation

GitHub Actions / lint-yaml

260:35 [comments] too few spaces before comment
type: String
description: |
The Secret Access Key of the AWS account transferring data from.
Expand Down
Loading