Custom setting
CustomSetting #
Bases: RapidataSetting
Set a custom setting with the given key and value. Use this to enable features that do not have a dedicated method (yet).
Supported task types: all. As an arbitrary escape hatch it is never filtered by task type and never triggers a support warning.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
key
|
str
|
The key for the custom setting. |
required |
value
|
str
|
The value for the custom setting. |
required |
target
|
Literal['rapids', 'campaign']
|
Whether the feature flag should be applied
at the rapid level or the campaign level. Defaults to |
'rapids'
|