Documentation Index
Fetch the complete documentation index at: https://docs.omni.co/llms.txt
Use this file to discover all available pages before exploring further.
Excludes specific schemas from use in workbooks.
Listed schemas will still be available for use in SQL queries.
Syntax
# Values can be provided as an indented list
ignored_schemas:
- <schema_one>
- <schema_two>
# Or as a comma-delimited list
ignored_schemas: [<schema_one>, <schema_two>]
Each value provided to this parameter must be the name of a schema in the database connection.
Examples
ignored_schemas:
- information_schema