You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Could not validate yaml: Dataflow could not be validated.: no node exists at ../../target/debug/rust-dataflow-url-example-sink: No such file or directory (os error 2)
(dora3.7) jarvis@jia:~/coding/dora_home/dora/binaries/cli/src$ cargo run start ../../../examples/rust-dataflow-url/dataflow.yml --attach --hot-reload
Compiling dora-operator-api-c v0.2.3-rc6 (/home/jarvis/coding/dora_home/dora/apis/c/operator)
Compiling dora-cli v0.2.3-rc6 (/home/jarvis/coding/dora_home/dora/binaries/cli)
Finished dev [unoptimized + debuginfo] target(s) in 3.97s
Running `/home/jarvis/coding/dora_home/dora/target/debug/dora-cli start ../../../examples/rust-dataflow-url/dataflow.yml --attach --hot-reload`
Could not validate yaml: Dataflow could not be validated.: no node exists at `../../target/debug/rust-dataflow-url-example-sink`: No such file or directory (os error 2)
(dora3.7) jarvis@jia:~/coding/dora_home/dora/binaries/cli/src$
To Reproduce
Steps to reproduce the behavior:
Dora start daemon: dora up
Start a new dataflow: dora start examples/rust-dataflow-url/dataflow.yml --attach --hot-reload
Environments (please complete the following information):
System info: ubuntu 22.04
Dora version: dora v0.2.3-rc6
The text was updated successfully, but these errors were encountered:
And rust-dataflow-url module is not included in module tree, This module code appears to be out of date.
error[E0599]: no method named `inputs` found for tuple `(DoraNode,EventStream)` in the current scope
--> examples/rust-dataflow-url/sink/src/main.rs:7:27
|
7 | let inputs = operator.inputs()?;
| ^^^^^^ method not found in `(DoraNode,EventStream)`
Compiling rust-dataflow-example-node v0.2.3-rc6(/home/jarvis/coding/dora_home/dora/examples/rust-dataflow/node)For more information about this error, try `rustc --explain E0599`.
Describe the bug
Could not validate yaml: Dataflow could not be validated.: no node exists at
../../target/debug/rust-dataflow-url-example-sink
: No such file or directory (os error 2)To Reproduce
Steps to reproduce the behavior:
dora up
dora start examples/rust-dataflow-url/dataflow.yml --attach --hot-reload
Environments (please complete the following information):
The text was updated successfully, but these errors were encountered: