Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.

add verbose meltano instructions to avoid errors for first-time users #29

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ This project is preconfigured with Meltano, which can be used to extract and loa
#### Run EL (Extract and Load) using Meltano

```console
meltano install extractor tap-jaffle-shop
meltano install loader target-duckdb
meltano run tap-jaffle-shop target-duckdb
```

Expand Down