1
0
mirror of synced 2025-12-30 21:02:43 -05:00
Files
airbyte/docs/integrations/sources/partnerstack.md
Sophia Wiley 76df2f240a Docs: Update broken links (#23940)
* updated_links_in_docs

* updated more links

* typo

* removed backticks

* deleted links in deploying on cloud and local deployment
2023-03-13 20:38:25 +01:00

42 lines
1.7 KiB
Markdown

# Partnerstack
## Sync overview
The Partnerstack source supports both Full Refresh only.
This source can sync data for the [Partnerstack API](https://docs.partnerstack.com/reference).
### Output schema
This Source is capable of syncing the following core Streams:
- [Customers](https://docs.partnerstack.com/reference/get_v2-customers-2)
- [Deals](https://docs.partnerstack.com/reference/get_v2-deals)
- [Groups](https://docs.partnerstack.com/reference/get_v2-groups)
- [Leads](https://docs.partnerstack.com/reference/get_v2-leads)
- [Partnerships](https://docs.partnerstack.com/reference/get_v2-partnerships-2)
- [Rewards](https://docs.partnerstack.com/reference/get_v2-rewards-2)
- [Transactions](https://docs.partnerstack.com/reference/get_v2-transactions-2)
### Features
| Feature | Supported?\(Yes/No\) | Notes |
| :------------------------ | :------------------- | :---- |
| Full Refresh Sync | Yes | |
| Incremental - Append Sync | No | |
| Namespaces | No | |
### Performance considerations
The Partnerstack connector should not run into Partnerstack API limitations under normal usage.
## Requirements
- **Partnerstack API keys**. See the [Partnerstack docs](https://docs.partnerstack.com/reference/auth) for information on how to obtain the API keys.
## Changelog
| Version | Date | Pull Request | Subject |
| :------ | :--------- | :--------------------------------------------------- | :-------------------------------- |
| 0.1.0 | 2022-10-27 | [XXX](https://github.com/airbytehq/airbyte/pull/XXX) | Add Partnerstack Source Connector |