Clazar
This page contains the setup guide and reference information for the Clazar source connector.
Prerequisites
- Clazar Account
- Clazar API Credentials
Setup Guide
Step 1: Set up the Clazar connector in Airbyte
For Airbyte Cloud:
- Generate client credentials by visiting the API access page.
- Click on
Create API Credentials
inIntegration Type
select Airbyte from dropdown and copy theClient ID
&Client secret
. - Log into your Airbyte Cloud account.
- In the left navigation bar, click Sources. In the top-right corner, click + New source.
- On the Set up the source page, select Clazar from the Source type dropdown and enter the name for the Clazar connector
- Enter your
Client ID
&Client secret
. - Click Set up source
For Airbyte OSS:
- Generate client credentials by visiting the API access page.
- Click on
Create API Credentials
inIntegration Type
select Airbyte from dropdown and copy theClient ID
&Client secret
. - Navigate to the Airbyte Open Source dashboard.
- In the left navigation bar, click Sources. In the top-right corner, click + New source.
- On the Set up the source page, select Clazar from the Source type dropdown and enter the name for the Clazar connector.
- Enter your
Client ID
&Client secret
. - Click Set up source
Supported sync modes
The Clazar source connector supports the following sync modes:
Feature | Supported? |
---|---|
Full Refresh Overwrite | Yes |
Full Refresh Append | Yes |
Incremental Append | Yes(Partially, some streams supported) |
Incremental Append + Deduped | Yes(Partially, some streams supported) |
Supported Streams
- Listings
- Private Offers
- Buyers
- Contracts
- Opportunities
- Analytics
Limitations & Troubleshooting
Expand to see details about Clazar connector limitations and troubleshooting.
Connector limitations
Rate limiting
Clazar Analytics APIs has the rate limits of (30/minute) and for other APIs it's (120/minute), but the connector should not run into API limitations under normal usage.
Please create an issue if you see any rate limit issues that are not automatically retried successfully.
Troubleshooting
- Check out common troubleshooting issues for the Clazar source connector on our Airbyte Forum.
Changelog
Expand to review
Version | Date | Pull Request | Subject |
---|---|---|---|
0.4.0 | 2024-08-30 | 44855 | Using incremental APIs for online data |
0.3.0 | 2024-08-21 | 44523 | Refactor connector to manifest-only format |
0.2.6 | 2024-08-17 | 44217 | Update dependencies |
0.2.5 | 2024-08-12 | 43768 | Update dependencies |
0.2.4 | 2024-08-05 | 42851 | Updated schema of Analytics AWS opportunities table |
0.2.3 | 2024-08-03 | 43155 | Update dependencies |
0.2.2 | 2024-07-27 | 42617 | Update dependencies |
0.2.1 | 2024-07-20 | 42315 | Update dependencies |
0.2.0 | 2024-07-18 | 41657 | removed redundant columns from streams, added documentation for analytics |
0.1.4 | 2024-07-13 | 41759 | Update dependencies |
0.1.3 | 2024-07-10 | 41351 | Update dependencies |
0.1.2 | 2024-07-09 | 41123 | Update dependencies |
0.1.1 | 2024-07-06 | 40922 | Update dependencies |
0.1.0 | 2024-07-02 | 40562 | New Source: Clazar |