|
21 | 21 | "dbt_task": [], |
22 | 22 | "deployment": [ |
23 | 23 | { |
| 24 | + "deployment_id": "", |
24 | 25 | "kind": "BUNDLE", |
25 | | - "metadata_file_path": "/Workspace/Users/[USERNAME]/.bundle/migrate-basic-test/default/state/metadata.json" |
| 26 | + "metadata_file_path": "/Workspace/Users/[USERNAME]/.bundle/migrate-basic-test/default/state/metadata.json", |
| 27 | + "version_id": "" |
26 | 28 | } |
27 | 29 | ], |
28 | 30 | "description": null, |
|
125 | 127 | "notification_settings": [], |
126 | 128 | "pipeline_task": [], |
127 | 129 | "power_bi_task": [], |
| 130 | + "python_operator_task": [], |
128 | 131 | "python_wheel_task": [], |
129 | 132 | "retry_on_timeout": false, |
130 | 133 | "run_if": "ALL_SUCCESS", |
|
195 | 198 | "id": "/jobs/[NUMID]", |
196 | 199 | "instance_pool_id": null, |
197 | 200 | "job_id": "[NUMID]", |
| 201 | + "knowledge_assistant_id": null, |
198 | 202 | "notebook_id": null, |
199 | 203 | "notebook_path": null, |
200 | 204 | "object_type": "job", |
|
212 | 216 | "sql_dashboard_id": null, |
213 | 217 | "sql_endpoint_id": null, |
214 | 218 | "sql_query_id": null, |
| 219 | + "supervisor_agent_id": null, |
215 | 220 | "vector_search_endpoint_id": null, |
216 | 221 | "workspace_file_id": null, |
217 | 222 | "workspace_file_path": null |
|
261 | 266 | "id": "/pipelines/[UUID]", |
262 | 267 | "instance_pool_id": null, |
263 | 268 | "job_id": null, |
| 269 | + "knowledge_assistant_id": null, |
264 | 270 | "notebook_id": null, |
265 | 271 | "notebook_path": null, |
266 | 272 | "object_type": "pipelines", |
|
278 | 284 | "sql_dashboard_id": null, |
279 | 285 | "sql_endpoint_id": null, |
280 | 286 | "sql_query_id": null, |
| 287 | + "supervisor_agent_id": null, |
281 | 288 | "vector_search_endpoint_id": null, |
282 | 289 | "workspace_file_id": null, |
283 | 290 | "workspace_file_path": null |
|
311 | 318 | "creator_user_name": "[USERNAME]", |
312 | 319 | "deployment": [ |
313 | 320 | { |
| 321 | + "deployment_id": "", |
314 | 322 | "kind": "BUNDLE", |
315 | | - "metadata_file_path": "/Workspace/Users/[USERNAME]/.bundle/migrate-basic-test/default/state/metadata.json" |
| 323 | + "metadata_file_path": "/Workspace/Users/[USERNAME]/.bundle/migrate-basic-test/default/state/metadata.json", |
| 324 | + "version_id": "" |
316 | 325 | } |
317 | 326 | ], |
318 | 327 | "development": false, |
|
0 commit comments