While offloaded schemas won’t be visible in the model IDE or workbook, they’re still easily accessible. Refer to the Accessing offloaded schemas section for more information.
Specifying offloaded schemas
Connection Admin permissions are required to modify connection settings.
1
Open the connection details
- Navigate to Settings > Connections.
- Click a connection.
- Locate the Offloaded schemas setting in the connection settings.
2
Add the schemas
In the Offloaded schemas setting, use a comma-separated list to add the names of the schemas you want to offload. The values in this field:
- Can use wildcard syntax, for example
dbt_*. - Are case-sensitive, meaning the schema name you enter must exactly match the name of the schema in the database. For example,
blob_schemamust match ablob_schemain the database.
3
Save & apply the changes
- When finished, click Update and Test connection.
- Trigger a schema refresh to apply the changes to your Omni model.
4
Confirm the changes
While the changes may not be visible in the connection’s shared models, you can verify that the application was successful using the model IDE:
- Click Develop in the left navigation panel.
- Click one of the connection’s models to open it in the model IDE.
-
In the Shared layer of the model, click the link next to Parent at the bottom of the page. This opens the schema model.

-
In this view, change the Browse mode to Model by using the dropdown near the top left corner of the page:

- The offloaded schemas should not be visible in the Schemas section.
Accessing offloaded schemas in workbooks
Once set up successfully, offloaded schemas will not display in the All Views & Fields view of the workbook’s field browser, but you can still access them when needed. To access offloaded schemas in the workbook, click the Schema button in the All views & fields view. For example, we offloaded theoffloaded_schema, which is visible in the Schema dropdown:
