Hi <@U06CASRQ0H0> When I am trying to set the goog...
# getting-started
a
Hi @Edgar Ramírez (Arch.dev) When I am trying to set the google sheet value (name) facing issue meltano config tap-google-sheets set sheets '[{"stock-wpp"}]' Is this correct way of setting?
1
a
Can you share what your
meltano.yml
looks like for google sheets?
Do you want to ingest just a single sheet, or more than one?
a
just a single sheet @Andy Carter
oauth client id, secret, refresh token are stored in .env
a
Try the below?:
Copy code
plugins:
extractors:
- name: tap-google-sheets
variant: matatika
pip_url: git+<https://github.com/Matatika/tap-google-sheets.git>
config:
  sheets:
     - output_name: stock_analysis
       sheet_id: $YOURSHEETIDGOESHERE
You can find the sheet ID following instructions here: https://github.com/Matatika/tap-google-sheets?tab=readme-ov-file#per-sheet-config
1
🙌 1
a
Hi @Andy Slater Thank you soo much
🙌 1
it's working
🙌 1