Andrew Stewart
09/13/2023, 8:42 PMkedro-linter
... NOT for linting Python code, but rather for linting the kedro project's config files and general file tree for adherence to best practices.
For example, it could report the number of implicit in-memory datasets not present in caatalog.yml
, report presence of non-notebook files in notebooks
or other file types out of place (independent of .gitignore
), report "feature coverage" of various kedro features (parameters, named datasets, etc) across pipelines, etc etc etc.datajoely
09/13/2023, 8:43 PMAndrew Stewart
09/13/2023, 8:44 PMdatajoely
09/13/2023, 8:46 PMAndrew Stewart
09/13/2023, 8:55 PMJuan Luis
09/13/2023, 9:42 PMKedro-linter
idea would be super cool toodatajoely
09/13/2023, 9:43 PMMarc Gris
09/13/2023, 10:01 PMNok Lam Chan
09/14/2023, 11:24 AMAndrew Stewart
09/15/2023, 7:17 PM