-
Notifications
You must be signed in to change notification settings - Fork 86
CLOUDP-171854 Add commands atlas datalakepipelines availablesnaphosts and availableschedules #1921
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
Conversation
… and availableschedules
gssbzn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM comments are not blocking
Co-authored-by: Gustavo Bazan <gustavo.bazan@mongodb.com>
sarahsimpers
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few changes, thanks!
tools/cli-generator/spec.yaml
Outdated
| - command_path: atlas dataLakePipelines availableSchedules | ||
| package_name: availableschedules | ||
| description: Available Schedules for data lake pipelines. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| description: Available Schedules for data lake pipelines. | |
| description: Return all available schedules for the specified data lake pipeline. |
tools/cli-generator/spec.yaml
Outdated
| package_name: availableschedules | ||
| store_name: PipelineAvailableSchedulesLister | ||
| store_method: PipelineAvailableSchedules | ||
| description: Returns all available schedules for the data lake pipelines for your project. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| description: Returns all available schedules for the data lake pipelines for your project. | |
| description: Return all available schedules for the specified data lake pipeline. |
tools/cli-generator/spec.yaml
Outdated
| package_name: availablesnapshots | ||
| store_name: PipelineAvailableSnapshotsLister | ||
| store_method: PipelineAvailableSnapshots | ||
| description: Returns all available backup snaphots for the data lake pipelines for your project. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| description: Returns all available backup snaphots for the data lake pipelines for your project. | |
| description: Return all available backup snapshots for the specified data lake pipeline. |
tools/cli-generator/spec.yaml
Outdated
| atlas dataLakePipelines availableSchedules list Pipeline1 | ||
| - command_path: atlas dataLakePipelines availableSnapshots | ||
| package_name: availablesnapshots | ||
| description: Available backup snapshots for data lake pipelines. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| description: Available backup snapshots for data lake pipelines. | |
| description: Return all available backup snapshots for the specified data lake pipeline. |
sarahsimpers
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Proposed changes
Add commands atlas datalakepipelines availablesnaphosts and availableschedules
Jira ticket: CLOUDP-171854
Checklist
make fmtand formatted my codeFurther comments