Last updated
Was this helpful?
Last updated
Was this helpful?
In order for the visualizations to show up on the dashboard, the following must be true:
Visualizations are usually stored alongside the artifact, in the . Therefore, if a user would like to see the visualization displayed on the ZenML dashboard, they must give access to the server to connect to the artifact store.
The documentation goes deeper into the concept of service connectors and how they can be configured to give the server permission to access the artifact store. For a concrete example, see the artifact store documentation.
When using the default/local artifact store with a deployed ZenML, the server naturally does not have access to your local files. In this case, the visualizations are also not displayed on the dashboard.
Please use a service connector enabled and remote artifact store alongside a deployed ZenML to view visualizations.
If all visualizations of a certain pipeline run are not showing up in the dashboard, it might be that your ZenML server does not have the required dependencies or permissions to access that artifact store. See the for more information.
Displaying visualizations in the dashboard.