Ivan Danov

Results 15 comments of Ivan Danov

@yarncraft Thank you very much for adding this issue. We've been asked for providing some sort of an API for running Kedro pipelines with an HTTP request and we have...

@datajoely I am not sure I am a big fan of this syntax, it looks quite strange and not very user-friendly... When I was saying that we can specify where...

Here's just a wild idea, I've played a bit with Python's `meta_path` and came up with an interesting PoC about aliasing imports globally as shown here: ``` import sys import...

Thanks for looking into this @rashidakanchwala, it's really an important and long-awaited work we've been delaying a lot. I have a couple of questions regarding your findings: 1. Could we...

In the past we had a few nice `.puml` diagrams, showing the whole list of possible execution flows in different modes of execution, but it seems that they have been...

I have experienced a similar issue on macOS. I am using `miniconda` and had put a `.venv` file with the path to my conda environment, which made my `python-mode` experience...

After a bit of more experimenting I found out that the problem occurs when `.venv` has an incorrect path to the environment. Using `~` in the file also makes the...

Kedro is a rather small framework by all standards, e.g. running `cloc .` yields that there's only 23k lines of Python code (including tests). Breaking it further down into smaller...

@astrojuanlu Thanks for the writeup and the tech design session from last week. Let me comment on some of the arguments you brought forward in favour of splitting Kedro into...

I like the idea in principle, but what would be a way for us to prevent hardcoding of credentials into the catalog directly?