New RunLLM response generated: >>>*# Question* He...
# runllm-flyte-trial
j
New RunLLM response generated: >>>*# Question* Hey all, anyone here used the neptune.ai plugin? in my workflow all my tasks should report to the same run_id, but I dont understand how can I configure that other than putting the id manually as an argument in the init_neptune_run decorator # Answer It seems likely that the
neptune_init_run
decorator in Flyte is designed to initialize a new Neptune run for each task execution, and there isn't a direct mention in the data sources about sharing a single run ID across multiple tasks. The decorator requires a project and a secret for authentication, but it doesn't explicitly mention a parameter for setting a shared run ID. My understanding is that you might need to manually manage the run ID if you want multiple tasks to report to the same Neptune run. This could involve initializing the run outside of the tasks and passing the run object or ID to each task. However, this approach isn't explicitly documented in the provided data sources. Would you like more detail on how to potentially implement this manually? Sources: - Neptune plugin example Slack Link https://flyte.slack.com/archives/CP2HDHKE1/p1732736228.977539 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.