Skip to content

OplogConfig

relationalai.config.config_fields

Configure oplog (semantic-model-management) recording on deploy.

enabled is the opt-in toggle: when true, a successful rai models deploy also records the change to the model’s oplog (and pull / branch / merge become available). It defaults to false while the feature rolls out — set oplog.enabled: true in raiconfig to turn it on. backend selects where the oplog lives: snowflake (the real _RAI_OPLOG hybrid table) or jsonl (a local file, reserved for tests/demos).

Inheritance Hierarchy

OplogConfigpydantic.BaseModel