elyra-ai / elyra

Elyra extends JupyterLab with an AI centric approach.
https://elyra.readthedocs.io/en/stable/
Apache License 2.0
1.83k stars 343 forks source link

View detailed pipeline logs in the log console #1498

Open Shreyanand opened 3 years ago

Shreyanand commented 3 years ago

Describe the issue While debugging a pipeline, I see an error box that says "Check the JupyterLab errors for more details". Since I'm running this on cloud, I don't have access to the errors directly. Can the relevant errors be shown in the log console?

To Reproduce Steps to reproduce the behavior:

  1. Go to pipeline editor
  2. Create a mis-configured pipeline
  3. See partial error redirecting to JupyterLab logs

Screenshots or log output ss

Expected behavior The expected behavior would be to see the logs in the log console

Deployment information Describe what you've deployed and how:

ptitzler commented 3 years ago

Side note (not specific to the enhancement request): the next release includes a lot more defensive code that handles and exposes error conditions directly in the UI.