Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 878 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 878 Bytes

Kedro PyCharm Plugin

This a work in progress project and is in a pre-alpha state

Automatic suggestions for datasets:

auto

  • Provide suggestions as you declare dataset inputs or outputs

Dataset parameter validity detection:

annotation

  • Highlight datasets that are discovered in the catalog
  • Flag dataset declarations which do not correspond to a catalog entry

Tooltip for dataset information:

tooltip

  • Hover for relevant dataset metadata such as Type and Layer

Jump to declaration:

jump

  • Use PyCharm to jump to the YAML declaration of a dataset reference

Find usages from the catalog:

jumpBack

  • Find declarations of datasets across your Kedro codebase from the catalog entry