-
Notifications
You must be signed in to change notification settings - Fork 113
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
MetricsDataSet doesn't work on S3 #1118
Comments
Notes:
This is likely the problem since it works on the local filesystem but fails on kedro-viz/package/kedro_viz/models/flowchart.py Lines 615 to 648 in d670180
|
Assuming this relates to the metadata side panel (and not the experiment tracking screen itself), this is a known issue: #1000. As explained there, I'm not sure how much time we should invest fixing it since it might well be removed pretty soon. If we do want to fix it then that issue lists some other things that could be fixed at the same time also. For context, here's how I fixed the experiment tracking screen to work with s3: |
Coming back to this as I am working on something related to the version. It would be much simpler to use higher-level functions like kedro-viz/package/kedro_viz/models/graph.py Lines 639 to 691 in b2011d5
|
I really can't say either way. Would it be hard for you to investigate why it's done this way in Viz and if it's easy to fix the issue there then do so? |
We can close this issue. It's no longer valid as we have removed load_latest_tracking_dataset and load_versioned_tracking_dataset |
Thank you! |
@noklam
Description
When using the MetricsDataSet with a filepath that refers to S3, kedro viz doesn't show any plots and cannot find the filepath. It seems like the MetricsDataSet doesn't support S3.
Context
When trying to use kedro viz for a MetricsDataset from S3, kedro viz didn't show any plots and neither did it show a filepath. When the dataset was saved to a local path, the plots show up.
Steps to Reproduce
Expected Result
In kedro viz there should be a filepath for the dataset as well as plots showing.
Actual Result
there is no filepath, neither any plots.
Your Environment
Include as many relevant details as possible about the environment you experienced the bug in:
Checklist
The text was updated successfully, but these errors were encountered: