anirudh goverdhana
03/27/2024, 2:09 PMReuben (Matatika)
03/27/2024, 2:19 PMheaders
and streams
are not valid configuration for tap-zohosprints
.
https://github.com/AutoIDM/tap-zohosprints?tab=readme-ov-file#configurationReuben (Matatika)
03/27/2024, 2:20 PMapi_url: (Required) #Example (no trailing slash) <https://sprintsapi.zoho.com/zsapi>
oauth_url: (Required) #Example (no tailing slash) <https://accounts.zoho.com/oauth/v2/token>
client_id: (Required)
client_password: (Required)
refresh_token: (Required)
Reuben (Matatika)
03/27/2024, 2:21 PMReuben (Matatika)
03/27/2024, 2:22 PManirudh goverdhana
03/27/2024, 2:26 PManirudh goverdhana
03/27/2024, 2:26 PManirudh goverdhana
03/27/2024, 2:27 PMReuben (Matatika)
03/27/2024, 2:28 PMmeltano.yml
you posted earlier, unless you have the sensitive credentials in a .env
? Can you paste the output of
meltano config tap-zohosprints list
anirudh goverdhana
03/27/2024, 2:30 PMReuben (Matatika)
03/27/2024, 2:31 PMheaders:
User-Agent: meltano
streams:
- name: team
path: /teams/
primary_keys: [ownerTeamIds]
Why do you have this?anirudh goverdhana
03/27/2024, 2:31 PManirudh goverdhana
03/27/2024, 2:34 PMReuben (Matatika)
03/27/2024, 2:34 PMclient_id
, client_secret
and refresh_token
?anirudh goverdhana
03/27/2024, 2:35 PMReuben (Matatika)
03/27/2024, 2:35 PManirudh goverdhana
03/27/2024, 2:37 PMReuben (Matatika)
03/27/2024, 2:38 PMmeltano.yml
plugins:
extractors:
- name: tap-zohosprints
variant: autoidm
pip_url: git+<https://github.com/AutoIDM/tap-zohosprints.git>
config:
api_url: <https://sprintsapi.zoho.in/zsapi>
oauth_url: <https://accounts.zoho.in/oauth/v2/token>
select:
- team.*
.env
TAP_ZOHOSPRINTS_CLIENT_ID=
TAP_ZOHOSPRINTS_CLIENT_SECRET=
TAP_ZOHOSPRINTS_REFRESH_TOKEN=
anirudh goverdhana
03/27/2024, 2:58 PMEdgar Ramírez (Arch.dev)
03/27/2024, 2:59 PMI should pass only one endpoint at a time (select) ?At least initially to get things working, probably yes
anirudh goverdhana
03/29/2024, 2:07 PManirudh goverdhana
04/01/2024, 9:35 AMEdgar Ramírez (Arch.dev)
04/01/2024, 2:21 PManirudh goverdhana
04/02/2024, 2:03 PManirudh goverdhana
04/04/2024, 9:52 AMReuben (Matatika)
04/04/2024, 12:10 PMconfig:
auth_method: api_key
api_keys:
X-API-KEY: my secret value
Dinesh Nariyani
04/07/2024, 9:12 PMEdgar Ramírez (Arch.dev)
04/07/2024, 10:02 PM