We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 898d275 commit 1c81d3dCopy full SHA for 1c81d3d
plugins/modules/dw_vw.py
@@ -363,7 +363,7 @@ def process(self):
363
self.module.warn("DW Virtual Warehouse already present and config validation is not implemented")
364
if self.wait:
365
self.target = self.cdpy.sdk.wait_for_state(
366
- describe_func=self.cdpy.dw.delete_vw,
+ describe_func=self.cdpy.dw.describe_vw,
367
params=dict(cluster_id=self.cluster_id, vw_id=self.target['id']),
368
state=self.cdpy.sdk.STARTED_STATES, delay=self.delay, timeout=self.timeout
369
)
0 commit comments