Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add utils to the Top Level Package. #2119

Closed
pvk-developer opened this issue Jul 11, 2024 · 0 comments · Fixed by #2120
Closed

Add utils to the Top Level Package. #2119

pvk-developer opened this issue Jul 11, 2024 · 0 comments · Fixed by #2120
Assignees
Labels
feature request Request for a new feature
Milestone

Comments

@pvk-developer
Copy link
Member

Problem Description

We are currently unable to add an add-on to the utils module because it is not being loaded at the top level of the package. This limitation prevents us from extending the functionality of the utils module from our enterprise package.

Expected behavior

We should be able to write an add-on to sdv.utils and load it directly from there. For example:

from sdv.utils import my_utility

In this scenario, my_utility could be a utility function located at <enterprise>.sdv.utils.my_utility and seamlessly imported from sdv.utils.

@pvk-developer pvk-developer added the feature request Request for a new feature label Jul 11, 2024
@pvk-developer pvk-developer self-assigned this Jul 11, 2024
@amontanez24 amontanez24 added this to the 1.15.0 milestone Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Request for a new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants