-
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
[BE] Fix bug experiment data not showing on Windows #763
Comments
Hi @MerelTheisenQB do you know if Sanjay or his team had their pipeline-viz working on Mac. Also, do we have a Windows laptop in Kedro-team to test this ? |
As far as I understood they had to use Windows. It was a very restricted environment, so Sanjay couldn't share any code other than what he showed through a call and the photo above. |
@AntonyMilneQB -- hey, I got Kedro-viz to run on my personal Windows Machine and nothing is committing to the session_store.db on every kedro run. For me, it shows no experiment tracking data on Kedro-viz. I can bring my laptop next week so we can debug in person. |
@rashidakanchwala interesting 🤔 Let's take a look next week indeed! |
Same issue reported here: kedro-org/kedro#1359 |
Description
Internal user Sanjay, reported a bug on Windows where his experiment data is being tracked properly, can be shown in the pipeline view, but doesn't appear in the experiment tracking view.
Context
Can't view experiment data.
Steps to Reproduce
kedro run
kedro viz
Expected Result
The logged experiment data should appear in the experiment tracking view.
Actual Result
Only the data from the session store is shown with the names of the tracked datasets, but not the actual content.
Your Environment
Include as many relevant details as possible about the environment you experienced the bug in:
Notes
@studioswong and I already had a stab at finding out what the issue is. It looks like the issue is in https://github.com/kedro-org/kedro-viz/blob/main/package/kedro_viz/api/graphql.py#L212, specifically the logic to check if the file exists: https://github.com/kedro-org/kedro-viz/blob/main/package/kedro_viz/api/graphql.py#L244.
We haven't fully verified this, but my guess is that for some reason this check doesn't pass on Windows and therefore no data is returned. The data was logged properly and the REST API does return it.
Checklist
The text was updated successfully, but these errors were encountered: