You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We check for 2 package compatibilities when running kedro viz run and if the satisified versions are not available we display an error message on the console (based on users debug level). We should make the error message as a warning instead and display more useful message
Context
Steps to Reproduce
Try executing kedro viz run on a python environment which does not have kedro-datasets
Expected Result
As these packages do not stop kedro viz from loading but hinder only the shareableviz feature, we should let the users know of this
Actual Result
It shows an error log but does not affect kedro viz run
Your Environment
Include as many relevant details as possible about the environment you experienced the bug in:
Web browser system and version: Chrome
Operating system and version: mac
NodeJS version used (if relevant):
Kedro version used (if relevant):
Python version used (if relevant):
Checklist
Include labels so that we can categorise your issue
The text was updated successfully, but these errors were encountered:
Hi @rashidakanchwala , While I started working on this, I feel we should re-visit the package compatibilities approach. At this moment, we also support CustomDataset preview and it does not seem correct to have kedro-datasets as a required package. And also, we need to see if fsspec is a mandatory requirement (apart from sqlite store, it is mostly used conditionally and in deployers). For this ticket, I will adjust the message level and change the text. Thank you
Description
We check for 2 package compatibilities when running
kedro viz run
and if the satisified versions are not available we display an error message on the console (based on users debug level). We should make the error message as a warning instead and display more useful messageContext
Steps to Reproduce
kedro viz run
on a python environment which does not havekedro-datasets
Expected Result
Actual Result
kedro viz run
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: