cloudquery/plugin-sdk

feature: Allow selective child-table filtering/inclusion

disq opened this issue · 3 comments

disq commented

If a resource has many child tables and the user just wants a few synced, they should be able to achieve that by including those tables (and possibly all their dependent parent tables, if we don't want implicit behaviour) in the config.

This is the opposite of #340 but needs more changes in the handling side of things, not just input validation.

Yes, support for this was added in #398