File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 242
242
"cell_type" : " markdown" ,
243
243
"metadata" : {},
244
244
"source" : [
245
- " ## Serialisation \n " ,
245
+ " ## Serialization \n " ,
246
246
" \n " ,
247
247
" As well as the dataclass-like canonical form, it is also possible to represent all tasks\n " ,
248
248
" in a nested dictionary form, which could be written to a static file (e.g. in JSON or\n " ,
290
290
"metadata" : {},
291
291
"source" : [
292
292
" Noting that there is still a little more work has to be done to serialise some Python\n " ,
293
- " objects, such as the `type` field and `xor` before it could be written to JSON/YAML. \n " ,
294
- " This is more challenging for task definitions containing Python functions such as Python\n " ,
295
- " and Workflow tasks or Shell tasks with converters, validators or callables, e.g."
293
+ " objects, e.g. classes used in field types and functions that are run in Python and\n " ,
294
+ " construct workflows in workflow tasks, before the serialized form can be written to JSON/YAML."
296
295
]
297
296
},
298
297
{
You can’t perform that action at this time.
0 commit comments