extractor_wizard_bucket_option
Stores bucket options for wizard bucket requests
Primary Key:Foreign Keys:extractor_wizard_bucket_request_id=>extractor_wizard_bucket_request.extractor_wizard_bucket_request_idnext_extractor_wizard_step_id=>extractor_wizard_step.extractor_wizard_step_id
extractor_wizard_bucket_option_next_extractor_wizard_step_idx-next_extractor_wizard_step_id
| Column | Data Type | Nullable | Indexed | Description |
|---|---|---|---|---|
extractor_wizard_bucket_request_id | bigint | No | Yes | The bucket request the bucket option belongs to |
bucket_option_index | integer | No | Yes | Defines the order of bucket options for a bucket request |
title | text | No | No | Display title for the bucket option |
help_text | text | No | No | Helper text for the bucket option |
next_extractor_wizard_step_id | bigint | No | Yes | Next wizard step to run after the bucket option is selected |
name | text | No | No | Name for the bucket option |