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
Is your feature request related to a problem? Please describe.
I've run into a problem when trying to load an artifact from S3 and using the runner, but the Artifact path comes out as None:
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/hera-inputs/artifacts/None'
Describe the solution you'd like
A clear and concise description of what you want to happen.
I'd like some debug logs from within the runner loading stage which can be turned on via an environment variable on the script.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
printing debug logs myself but they are after the fact when the runner has already tried to load the artifact.
Additional context
Add any other context or screenshots about the feature request here.
The code works with an inline script. When using the runner the Artifact is retrieved as an input correctly, but seemingly not loaded by the runner:
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I've run into a problem when trying to load an artifact from S3 and using the runner, but the Artifact path comes out as
None
:Describe the solution you'd like
A clear and concise description of what you want to happen.
I'd like some debug logs from within the runner loading stage which can be turned on via an environment variable on the script.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
printing debug logs myself but they are after the fact when the runner has already tried to load the artifact.
Additional context
Add any other context or screenshots about the feature request here.
The code works with an inline script. When using the runner the Artifact is retrieved as an input correctly, but seemingly not loaded by the runner:
The text was updated successfully, but these errors were encountered: