getting-started
getting-started copied to clipboard
This repository is a getting started guide to Singer.
Hello, We have a use case where we want to run our tap-target infinitely and not stop after 1 run meaning, Tap runs at a time and take some data,...
Fixed typo: `its` instead of `it's`
Update best practices documentation to use correct python terminology re packages/modules.
I'm proposing an additional use case for Singer taps, webhooks. Many APIs / SaaS products offer webhooks as a way to reduce load on their servers and overcome rate limits....
It's totally possible I'm just missing something, but I believe different taps and targets may have conflicting requirements. For example, while using the HubSpot tap, I received the errors: ```...
i have an feature called country and it is containing and list of country values how to insert these using singer {"country":["india","usa","japan","china"]} this was for mat of data i wanted...
The try it https://www.singer.io/#what-it-is code on singer.io doesn't work After installing `pip3 install target-csv tap-exchangeratesapi` Executing `tap-exchangeratesapi | target-csv` Throws the below error: ``` Traceback (most recent call last): File...
Hi Community, We are using the SFMC integration to sync data from SFMC to BigQuery. There are intermittent errors happening quite often. Sometimes it last for over a day, sometimes...
Hi, We are planning to integrate Singer in our application, but right now we are seeing that Singer config can have only a single account added in the configuration. Is...