Skip to main content
This parameter can’t be used if ignored_schemas is in use.
Includes only the listed schemas for use in workbooks. Schemas that aren’t included will still be available for use in SQL queries.

Syntax

# Values can be provided as an indented list
included_schemas:
  - <schema_one>
  - <schema_two>

# Or as a comma-delimited list
included_schemas: [<schema_one>, <schema_two>]
Each value provided to this parameter must be the name of a schema in the database connection.

Examples

included_schemas:
  - marketing
  - sales