Is it possible to use absolutely import inner Python SDK instead of relative import #2999
Labels
design-discussion
An area of design currently under discussion and open to team and community feedback.
Currently we always use relative import inner Python SDK (e.g. here), which needs complicated implementation logic in python codegen and the logic is not easy to maintain. In comparison, absolute import is very easy to implement and it doesn't influence SDK users. I think it is worth to discuss.
The text was updated successfully, but these errors were encountered: