d4x1 commented on PR #7032:
URL:
https://github.com/apache/incubator-devlake/pull/7032#issuecomment-1966084096
I want to change `created_at` field, remove the `Optional` from it's type
hint, but it will cause an error like:
```
/***/lib/python3.9/site-packages/sqlmodel/main.py", line 506, in __init__ |
raise validation_error |
pydantic.error_wrappers.ValidationError: 1 validation error for CicdScope
```
I don't know how to fix it. @CamilleTeruel Can you help?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]