Skip to content

Commit 9024091

Browse files
committed
Return as error not a warning on INVALID_ARGUMENT
Signed-off-by: Webster Mudge <wmudge@cloudera.com>
1 parent d533df4 commit 9024091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdpy/dw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def create_vw(self, cluster_id:str, dbc_id:str, vw_type:str, name:str, template:
134134
return self.sdk.call(
135135
svc='dw', func='create_vw', ret_field='vwId', clusterId=cluster_id, dbcId=dbc_id,
136136
vwType=vw_type, name=name, template=template, autoscaling=autoscaling, config=config,
137-
tags=tag_list, squelch=[Squelch('INVALID_ARGUMENT')],
137+
tags=tag_list
138138
)
139139

140140
def delete_vw(self, cluster_id:str, vw_id:str):

0 commit comments

Comments
 (0)