-
Notifications
You must be signed in to change notification settings - Fork 120
Description
Hey folks, before you create an issue here, I want to set the right expectations with you about the level of support you can expect to receive. My team at RealSelf wrote this target because we use BigQuery and didn't want to rely on the Stitch API to load data into our warehouse. We figured others might benefit from it as well, so we open-sourced it. We ask for your understanding and patience, however, because while we do our best to help folks out who want to use this, we have jobs to do. The beauty of open source is that you can and should absolutely feel free to fork the repo, make changes, and PR your changes back to fix any problems you find, or otherwise improve the project. I'll be more than happy to merge incoming PRs to make this project better.
That said, if you're reporting a problem, please include as much detail as possible into the problem you're having:
- If you're seeing errors, paste the error text.
- If you're missing records, is there a pattern to which record(s) is(are) missing?
- Are you running the target in stream mode or job mode? (This is determined by the value of
stream_datain your config file) - Have you ruled out problems with the tap by:
- Running the target with a different tap?
- Feeding the data from your tap to a different target like
target-csv?
The more detail you can provide, the easier it is (and therefore more likely) for someone to help you out.