Hi all, Great to have a slack community for Melta...
# getting-started
a
Hi all, Great to have a slack community for Meltano. I try to understand the concept. I start with the Getting Started tutorial : https://docs.meltano.com/getting-started/part1 . I've installed the software on my linux box. (and also on windows), both run into the same error / behavior? The expected output is a file in the folder /output but the folder is empty beside .gitingnor. Here is my multano.yml file:
version: 1
default_environment: dev
project_id: 2910bb16-b01d-469c-8454-1c401537fe4c
environments:
- name: dev
- name: staging
- name: prod
plugins:
extractors:
- name: tap-github
variant: meltanolabs
pip_url: meltanolabs-tap-github
config:
start_date: '2024-01-01'
repositories:
- meltano/meltano
select:
- commits.url
- commits.sha
- commits.commit_timestamp
loaders:
- name: target-jsonl
variant: andyh1203
pip_url: target-jsonl
The output is run into the shell(terminal) i use Visual Studio Code. I've included the github personal key.. i can find that in the .env file. Any help would be nice. I've try to get some advice from chatGPT too but that one is far from it right now.
r
Do you have any logs you can share from
meltano run
?
1
e
also be sure to confirm your selection with
meltano select tap-github --list -all