Skip to main content

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:

  1. Navigate to the Airbyte Open Source dashboard
  2. Enter a name for your source
  3. Enter your Copper api_key. This can be generated by logging into Copper -> Settings -> Integrations -> API Keys
  4. Enter your Copper user_email. The email used to login to Copper
  5. Click Set up source

Supported sync modes

The Copper source connector supports the following sync modes:

FeatureSupported?
Full Refresh SyncYes
Incremental - Append SyncNo
Replicate Incremental DeletesNo
SSL connectionYes
NamespacesNo

Supported Streams

Reference

Config fields reference

Field
Type
Property name
string
api_key
string
user_email

Changelog

VersionDatePull RequestSubject
0.3.52024-05-1738214Make connector compatable with builder
0.3.42024-04-1937145Updating to 0.80.0 CDK
0.3.32024-04-1837145Manage dependencies with Poetry.
0.3.22024-04-1537145Base image migration: remove Dockerfile and use the python-connector-base image
0.3.12024-04-1237145schema descriptions
0.3.02023-08-10*Migrate to low code
0.2.02023-04-1724824Add opportunities stream
0.1.02022-11-1718848🎉 New Source: Copper [python cdk]