When using the default serializer, pickle, some of the serialized data can depend on the directory structure of the generated operations/ directory (the operation definitions).
Ideally, these types of data (classes and such) would be defined as a custom utility (#1139) . As a temporary workaround, we should include all operation definitions in the generated code when executing a single operation.
When using the default serializer, pickle, some of the serialized data can depend on the directory structure of the generated
operations/directory (the operation definitions).Ideally, these types of data (classes and such) would be defined as a custom utility (#1139) . As a temporary workaround, we should include all operation definitions in the generated code when executing a single operation.