Nok Lam Chan
Nok Lam Chan
Sorry the graph doesn't rendered on my phone. Does that mean local = base + local + dev And prod = base + dev + remote?
Yes, I can confirm this is failing since the starter is removed. I tried `kedro new --starter pandas-iris --checkout 0.18.14`, which also fails. It should work but there is some...
@josiahls Did u solve this error? I encounter the same thing
Created a draft PR to see what breaks pluggy. Curious if there is any goodies for pytest 8.0? We are still on
@antonymilne the dependency is removed already. I think we may have accidentally pin pytest as core dependencies in some version, it should be test dependencies only.
@antonymilne Sorry I mean to say pluggy but yeah the pin was removed. Before the new pluggy release it was necessary to pin it as test dependencies as it breaks...
Fixed by #3840 already
@astrojuanlu Alright I was confused because I see no changes on these: https://github.com/kedro-org/kedro/blob/9da8b37802d760b2b96ca4d69ebdb7462f12370f/kedro/logging.py#L35 and https://github.com/kedro-org/kedro/blob/9da8b37802d760b2b96ca4d69ebdb7462f12370f/kedro/logging.py#L56-L60 Now I realise the logic is in the early `return`. My question is, why do...
The suggestion make sense. We agree this is something that is useful, at the moment we are doing some re-design for DataCatalog, we will start looking at this once we...
The outcome for this ticket is to investigate what's the root cause and propose a solution to fix it Potential causes: - Version of scikit-learn - ParallelRunner - Starter