Hello everyone, how are you? I have an application that is using the Kedro Boot
library to transform part of the Kedro pipelines into an API. The thing is, recently the application started to break without any dependency changes (suspicion of an internal dependency). Has anyone encountered this before? Could you provide some support?
Here is the reference to the GitHub issue: Can't instantiate abstract class KedroBootAdapter with abstract method _get_executor · Issue #40 · takikadiri/kedro-boot
hi Erick! sorry you're having a rough experience. we'll look at this soon.
there was a Kedro release today, in case it affects you
Hi Erick! It’s probably an incompatibility issue with the latest Kedro release. I’ll take a look at it
Meanwhile you can downgrade Kedro to get back to a working state
Exactly @Takieddine Kadiri, after a little while of investigation we ended up fixing Kedro's version! Thanks!