Drift
The Drift source supports Full Refresh syncs. That is, every time a sync is run, Airbyte will copy all rows in the tables and columns you set up for replication into the destination in a new table.
Several output streams are available from this source:
If there are more endpoints you'd like Airbyte to support, please create an issue.
Feature | Supported? |
---|---|
Full Refresh Sync | Yes |
Incremental Sync | Coming soon |
Replicate Incremental Deletes | Coming soon |
SSL connection | Yes |
Namespaces | No |
The Drift connector should not run into Drift API limitations under normal usage. Please create an issue if you see any rate limit issues that are not automatically retried successfully.
- A Drift API token linked to a Drift App with the following scopes:
conversation_read
to access Conversionsuser_read
to access Usersaccount_read
to access Accounts
- Follow Drift's Setting Things Up guide for a more detailed description of how to obtain the API token.
- Select
OAuth2.0
fromAuthorization Method
dropdown - Click on
Authenticate your Drift account
- Proceed the authentication in order to obtain the
access_token
Expand to review
Version | Date | Pull Request | Subject |
---|---|---|---|
0.4.1 | 2024-08-16 | 44196 | Bump source-declarative-manifest version |
0.4.0 | 2024-08-15 | 44153 | Refactor connector to manifest-only format |
0.3.17 | 2024-08-12 | 43897 | Update dependencies |
0.3.16 | 2024-08-10 | 43624 | Update dependencies |
0.3.15 | 2024-08-03 | 43119 | Update dependencies |
0.3.14 | 2024-07-27 | 42624 | Update dependencies |
0.3.13 | 2024-07-20 | 42188 | Update dependencies |
0.3.12 | 2024-07-13 | 41771 | Update dependencies |
0.3.11 | 2024-07-10 | 41347 | Update dependencies |
0.3.10 | 2024-07-09 | 41300 | Update dependencies |
0.3.9 | 2024-07-06 | 40889 | Update dependencies |
0.3.8 | 2024-06-25 | 40299 | Update dependencies |
0.3.7 | 2024-06-22 | 39976 | Update dependencies |
0.3.6 | 2024-06-04 | 39007 | [autopull] Upgrade base image to v1.2.1 |
0.3.5 | 2024-05-20 | 38321 | Make compatability with builder |
0.3.4 | 2024-05-03 | 37592 | Change last_records to last_record |
0.3.3 | 2024-04-19 | 37153 | Upgrade to CDK 0.80.0 and manage dependencies with Poetry. |
0.3.2 | 2024-04-15 | 37153 | Base image migration: remove Dockerfile and use the python-connector-base image |
0.3.1 | 2024-04-12 | 37153 | schema descriptions |
0.3.0 | 2023-08-05 | 29121 | Migrate Python CDK to Low Code CDK |
0.2.7 | 2023-06-09 | 27202 | Remove authSpecification in favour of advancedAuth in specification |
0.2.6 | 2023-03-07 | 23810 | Prepare for cloud |
0.2.5 | 2021-12-14 | 8429 | Updated titles and descriptions |
0.2.3 | 2021-10-27 | 7247 | Migrate to the CDK |
0.2.3 | 2021-10-25 | 7337 | Added support of OAuth 2.0 authorisation option |