Simplifying table selection for CloudQuery sync process

When syncing, I need to nominate the table name, but there are so many for each source.

Could we have a way to simplify it? For example, I’d like to sync all tables related to aws_config_* or aws_ec2_* and so on, so I should easily target these tables with one or two lines.

tables: ["aws_config_*", "aws_ec2_*"]

Will it be possible, or is it supported already?

Hi @calm-walrus, yes this is supported already, exactly like you showed in your example.
Here are some more details from the docs: Performance Tuning - Use Wildcard Matching