Antony Milne
Antony Milne
@noklam sorry for the incredibly slow response - finally got around to this issue on my big list of things to respond to... 😅 There's a few problems with doing...
> > * `python -m spaceflights` should be possible if you just want to run a packaged pipeline by itself. You should be able to trigger (part of) a pipeline...
This discussion is very relevant also: https://github.com/kedro-org/kedro/discussions/933#discussioncomment-2405686
@datajoely can you explain why this is common? What the commands that people run that rely on `KEDRO_ENV` as an environment variable? What does it achieve that the `env` flag...
In case it's not clear to anyone reading: `kedro install` doesn't exist since kedro 0.18.0, but above it's basically the same as `pip install -r src/requirements.txt`. I'm 99% sure this...
Thank you for all your work on this @afuetterer! I'm going to have a proper look through and comment on it later this week 🙂 FYI very relevant question on...
@avan-sh thank you for this! Technically it's a breaking change, but so few people (anyone?) uses `ShelveStore` that I think we could regard it as a bug fix to be...
As discussed in backlog grooming, this is a very long-standing issue bug and it would be nice to get it fixed. I've looked through our old Jira board to get...
Totally agree with everything @deepyaman said here. If we want to recommend in documentation a command that programmatically disables telemetry in CI then let's go for the clearer `echo "consent:...
Just to add to the above: this is absolutely a feature we should try to add, and was always on the roadmap, but I think it's not going to be...