The AWS CloudTrail source supports both Full Refresh and Incremental syncs. You can choose if this connector will copy only the new or updated data, or all rows in the tables and columns you set up for replication, every time a sync is run.
This Source Connector is based on a Boto3 CloudTrail.
This Source is capable of syncing the following core Streams:
Insight events are not supported right now. Only Management events are available.
Integration Type | Airbyte Type | Notes |
---|---|---|
string |
string |
|
number |
integer |
|
array |
array |
|
object |
object |
Feature | Supported?(Yes/No) | Notes |
---|---|---|
Full Refresh Sync | Yes | |
Incremental Sync | Yes | |
Namespaces | No |
The rate of lookup requests for events
stream is limited to two per second, per account, per region. This connector gracefully retries when encountering a throttling error. However if the errors continue repeatedly after multiple retries (for example if you setup many instances of this connector using the same account and region), the connector sync will fail.
- AWS Access key ID
- AWS Secret access key
- AWS region name
Please, follow this steps to get your AWS access key and secret.
Version | Date | Pull Request | Subject |
---|---|---|---|
0.1.2 | 2021-08-04 | 5152 | Fix connector spec.json |
0.1.1 | 2021-07-06 | 4539 | Add AIRBYTE_ENTRYPOINT for Kubernetes support |
0.1.0 | 2021-06-23 | 4122 | Initial release supporting the LookupEvent API |