Hey, we are excited to announce that Kedro 0.19.12...
# announcements
j
Hey, we are excited to announce that Kedro 0.19.12 is now available! K 🚀 Major features and improvements • Added
KedroDataCatalog.filter()
to filter datasets by name and type. • Added
Pipeline.grouped_nodes_by_namespace
property which returns a dictionary of nodes grouped by namespace • Added support for cloud storage protocols in
--conf-source
🪲 Bug fixes and other changes • Added
DataCatalog
deprecation warning. • Fixed
MemoryDataset
to infer
assign
copy mode for Ibis Tables • Fixed pipeline packaging issue by ensuring
pipelines/__init__.py
exists when creating new pipelines. • Changed the execution of
SequentialRunner
to not use an executor pool to ensure it's single threaded. • Fixed
%load_node
magic command to work with Jupyter Notebook
>=7.2.0
. Read the complete release notes for kedro on GitHub. Many thanks to the following Kedroids for contributing PRs to this release: • @Jacob Pieniazek@lucas vittor@EanToran Sahu We welcome every community contribution, large or small. See what we're working on now and report bugs or suggest future features. Until next time, The Kedro Team
🚀 6
🎉 6
K 3
m
Since we have a deprecation warning for Datacatalog, does that mean KedroDataCatalog is no longer experimental?
Amd maybe intersting too. But does —conf-source maybe support fetching config from a rest API?
m
Hi @Matthias Roels, great questions! The
KedroDataCatalog
will still be experimental throughout the
0.19.x
series. We are getting a lot closer to finalising it's functionality though, so I we'll leave any breaking behaviour for
1.0.0
as much as possible.
--conf-source
doesn't explicitly support rest APIs, but if that's a feature you'd like to see, feel free to open an issue 🙂
👍 1