-
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
Conditionally move session store and stats file to .viz directory #1915
Changes from all commits
0e7f24d
c1aae75
177ccbc
8ecf9bf
37f3bf4
499d8c4
b3ab479
e295e92
905b198
7a71da5
e9e53fd
4001a66
c18270f
77d9785
826e596
036f139
7d0238b
233fa3d
50cf015
d63cd85
3332581
da2ef64
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,3 +25,6 @@ | |
"for users with kedro-datasets >= 2.1.0", | ||
}, | ||
} | ||
|
||
VIZ_SESSION_STORE_ARGS = {"path": ".viz"} | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. can we just have one There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I too thought of this but since both the constants are for different purposes, though they have the same value for now, it would be nice to keep them separate. Lets say we introduce more keys for |
||
VIZ_METADATA_ARGS = {"path": ".viz"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't mention dataset stats feature anywhere in the docs, maybe we first briefly describe the feature - what it is and then say from Kedro-viz 9.2.0 stats are saved in .viz folder? something like below?
Kedro-Viz provides stats related to datasets under the metadata panel
(insert image).
These stats are generated by hooks. If you have Kedro-Viz installed and run kedro run, the hooks will generate the stats by default. To disable this, you can disable Kedro-Viz hooks in the settings. Starting from version 9.2.0, Kedro-Viz stats are saved in the .viz folder.