You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(core): Reorg the building of openapi-related code (#4481)
- Generate flex python code in-place rather copy from temporary
directory.
- Update coordinator code.
- Python code format.
- Align coordinator' data type same with interactive. Fix#4471 , Fix#4470
- Maintain long_text.py, date_type.py and time_stamp_type.py in our
codebase, since the auto generated code fails at deserialization.
Note that although coordinator's flex-related code could also be
generated when needed, but we still preserve them in the code base for
reference.
0 commit comments