extractor_wizard_step
Stores steps in extractor wizards. Each step is either an input form, bucket request, question, map output, or map output group.
Primary Key:Checks:extractor_wizard_step_single_step_type_check-(((((((extractor_wizard_input_form_id IS NOT NULL))::integer + ((extractor_wizard_bucket_request_id IS NOT NULL))::integer) + ((extractor_wizard_question_id IS NOT NULL))::integer) + ((extractor_wizard_map_output_id IS NOT NULL))::integer) + ((extractor_wizard_map_output_group_id IS NOT NULL))::integer) = 1)
extractor_wizard_bucket_request_id=>extractor_wizard_bucket_request.extractor_wizard_bucket_request_idextractor_wizard_input_form_id=>extractor_wizard_input_form.extractor_wizard_input_form_idextractor_wizard_map_output_group_id=>extractor_wizard_map_output_group.extractor_wizard_map_output_group_idextractor_wizard_map_output_id=>extractor_wizard_map_output.extractor_wizard_map_output_idextractor_wizard_question_id=>extractor_wizard_question.extractor_wizard_question_idextractor_wizard_id=>extractor_wizard.extractor_wizard_id
extractor_wizard_step_extractor_wizard_bucket_request_id_idx-extractor_wizard_bucket_request_idextractor_wizard_step_extractor_wizard_id_idx-extractor_wizard_idextractor_wizard_step_extractor_wizard_input_form_id_idx-extractor_wizard_input_form_idextractor_wizard_step_extractor_wizard_map_output_group_id_idx-extractor_wizard_map_output_group_idextractor_wizard_step_extractor_wizard_map_output_id_idx-extractor_wizard_map_output_idextractor_wizard_step_extractor_wizard_question_id_idx-extractor_wizard_question_idextractor_wizard_step_wizard_step_index_uq(Unique) -extractor_wizard_id,step_index
| Column | Data Type | Nullable | Indexed | Description |
|---|---|---|---|---|
extractor_wizard_step_id | bigint | No | Yes | Snowflake ID for the wizard step Generated through expression: |
extractor_wizard_id | bigint | No | Yes | The wizard the step belongs to Generated through expression: |
step_index | integer | Yes | Yes | Defines the order of top-level steps in the wizard (value is NULL for steps that are nested within another step) Generated through expression: |
title | text | No | No | Display title for the step Generated through expression: |
help_text | text | No | No | Help text to display for the step Generated through expression: |
extractor_wizard_input_form_id | bigint | Yes | Yes | Input form to display in the step. If filled, the step is an input form. Generated through expression: |
extractor_wizard_bucket_request_id | bigint | Yes | Yes | Bucket request to display in the step. If filled, the step is a bucket request. Generated through expression: |
extractor_wizard_question_id | bigint | Yes | Yes | Question to answer in the step. If filled, the step is a question. Generated through expression: |
extractor_wizard_map_output_id | bigint | Yes | Yes | Map output to configure in the step. If filled, the step is a map output. Generated through expression: |
extractor_wizard_map_output_group_id | bigint | Yes | Yes | Group of map outputs to configure in the step. If filled, the step is a map output group. Generated through expression: |