Juan Luis Cano Rodríguez
Juan Luis Cano Rodríguez
Same here. It has happened to me twice after `multipass suspend` and then `shell` after a few days: I am no longer able to use microk8s. Rebooting the VM does...
> Despite observed challenges with namespaces (e.g., limited adoption and UI complexities), namespaces are considered the right tool for this use case. I value the desire of keeping momentum and...
I think @datajoely means having different parts of a Kedro project require different sets of potentially incompatible Python dependencies. See some notes at https://github.com/kedro-org/kedro/discussions/4147
Copy-pasting some comments about dependency isolation to https://github.com/kedro-org/kedro/discussions/4147 and collapsing them here
Next steps: 1. Write a guide that covers all the existing node grouping strategies for deployment, including namespaces 2. Implement communications strategy to radiate the message (a blog post, a...
Let's tackle the question of enabling `--include-hooks` separately, it was indeed introduced to improve the default experience https://github.com/kedro-org/kedro-viz/issues/1808 > I also wanted to ask if there's anyway to detect a...
Looks like both pynvim and jedi have had ~1 release a year lately 🤔 About `--user`, definitely much better than `sudo pip install`, although I tend to avoid it
Tangentially related: https://openlineage.io/ (as a means to export Kedro pipelines)
Quick answers: - Not sure what a source file is @ravi-kumar-pilla , could you clarify? Is it something like a `kedro export` that is then read by Kedro-Viz? - "Is...
> I think this is the right approach - I know @imdoroshenko has had success with the [libcst](https://github.com/Instagram/LibCST) library too I don't think we need a Concrete Syntax Tree for...