q2_sdk.hq.models.db_config
q2_sdk.hq.models.hq_params
q2_sdk.hq.models.hq_request
Bases: DbConfig[T]
DbConfig
T
Variant of DbConfig that allows passing in a function as the default value. This value will be resolved at install time.
name – Key written to the database
default (Callable[[], TypeVar(T)]) – A function that resolves to your desired default value at install time
Callable
TypeVar
required – If True, will raise errors at runtime when unset. Consider using False when DbConfigs are added to an already deployed extension