Nok Lam Chan
Nok Lam Chan
> Suggested fix > Make PartitionedDataset accept only lambda functions for lazy saving and ignore other callable objects - https://github.com/kedro-org/kedro-plugins/pull/978 To me this seems to be a niche case, and...
> leveraging GitHub branches for comprehensive version control. GitHub improves versioning efficiency by tracking and storing only the changes made, rather than creating complete copies of files, thus saving significant...
I would really like to push this one as we get asked often, this question get asked more often with the deployment plugins. Cc @marrrcin
To start with, I wan to create a documentation that guides user how to tackle these common challenge. As kedro team, we may build specific plugin for certain platform (databricks)....
- Aligning best practice - Requires modification of deployment guide
I checked just now, there are only 2 pre-commit hooks with version. One is `ruff` the other is `pre-commit` itself which doesn't change that often https://github.com/pre-commit/pre-commit-hooks/releases. I don't think bumping...
Things to do: > - There was consensus on the idea of moving dependencies to the [project.dependencies] table of pyproject.toml, the only question left being what to do with requirements.txt...
Can you explains what arguments do you need? Maybe I don't understand the question, isn't this available in hooks? https://docs.kedro.org/en/stable/api/kedro.framework.hooks.specs.PipelineSpecs.html#kedro.framework.hooks.specs.PipelineSpecs
Would love to see more example of implementations. For example I am looking for how to implement "find reference". I find Jedi's example: https://github.com/pappasam/jedi-language-server/blob/9df0ab5c3481c4e637a8cc1dc3bb5e7afb11c960/jedi_language_server/server.py#L414C1-L428C44 What's the plan or guideline around...
@alcarney Thanks, I did see the example but somehow missed the `find_reference` part. I think one thing that I struggle with is that I don't know how to map the...