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

[Build] Add a nuclio suffix to the module name if function is being deployed from the file #185

Merged
merged 2 commits into from
Jul 14, 2024

Conversation

rokatyy
Copy link
Contributor

@rokatyy rokatyy commented Jul 12, 2024

This PR addresses the issue where the name of a file in Nuclio conflicts with an existing Python library, causing the import to fail. To avoid such issues, we will add a nuclio suffix to the filename when a function is being created from a file.

Jira - https://iguazio.atlassian.net/browse/ML-6737

nuclio/utils.py Outdated Show resolved Hide resolved
nuclio/build.py Outdated Show resolved Hide resolved
@rokatyy rokatyy requested a review from TomerShor July 14, 2024 08:34
@TomerShor TomerShor changed the title Add a nuclio suffix to the module name if function is being deployed from the file [Build] Add a nuclio suffix to the module name if function is being deployed from the file Jul 14, 2024
@TomerShor TomerShor merged commit 61f9b63 into nuclio:development Jul 14, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants