-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to visualize table in OutputViewer #489
Comments
Currently, the Pipelines UI reads the artifact data from the storage service directly, and only GCS and minio are supported at the moment, adding support for more services is welcome of course. If your data is on GCS, the We are currently exploring better ways to mount/read this data such that it's easier to keep the data in the cluster, or in other types of storage. /cc @Ark-kun. |
Thank you for the response. For sure it would be helpful to be able to load files directly from the container's local file system. Any info regarding the timeline or priorities on these features? |
@StefanoFioravanzo Just wondering did you mount the volume through the container Op, and writes linear_model_metrics.csv to it directly? |
Is this still the case? |
+1 on supporting local mount. This is absolutely necessary for on-prem deployment. I'm loading the data to an nfs volume in preprocessing, training steps ... would be great to read it to tensor-board directly from there. |
+1 for supporting local storage mounted from PersistentVolume. |
+1 for supporting local storage mounted from PersistentVolume or Volume |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had recent activity. Please comment "/reopen" to reopen it. |
Any update on this? +1 for support for local sources |
/reopen |
@Bobgy: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
#4236 supports this feature request. |
…n test grid by name (kubeflow#490)" (kubeflow#493)" (kubeflow#494) This reverts commit 81326be. * Relates to kubeflow#489 * Roll forward the orginal change now that kfctl_create_e2e_workflow.py has been updated to handle the extra argument. add a leading /
I am trying to visualize some artifacts in the OutputViewer with no success.
I have the following
metadata.json
file in the root of the container's file system:The file
linear_model_metrics.csv
is in the file system root as well. Comma separated with first line as header. In the Pipelines UI I have a blank page in the Artifacts tab, no errors thrown.The text was updated successfully, but these errors were encountered: