-
Notifications
You must be signed in to change notification settings - Fork 11
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
DWX-18764 Wait for creation to finish for hive #167
Conversation
The hive virtual warehouse creation and deletion is awaited.
Go test coverage: 33.3% for commit 9da34ec
|
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.
please generate the docs and provide example(s) for this resource. otherwise lgtm
please add the example too |
There is an exmaple available: https://github.com/cloudera/terraform-provider-cdp/blob/main/examples/resources/cdp_dw_hive/resource.tf I haven't added any new non computed field yet, that will be the next PR |
In this change the hive virtual warehouse creation and deletion is awaited. Moved the module to virtual warehouse package, to align with the new package structure.