Ankita Katiyar
Ankita Katiyar
## Description Resolves #1700 ## Development notes ## Checklist - [ ] Read the [contributing](https://github.com/kedro-org/kedro/blob/main/CONTRIBUTING.md) guidelines - [ ] Opened this PR as a 'Draft Pull Request' if it is...
Signed-off-by: ankatiyar ## Description Resolves #1768 ## Development notes This PR catches permission issues when trying to read/write data to object stores. This issue occurs when the `load_version` is not...
## Description This bug was my bad! 😅 I'd suggested in #3561 to just remove the trimming of filepaths because we were only checking for `filepath` key in the catalog...
## Description This case came up in a user question (@PetitLepton) - https://linen-slack.kedro.org/t/16417334/hi-folks-i-encountered-an-unexpected-behavior-regarding-the-#8d5f69d7-25ce-409f-b009-0a6a50cd064c ## Context The user has a custom resolver in their config which converts a string to a...
## Description The pipeline tests in the starters are in `/tests/pipelines> and when you create a new pipeline using the `kedro pipeline create`, the test files are created in `src/tests/pipelines`....
## Description Flagged by failing CI on `kedro-docker` https://github.com/kedro-org/kedro-plugins/issues/558 Basically, `scikit-learn` (which is a dependency of the `spaceflights-*` starters) had a new release on 16th Feb - https://pypi.org/project/scikit-learn/1.4.1.post1/ which doesn't...
## Description While adding python 3.12 support to `kedro-starters` https://github.com/kedro-org/kedro-starters/pull/219, this issue came up. Full discussion in the PR. - Python 3.12 got rid of `distutils` https://docs.python.org/3.12/whatsnew/3.12.html#distutils - `pyspark` uses...
## Description From slack conversation with @noklam https://linen-slack.kedro.org/t/16713675/i-am-trying-to-create-a-catch-all-patterns-using-the-dataset#65f8bddf-cb66-4b35-8f5d-c0850669b907 The catch-all factory pattern added by the user in their catalog does not always override the default dataset set by the runner...
## Description In #398 I've skipped the tests in `kedro-datasets/tests/databricks` for `ManagedTableDataset` to unblock release. The CI failure is related to spark : https://github.com/kedro-org/kedro-plugins/actions/runs/6554307517/job/17801080336 Spike: investigate why the tests are...
## Description ## Development notes ## Checklist - [ ] Opened this PR as a 'Draft Pull Request' if it is work-in-progress - [ ] Updated the documentation to reflect...