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

Fix messaging level when package compatibility is not satisfied #1904

Closed ravi-kumar-pilla closed 1 month ago

ravi-kumar-pilla commented 1 month ago

Description

Resolves #1877

Development notes

NOTE: Lint will be fixed with the PR - https://github.com/kedro-org/kedro-viz/pull/1903

QA notes

Checklist

ravi-kumar-pilla commented 1 month ago

Hi @ankatiyar ,

Not related to this ticket but I was curious about the workflow - .github/workflows/docs-only-checks.yml

  1. I see the workflow runs the linter but the linter has commands which are related to python and some secret scan etc. How is this helpful for doc changes ?
  2. The trigger condition has .md files, so this will be triggered for all the PRs to main which have a release note and we also run backend linters separately which do almost the same.
  3. Can we run this for only 1 python version, in case this is needed for any reason ?

cc: @Huongg

Thank you