Anton Kuiper
01/18/2025, 3:20 PMversion: 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.Reuben (Matatika)
01/19/2025, 9:20 PMmeltano run
?Edgar Ramírez (Arch.dev)
01/20/2025, 7:43 PMmeltano select tap-github --list -all