New CREATE HYBRID TABLE privilege (Preview)

Attention

This behavior change is in the 2026_02 bundle.

For the current status of the bundle, refer to Bundle history.

The CREATE HYBRID TABLE privilege is a new, separate privilege that controls which roles and users can create hybrid tables. Previously, creation of new hybrid tables was controlled by the existing CREATE TABLE privilege.

Customers who have created custom roles with the CREATE TABLE privilege to control both hybrid table and standard table creation must update those roles to include the new CREATE HYBRID TABLE privilege. Otherwise, users with those roles will no longer be able to create new hybrid tables.

This change only applies to role-based creation of new hybrid tables. Existing hybrid tables are not affected. Users who own the database or schema, or who have been granted ownership, do not need this table-level privilege.

Before the change:

The CREATE TABLE privilege is required to create a new hybrid table.

After the change:

The CREATE HYBRID TABLE privilege is required to create a new hybrid table.

Ref: 2157