Closed filipsPL closed 2 years ago
hi @filipsPL,
Thanks for the report.
The run
argument in the init method should be str that represent run_id in your project, for example SUN-1236
.
If you pass empty string, you probably hit some corner case -> we will have a closer look at it and fix.
Thanks a lot for bringing this up.
Hey @filipsPL
Please let us know if the answer provided helped you!
Hey @filipsPL,
I have passed the feedback to the team and they will take it from there,
I'll closing this issue as it's stale,
Feel free to reach out if you have any other questions, issues or doubts, we are happy to help!
Describe the bug
When I set the
run
parameter inneptune.init
to continue the logging under the given name OR if it is set empty, the Hostname is no logged and shown in a Runs table. Whenrun
parameter is not included, the Hostname is logged and shown correctly.Reproduction
Expected behavior
"Hostname" or the "Last hostname" should be logged and displayed.
Environment
The output of
pip list
:The operating system you're using: Ubuntu 20.04.4 LTS The output of
python --version
: Python 3.8.13 (miniconda)