Commit bac4fe3
Add and update CDW modules (#29)
* 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>1 parent 2bbea9b commit bac4fe3
File tree
9 files changed
+1347
-171
lines changed- docsrc
- plugins
- module_utils
- modules
9 files changed
+1347
-171
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
22 | 26 | | |
23 | 27 | | |
24 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
| 81 | + | |
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
| |||
0 commit comments