chore: prepare deps and make to deploy meltano
This commit is contained in:
parent
bc02946bd5
commit
c85ffdfbcd
4 changed files with 38 additions and 8 deletions
7
Makefile
7
Makefile
|
|
@ -17,4 +17,9 @@ reset: stop
|
|||
|
||||
run-rust:
|
||||
cargo build --manifest-path rust/Cargo.toml
|
||||
cargo run --manifest-path rust/Cargo.toml
|
||||
cargo run --manifest-path rust/Cargo.toml
|
||||
|
||||
setup-meltano-deps:
|
||||
meltano init pizza_dw
|
||||
cd pizza_dw && meltano add extractor tap-postgres && meltano add loader target-postgres
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue