-
## Description
Find many things while reviewing https://github.com/kedro-org/kedro/pull/2856#pullrequestreview-1561462245
I am trying new format to explain things. https://asciinema.org/a/600655…
-
## Description
> Hello, I'm currently building a python package that derives some of the source code of Kedro, primarily the catalog and config classes. I might be open sourcing the package, how do…
-
سلام و عرض ادب، افزونه با پلاگین [Easy Watermark](https://wordpress.org/plugins/easy-watermark/) تداخل داره
![132456](https://github.com/wordpress-parsi/wp-parsidate/assets/150959780/db55185d-85b1-42…
-
Is it possible to pass a dependency into an external module? My use case is as follows:
- Commons logic between multiple apps is abstracted into an independent package
- The "commons" package uses…
-
## Description
This issue stems from #3096 and proposes an enhancement to Kedro to better support working with nested folder structures. While addressing this, we need to ensure that pipeline names…
-
(transfer from Jira, created by @lorenabalan)
Once all the imports in (issue above) are converted and everything is packaged up, there's a chance some micro-packages depend on each other. Following t…
-
Authored with @alparibal
# Deploying Kedro to and integrating with MLOps Platforms
This document aims to cover the current state regarding deploying Kedro on
enterprise-grade MLOps platforms:
…
-
In multiple different projects that I have worked on I've encountered variations on the following function:
```haskell
tshow :: Show a => a -> Text
tshow = T.pack . show
```
It would be great…
-
## Description
The kedro catalog is so useful, it can be used by non-kedro users as a data dictionary.
## Context
The data processing done by kedro is usually made available by users on Cloud S…
-
At `kedro pipeline package` time, check if there are any packaging specs in pyproject.toml (keys under `[tool.kedro.pipeline.package]`). If so, refactor all imports according to the aliasing made expl…