Jitendra Gundaniya
03/20/2025, 5:27 PMKedroDataCatalog.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
• @Ean
• Toran 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 TeamMatthias Roels
03/20/2025, 6:21 PMMatthias Roels
03/20/2025, 6:22 PMMerel
03/24/2025, 9:54 AMKedroDataCatalog
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 🙂