You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schemas/dag.schema.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1135,6 +1135,10 @@
1135
1135
}
1136
1136
],
1137
1137
"properties": {
1138
+
"name": {
1139
+
"type": "string",
1140
+
"description": "Custom container name. If empty, Docker generates a random name. Must be unique - if a container with this name already exists (running or stopped), the DAG will fail."
1141
+
},
1138
1142
"image": {
1139
1143
"type": "string",
1140
1144
"description": "Container image to use (e.g., 'python:3.11', 'node:20'). Required when using container configuration."
0 commit comments