Skip to content

Commit e9e0ee7

Browse files
Add create dbc code
Signed-off-by: Saravanan Raju <saravanan.footloose@gmail.com>
1 parent 0fbe5d4 commit e9e0ee7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/cdpy/dw.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,7 @@ def create_vw(self, cluster_id:str, dbc_id:str, vw_type:str, name:str, template:
110110
config=service_config_req, tags=tags
111111
)
112112

113+
def create_dbc(self, cluster_id:str, name:str, load_demo_data: bool = None):
114+
return self.sdk.call(
115+
svc='dw', func='create_dbc', clusterId = cluster_id, name=name, loadDemoData = load_demo_data
116+
)

0 commit comments

Comments
 (0)