Question
What does the parameter exclude_mode do?
Environment
Fivetran API
Answer
If you try to reload the schema using Fivetran API and provide the set exclude_mode
parameter, it will have a different outcome based on the below values it is set to:
EXCLUDE
- will disable all the tables in the tables while reloading the schema( uncheck all the tables).INCLUDE
- will enable all the tables in the tables while reloading the schema( check all the tables).PRESERVE
- All selected schemas and tables in the standard config preserve their state.