We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df6627c commit faed7a1Copy full SHA for faed7a1
1 file changed
dataikuapi/dss/apideployer.py
@@ -79,9 +79,8 @@ def create_infra(self, infra_id, stage, type):
79
:param str type: STATIC or KUBERNETES
80
:rtype: :class:`DSSAPIDeployerInfra`
81
"""
82
- pass
83
settings = {
84
- "infraId": infra_id,
+ "id": infra_id,
85
"stage": stage,
86
"type": type,
87
}
0 commit comments