Skip to content

configs

configs

Seeder service configuration models.

See Also

Seeder: The service class that consumes these configurations. BaseServiceConfig: Base class providing interval, max_consecutive_failures, and metrics fields.

Classes

SeedConfig

Bases: BaseModel

Configuration for seed data source and insertion mode.

See Also

SeederConfig: Parent config that embeds this model.

SeederConfig

Bases: BaseServiceConfig

Seeder service configuration.

See Also

Seeder: The service class that consumes this configuration. BaseServiceConfig: Base class providing interval and log_level fields.