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.
2 parents b9813e7 + 64a4a52 commit 664b381Copy full SHA for 664b381
example_configs/spec.yml
@@ -4,8 +4,7 @@ spec:
4
path: 'cloudquery/aws'
5
version: 'v27.21.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