-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
dvc-gitactions/.infra/datapak_manage.py
Line 110 in d2c018a
| if action == "create": |
if action == "create":
infos = terraform_output()
if len(args) == 2:
space_name = args[1]
space = create_deployment_space(
client,
infos["cos_crn"],
infos["wml_name"],
infos["wml_crn"],
space_name,
)
elif len(args) > 2:
space_name = args[1]
description = args[2]
space = create_deployment_space(
client,
infos["cos_crn"],
infos["wml_name"],
infos["wml_crn"],
space_name,
description,
)
space = create_deployment_space(
client,
infos["cos_crn"],
infos["wml_name"],
infos["wml_crn"]
)
pprint(space)
Metadata
Metadata
Assignees
Labels
No labels