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_readto access Conversionsuser_readto access Usersaccount_readto access Accounts
- Follow Drift's Setting Things Up guide for a more detailed description of how to obtain the API token.
- Select
OAuth2.0fromAuthorization Methoddropdown - Click on
Authenticate your Drift account - Proceed the authentication in order to obtain the
access_token
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 0.2.5 | 2021-12-14 | 8429 | Updated titles and descriptions |
| 0.2.3 | 2021-10-25 | 7337 | Added support of OAuth 2.0 authorisation option |
0.2.3 |
2021-10-27 | 7247 | Migrate to the CDK |