Exported Database Model is a set of JSON files exported from a database.
It contains -- definitions of database objects (schemas, tables, views, columns) -- code artifacts (stored procedures, functions, triggers)
Definition of database objects should match objects defined by code (CREATE TABLE/VIEW...), but it is not always true. Definitions of database objects exported from database may be out-of-date.
readDbModelViewColumns is added to analyzerOptions section of Input Definition JSONreadDbModelViewColumns is true, the view columns are read at the beginning and processed like regular tablesreadDbModelViewColumns is false (default and recommended)