-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SQLite cloudquery plugin does not work #3
Comments
cloudquery bug report submitted here: cloudquery/cloudquery#14465 |
Is this issue related to this error while trying to use sqlite destination plugin? |
cloudquery/cloudquery#14465 is fixed @moadibfr are you still facing the issue ? |
Here is the possible solution that might work.
|
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:
destinations:
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
❯ cat sqlite.yml
spec:
version: v2.3.0
name: sqlite
spec:
connection_string: ./db.sqlite
path: cloudquery/sqlite
kind: destination
The text was updated successfully, but these errors were encountered: