-
Notifications
You must be signed in to change notification settings - Fork 906
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an example of catalog.list(<regex>)
and replace io
to catalog
in docs
#3924
Conversation
Signed-off-by: Nok <nok.lam.chan@quantumblack.com>
Signed-off-by: Nok <nok.lam.chan@quantumblack.com>
catalog.list(<regex>)
and replace io
to catalog
in docs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @noklam ⭐ 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
When you run the cell: | ||
|
||
```ipython | ||
['example_iris_data'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks! I should really run it in a project but it's not possible to run pandas-iris
anymore. I just go on and update the docs with spaceflights instead.
Signed-off-by: Nok <nok.lam.chan@quantumblack.com>
Signed-off-by: Nok <nok.lam.chan@quantumblack.com>
hm, actually I notice Elena you have two accounts here? Which one is the correct one @elena-khaustova-qb or @ElenaKhaustova |
Signed-off-by: Nok <nok.lam.chan@quantumblack.com>
…g` in docs (kedro-org#3924) * replace io with catalog Signed-off-by: Nok <nok.lam.chan@quantumblack.com> * add usage of catalog.list() Signed-off-by: Nok <nok.lam.chan@quantumblack.com> * fix typo Signed-off-by: Nok <nok.lam.chan@quantumblack.com> * update docs Signed-off-by: Nok <nok.lam.chan@quantumblack.com> * update the qtconsole mention Signed-off-by: Nok <nok.lam.chan@quantumblack.com> * broken link Signed-off-by: Nok <nok.lam.chan@quantumblack.com> --------- Signed-off-by: Nok <nok.lam.chan@quantumblack.com> Signed-off-by: bpmeek <bpmeek.developer@gmail.com>
…g` in docs (kedro-org#3924) * replace io with catalog Signed-off-by: Nok <nok.lam.chan@quantumblack.com> * add usage of catalog.list() Signed-off-by: Nok <nok.lam.chan@quantumblack.com> * fix typo Signed-off-by: Nok <nok.lam.chan@quantumblack.com> * update docs Signed-off-by: Nok <nok.lam.chan@quantumblack.com> * update the qtconsole mention Signed-off-by: Nok <nok.lam.chan@quantumblack.com> * broken link Signed-off-by: Nok <nok.lam.chan@quantumblack.com> --------- Signed-off-by: Nok <nok.lam.chan@quantumblack.com> Signed-off-by: bpmeek <bpmeek.developer@gmail.com>
Description
It appears that
catalog.list(<regex>)"
is not really known by our users. I search our docs and there is no mention of it. The first step is to add an example here, then we can further improve the searching feature if we decide to move forward.I also rename all
io
tocatalog
since it really just mean catalog and there is no point to introduce an abstract terminology IMO.Development notes
Developer Certificate of Origin
We need all contributions to comply with the Developer Certificate of Origin (DCO). All commits must be signed off by including a
Signed-off-by
line in the commit message. See our wiki for guidance.If your PR is blocked due to unsigned commits, then you must follow the instructions under "Rebase the branch" on the GitHub Checks page for your PR. This will retroactively add the sign-off to all unsigned commits and allow the DCO check to pass.
Checklist
RELEASE.md
file