A few clarifications needed on the dependent tables. The goal is to sync only those dependent tables that are specified but not all the dependent tables of all the parent tables.
In all these cases below, I specify the table_names
and don’t do ["*"]
.
- If I set
skipdependenttables=true
, but list parent and child tables for a few of them, then does CloudQuery sync the dependent tables or not? - If I don’t specify
skipdependenttables
(which isfalse
by default) but list only parent tables in the list of tables, then does CloudQuery sync all the dependent tables? - If I don’t specify
skipdependenttables
(which isfalse
by default) but list the parent table and only one of the dependent tables in the list of tables, then does CloudQuery sync all the dependent tables or only the ones specified?