Ankita Katiyar
Ankita Katiyar
Hi @Spectren, I've tried this out and versioned `SparkDataSet` seems to be working fine for saving data and loading datasets locally. You might want to check out - https://kedro.readthedocs.io/en/stable/tools_integration/pyspark.html to...
Closing this in favour of https://github.com/kedro-org/kedro/pull/1881 Taking a different approach.
Related to #1497 - Adding this here so we don't forget to update it once we decide on how to make docs work for `kedro-datasets`. - There is a note...
For context, there's two situations - * Entries in the catalog that are not `dict` eg - ```yaml my_var: "whatever" ``` It fails with this unhelpful error message because we...
Could this wait till after the tech design discussion - I wanted to suggest a change in the design of `--group-by-memory` #673 so that if/when we decide to add more...
> One test failure left, only happening on Python 3.12: > > ``` > @use_config_dir > def test_load_core_config_get_syntax(self, tmp_path): > """Make sure core config can be fetched with .get()""" >...
Posting some more questions about using `OmegaConfigLoader` features with dataset factories that have come up recently - * https://linen-slack.kedro.org/t/16096958/hello-wave-is-it-possible-to-use-omegaconf-https-omegaconf-r#eb7c5ca6-43d9-4d7b-876d-27ba84f5e7a7 * https://linen-slack.kedro.org/t/16076960/something-like-this#43d5fbbf-10a3-4525-85b8-d58fb633633f > Is it possible to use OmegaConf [nested interpolation](https://omegaconf.readthedocs.io/en/2.3_branch/usage.html#id27)...
Close this in favour of https://github.com/kedro-org/kedro/issues/3910?
From `kedro-datasets` 2.0.0 we changed the dataset names from capital "S" to lower case "s". `pandas.CSVDataSet` -> `pandas.CSVDataset`. I checked the tutorial, it also has the datasets with the lower...
Also reminder to revert changes in https://github.com/kedro-org/kedro-plugins/pull/591 after this is resolved