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
Notice that the entrypoint is not hera_example.new_decorators:hello_world, meaning this script would not work as it won't find the module/file when installed in a Docker container.
Expected behavior A clear and concise description of what you expected to happen:
hera generate should match w.to_yaml() output (when run from a separate Python script) with full module path:
Pre-bug-report checklist
1. This bug can be reproduced using pure Argo YAML
If yes, it is more likely to be an Argo bug unrelated to Hera. Please double check before submitting an issue to Hera.
2. This bug occurs in Hera when...
Bug report
Describe the bug
A clear and concise description of what the bug is:
See title/repro below
To Reproduce
Full Hera code to reproduce the bug:
hera generate yaml hera_example/new_decorators.py
to get the following yaml:Notice that the entrypoint is not
hera_example.new_decorators:hello_world
, meaning this script would not work as it won't find the module/file when installed in a Docker container.Expected behavior
A clear and concise description of what you expected to happen:
hera generate
should matchw.to_yaml()
output (when run from a separate Python script) with full module path:Environment
hera[experimental]==5.16.2
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: