-
Notifications
You must be signed in to change notification settings - Fork 127
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
new: dev: ACM-6082: Support cluster notifications in sdk #327
new: dev: ACM-6082: Support cluster notifications in sdk #327
Conversation
qds_sdk/clusterv2.py
Outdated
@@ -316,6 +318,8 @@ def set_cluster_info(self, | |||
|
|||
`datadog_app_token` : Specify the Datadog APP token to use the Datadog monitoring service | |||
|
|||
`notifications` : Specify the list of notification channels |
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.
notification channel ids
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.
should the parameter me notifications _channels
instead?
qds_sdk/clusterv2.py
Outdated
type=int, | ||
dest="notifications", | ||
default=None, | ||
help="List of notification channels", ) |
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.
List of notification channel ids
Co-authored-by: Vasant M <vasantm@qubole.com> Co-authored-by: Joy Lal Chattaraj <8450903+chattarajoy@users.noreply.github.com> (cherry picked from commit ed05e0a)
No description provided.