Copper
This page contains the setup guide and reference information for the Copper source connector.
Prerequisites
This Copper source uses the Copper API.
Setup guide
Step 1: Set up Copper
For Airbyte OSS:
- Navigate to the Airbyte Open Source dashboard
- Enter a name for your source
- Enter your Copper api_key. This can be generated by logging into Copper -> Settings -> Integrations -> API Keys
- Enter your Copper user_email. The email used to login to Copper
- Click Set up source
Supported sync modes
The Copper source connector supports the following sync modes:
| Feature | Supported? | 
|---|---|
| Full Refresh Sync | Yes | 
| Incremental - Append Sync | No | 
| Replicate Incremental Deletes | No | 
| SSL connection | Yes | 
| Namespaces | No | 
Supported Streams
Reference
Config fields reference
Field
Type
Property name
string
api_key
string
user_email
Changelog
Expand to review
| Version | Date | Pull Request | Subject | 
|---|---|---|---|
| 0.3.5 | 2024-05-17 | 38214 | Make connector compatable with builder | 
| 0.3.4 | 2024-04-19 | 37145 | Updating to 0.80.0 CDK | 
| 0.3.3 | 2024-04-18 | 37145 | Manage dependencies with Poetry. | 
| 0.3.2 | 2024-04-15 | 37145 | Base image migration: remove Dockerfile and use the python-connector-base image | 
| 0.3.1 | 2024-04-12 | 37145 | schema descriptions | 
| 0.3.0 | 2023-08-10 | * | Migrate to low code | 
| 0.2.0 | 2023-04-17 | 24824 | Add opportunitiesstream | 
| 0.1.0 | 2022-11-17 | 18848 | 🎉 New Source: Copper [python cdk] |