chore: prepare deps and make to deploy meltano

This commit is contained in:
counterweight 2025-07-25 14:27:13 +02:00
parent bc02946bd5
commit c85ffdfbcd
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
4 changed files with 38 additions and 8 deletions

View file

@ -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