-
Notifications
You must be signed in to change notification settings - Fork 28
Add and update CDW modules #29
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
Add and update CDW modules #29
Conversation
|
Either we commit this one or #19 - but not both! |
|
Note that the details returned by |
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.
Mostly the use of bare id ambiguously across the modules
Signed-off-by: Saravanan Raju <saravanan.footloose@gmail.com>
Signed-off-by: Saravanan Raju <saravanan.footloose@gmail.com>
Signed-off-by: Saravanan Raju <saravanan.footloose@gmail.com>
Signed-off-by: Saravanan Raju <saravanan.footloose@gmail.com>
Signed-off-by: Saravanan Raju <saravanan.footloose@gmail.com>
Signed-off-by: Saravanan Raju <saravanan.footloose@gmail.com>
Signed-off-by: Saravanan Raju <saravanan.footloose@gmail.com>
Signed-off-by: Webster Mudge <wmudge@cloudera.com>
Signed-off-by: Webster Mudge <wmudge@cloudera.com>
Signed-off-by: Webster Mudge <wmudge@cloudera.com>
Signed-off-by: Webster Mudge <wmudge@cloudera.com>
Signed-off-by: Webster Mudge <wmudge@cloudera.com>
…n value Signed-off-by: Webster Mudge <wmudge@cloudera.com>
Signed-off-by: Webster Mudge <wmudge@cloudera.com>
Issue violations as discrete array in returned error Add check for verbosity or debug to SDK warnings handler Signed-off-by: Webster Mudge <wmudge@cloudera.com>
Signed-off-by: Webster Mudge <wmudge@cloudera.com>
Update deletion states and process Update log messaging Signed-off-by: Webster Mudge <wmudge@cloudera.com>
Update module parameter requirements Update log messaging Signed-off-by: Webster Mudge <wmudge@cloudera.com>
Remove 'name' parameter Refactor remaining parameters for aliases and requirements Signed-off-by: Webster Mudge <wmudge@cloudera.com>
Signed-off-by: Webster Mudge <wmudge@cloudera.com>
Signed-off-by: Webster Mudge <wmudge@cloudera.com>
Signed-off-by: Webster Mudge <wmudge@cloudera.com>
34fc07a to
1302819
Compare
* Add 'dw_database_catalog' and 'dw_database_catalog_info' modules * Add 'dw_virtual_warehouse' and 'dw_virtual_warehouse_info' modules * Update 'dw_cluster' and 'dw_cluster_info' modules documentation * Normalize top-level key for return values from 'clusters' to 'cluster' for 'dw_cluster' * Add 'private_load_balancer' option to 'dw_cluster' module * Replace 'cdpy.dw.gather_clusters()' call with 'cdpy.dw.list_clusters()' call in 'dw_cluster_info' module to reduce scope of returned values (will require explicit 'dw_*_info' calls to achieve prior returned values) * Add 'violations' as discrete key within returned SDK errors * Add check for verbosity or debug to SDK warnings handler * Update parameter naming, aliases, and requirements across all 'dw_*' modules Signed-off-by: Saravanan Raju <saravanan.footloose@gmail.com> Signed-off-by: Webster Mudge <wmudge@cloudera.com> Co-authored-by: Saravanan Raju <saravanan.footloose@gmail.com> Signed-off-by: Alan <alan.silva@cloudera.com>
Dependent on the following PRs: