Open moadibfr opened 1 year ago
cloudquery bug report submitted here: https://github.com/cloudquery/cloudquery/issues/14465
Is this issue related to this error while trying to use sqlite destination plugin?
Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stub
https://github.com/cloudquery/cloudquery/issues/14465 is fixed
@moadibfr are you still facing the issue ?
Here is the possible solution that might work.
Ensure the Plugins are Installed Correctly
cloudquery plugins list
If the sqlite plugin isn’t listed, install it
cloudquery plugins install cloudquery/sqlite
Check if the aws plugin is installed
cloudquery plugins install cloudquery/aws
Verify YAML Configuration
aws.yml
spec:
path: cloudquery/aws
tables:
- aws_cloudtrail_events
-
destinations:
- sqlite
name: aws
version: v22.13.2
spec:
custom_endpoint_url: http://127.0.0.1:32835
custom_endpoint_hostname_immutable: "true"
max_retries: 0
custom_endpoint_partition_id: aws
custom_endpoint_signing_region: us-east-1
kind: source
spec:
version: v2.3.0
name: sqlite
spec:
connection_string: ./db.sqlite
path: cloudquery/sqlite
kind: destination
Expected Behavior
The plugin will fail with an error saying the sqlite plugin is not found.
Actual Behaviour
No response
Steps To Reproduce
No response
Environment Information
Example flow
❯ cat aws.yml spec: path: cloudquery/aws tables: