ParameterTypeDefaultDescription
table_namestr-The name of the table to store Workflow sessions.
schemaOptional[str]"ai"The schema to use for the table.
db_urlOptional[str]NoneThe database URL to connect to.
db_engineOptional[Engine]NoneThe SQLAlchemy database engine to use.
schema_versionint1Version of the schema.
auto_upgrade_schemaboolFalseWhether to automatically upgrade the schema.