Running syncs outside the Platform
Running syncs outside from outside Platform is not recommended in general, but it may be useful during a migration period where you are migrating from CloudQuery CLI-based syncs to Platform.
While CloudQuery platform supports running syncs out of the box, if you already have syncs configured on your own infrastructure, you can integrate them with the CloudQuery platform asset inventory.
To ensure compatibility with CloudQuery platform please add the following configurations to your sources configuration spec:
At the top level spec level add
deterministic_cq_id: true
destinations: [s3]
(see below on configuring the S3 destination)
At the plugin spec level add
add_cq_client_id: true
For example, the following example spec:
Should change to:
To continue setting up self hosted syncs follow either S3 destination guide.
Last updated
Was this helpful?