Hi ApprehensiveSeahorse83 , from the link, you can limit the version of protobuf, try adding
Task.add_requirements('protobuf', '<=3.20.1')
Hi,
While trying to upload to GCP bucket from a task part of pipeline we are getting this error:
` Descriptors cannot not be created directly.
If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
If you cannot immediately regenerate your protos, some other possible workarounds are:
Hi ApprehensiveSeahorse83 , from the link, you can limit the version of protobuf, try adding
Task.add_requirements('protobuf', '<=3.20.1')