Skip to content

Commit e081349

Browse files
Print variables
1 parent 22754f0 commit e081349

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cdpy/dw.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ def create_vw(self, cluster_id:str, dbc_id:str, vw_type:str, name:str, template:
130130
if not enable_sso is None:
131131
config['enableSSO'] = enable_sso
132132

133+
print('autoscaling', autoscaling, 'configs', config)
134+
133135
return self.sdk.call(
134136
svc='dw', func='create_vw', ret_field='vwId', clusterId=cluster_id, dbcId=dbc_id,
135137
vwType=vw_type, name=name, template=template, autoscaling=autoscaling,

0 commit comments

Comments
 (0)