We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 567f0f2 commit 64a4a52Copy full SHA for 64a4a52
example_configs/spec.yml
@@ -4,8 +4,7 @@ spec:
4
path: 'cloudquery/aws'
5
version: 'v27.20.0' # latest version of aws plugin
6
destinations: ['postgresql']
7
- tables: ['*']
8
- skip_tables: ['aws_cloudtrail_events', 'aws_iam_*']
+ tables: ['aws_s3_buckets', 'aws_ec2_instances']
9
---
10
kind: destination
11
spec:
0 commit comments