You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Supportcatalog.load(" (Hit Tab)-> catalog.load("shuttle"). catalog.datasets was introduced to support autocompletion but it suffers from the . attribute of python. As a result there is a workaround to transform it to __, but it makes thing inconsistent.
There is an opportunity to enable autocompletion support on notebook.
Challenge:
The main challenge is how to make autocomplete triggers at the right time. i.e. I don't want the catalog entry when I am just typing some random strings or docstring.
The text was updated successfully, but these errors were encountered:
Does the new KedroDataCatalog offer better autocomplete @ElenaKhaustova ?
The autocompletion itself remains the same, so will work when hitting Tab. But catalog.datasets["shauttles"] interface is replaced by just catalog["shuttles"] and datasets property will be removed.
Support
catalog.load("
(Hit Tab)->catalog.load("shuttle")
.catalog.datasets
was introduced to support autocompletion but it suffers from the.
attribute of python. As a result there is a workaround to transform it to__
, but it makes thing inconsistent.There is an opportunity to enable autocompletion support on notebook.
Challenge:
The text was updated successfully, but these errors were encountered: