SQLAlchemy Configuration¶
enable¶
Whether to enable the plugin.
Type: bool | Default: False
inject_primary_key¶
Automatically inject composite primary key constraints on user-defined feature tables. The key is composed of ID columns, metaxy_created_at, and metaxy_data_version.
Type: bool | Default: False
inject_index¶
Automatically inject composite index on user-defined feature tables. The index covers ID columns, metaxy_created_at, and metaxy_data_version.
Type: bool | Default: False