Hi all, my first day using Airbyte :slightly_smili...
# ask-community-for-troubleshooting
m
Hi all, my first day using Airbyte πŸ™‚ I'm looking to automate a sync between a rest API and snowflake The API is of the form https://{PROVIDER}.com/api/{ENDPOINT}/{ENTITY}?api_token={KEY} And returns a JSON with the latest data for that entity. The "latest" data updates once a day. Is Airbyte a good tool to automate the pulling of this data into Snowflake?
✍️ 1
βœ… 1
u
@[DEPRECATED] Marcos Marx turned this message into Zendesk ticket 2462 to ensure timely resolution!
h
Hey yeah you can build a custom connector for this.
m
I tried, but got the "line 38" error - don't have time to fix it at the moment.
Working on windows 11
h
Hey can you install nodejs and yarn. You can run
yarn generate
πŸ‘€ 1
s
Hey @Mycchaka Kleinbort, I know it’s been a while but were you able to create a sync between the rest api and the snowflake destination?