jessica_fosler
10/10/2023, 9:00 PMmeltano config tap-jaffle-shop test
2023-10-10T20:54:46.531312Z [info ] The default environment 'dev' will be ignored for `meltano config`. To configure a specific environment, please use the option `--environment=<environment name>`.
Need help fixing this problem? Visit <http://melta.no/> for troubleshooting steps, or to
join our friendly Slack community.
'ascii' codec can't decode byte 0xe2 in position 60: ordinal not in range(128)jessica_fosler
10/10/2023, 9:01 PMversion: 1
default_environment: dev
project_id: d68b714c-b309-488f-bea9-76c8b10ab909
environments:
- name: dev
- name: staging
- name: prod
plugins:
extractors:
- name: tap-jaffle-shop
variant: meltanolabs
pip_url: git+<https://github.com/MeltanoLabs/tap-jaffle-shop.git>
config:
years: 2
loaders:
- name: target-jsonl
variant: andyh1203
pip_url: target-jsonljessica_fosler
10/10/2023, 9:06 PMPython 3.11.2
meltano 2.20.0jessica_fosler
10/10/2023, 9:28 PMjessica_fosler
10/10/2023, 9:32 PM"ascii" it starts working again?jessica_fosler
10/10/2023, 10:00 PMmark_johnston
10/11/2023, 8:19 PMmeltano run tap-jaffle-shop target-jsonl
To run the tap on its own, you can use the invoke command:
meltano invoke tap-jaffle-shop
https://docs.meltano.com/reference/command-line-interface/#invoke