Hi,
in the current implementation, model fields with a default value will be generated as "mandatory" in the proto file (see, e.g.
model.py
and the
generated proto file
Expected behavior:
Since there is default value provided for this field, it should be optional to provide a different value.
Hi, in the current implementation, model fields with a default value will be generated as "mandatory" in the proto file (see, e.g. model.py and the generated proto file
Expected behavior: Since there is default value provided for this field, it should be optional to provide a different value.