IncludeSystemSchemas
Specifies whether to include the system catalog 'system' and system schema 'information_schema'.
Data Type
bool
Default Value
false
Remarks
When this property is set to true, the add-in queries and exposes system-defined schemas alongside user-defined schemas. These schemas typically contain metadata tables, built-in views, and internal objects managed by Databricks.
When this property is set to false, the add-in omits these internal schemas, simplifying the schema view for most users.
This property is useful for advanced users who need access to system metadata or diagnostic information in Databricks.