Philipp Oppermann

Results 676 comments of Philipp Oppermann

We already support setting environment variables through the dataflow yaml file, right? Would this be a possible alternative for your use case?

Ah, understood! So I guess the main issue is the `env` expansion that we introduced in https://github.com/dora-rs/dora/commit/933dadc68bccc9e3fddd8030ee7c9fc68260ef7c. For some cases (such as the `$HOME` example in the commit description) we...

Could you give us more details on how to reproduce this issue?

Hmm, I tried it multiple times but I couldn't reproduce the issue on the `main` branch. Which dora version are you using @haixuanTao ?

> It seems to be due to this TRACE: `Control connection closed` which happens because there is an `ErrorKind::UnexpectedEof` This is expected, as the CLI closes it's control connection to...

> The premise is that dora start has an exception, as shown below: ![image](https://user-images.githubusercontent.com/11570442/233306151-8ab6f560-c604-40c4-91eb-a7f6b8d9e577.png) This seems to be the real issue here. The python operator seems to require GLIBCXX_3.4.29 (required...

Does this issue still happen on the latest version (i.e. with #271 merged)?

@haixuanTao Could you give more details on this request?

Maybe we can change the node API to ensure that the input channel is always used? With the current implementation it is easy to accidentally ignore the channel in source...