kedro-org / kedro-viz

Visualise your Kedro data and machine-learning pipelines and track your experiments.
https://demo.kedro.org
Apache License 2.0
646 stars 106 forks source link

Changed `is_preview_disabled` to `is_preview_enabled` #1927

Closed jitu5 closed 1 month ago

jitu5 commented 1 month ago

Description

Resolves https://github.com/kedro-org/kedro-viz/pull/1894#discussion_r1608422730 & https://github.com/kedro-org/kedro-viz/issues/1870

Changed is_preview_disabled to is_preview_enabled to be consistent with is_all_previews_enabled.

Development notes

QA notes

Tested by modifying catalog.yml by adding preview: false

Checklist