Hi! I haven’t found the way to disable this window from appearing each time I generate a new report and open Expectation Validation Result in it. After some time it gets pretty annoying actually. Please help.
1 Like
You can set show_how_to_buttons to false in your great_expectations.yaml under data_docs_sites → local_site and it will disable the Show Walkthrough from popping up each time.
3 Likes
data_docs_sites:
local_site:
show_how_to_buttons: false
...