Skip to content

Commit faed7a1

Browse files
committed
api deployer : Fix id
1 parent df6627c commit faed7a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dataikuapi/dss/apideployer.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,8 @@ def create_infra(self, infra_id, stage, type):
7979
:param str type: STATIC or KUBERNETES
8080
:rtype: :class:`DSSAPIDeployerInfra`
8181
"""
82-
pass
8382
settings = {
84-
"infraId": infra_id,
83+
"id": infra_id,
8584
"stage": stage,
8685
"type": type,
8786
}

0 commit comments

Comments
 (0)