Nok Lam Chan

Results 575 comments of Nok Lam Chan
trafficstars

``` You have selected no project tools To skip the interactive flow you can run `kedro new` with kedro new --name= --tools= --example= ``` Consider adding some warning about an...

We should check other Kedro's CLI to see if there are any other commands overrides existing files. Should there be a confirmation steps or warning generated.

I think that is by design that we don't allow upper case. As I understand this is the convention for Python community. https://gist.github.com/etigui/7600441926e73c3385057718c2fdef8e However the error may not be clear...

@lpsedo got it, would you like to send a PR to fix this? It should be a relative simple one happy to merge this.

@Lasica Would you be interested to open a PR to fix it? We are happy to take PR for this.

> Aleksander Jaworski > [1 hour ago](https://kedro-org.slack.com/archives/C03RKP2LW64/p1690197751384159) > [Kedro-version : 0.18.6 currently] > Hi, I am working on a sort of 'pipeline monorepo' where I have dozens of pipelines. >...

To scope the discussion better. * Maybe focus on SQLDataSet (and any dataset initial connections at initialisation) * This old PR changes all connections to be singleton - https://github.com/kedro-org/kedro/pull/1163 *...

As far as I understand, the whole problem boils down to connection is constructed(some SQL or db related dataset) when datacalog is materialised. This look like a dataset issue to...

That's fine with me, and it is an improvement regardless. We can keep this ticket open but merge the PR you made.

Link https://github.com/kedro-org/kedro-plugins/issues/281 which is a partial solution to this issue.