Skip to main content

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)
Foreign Keys:Indexes:
ColumnData TypeNullableIndexedDescription
extractor_wizard_step_idbigintNoYesSnowflake ID for the wizard step

Generated through expression: 
extractor_wizard_idbigintNoYesThe wizard the step belongs to

Generated through expression: 
step_indexintegerYesYesDefines the order of top-level steps in the wizard (value is NULL for steps that are nested within another step)

Generated through expression: 
titletextNoNoDisplay title for the step

Generated through expression: 
help_texttextNoNoHelp text to display for the step

Generated through expression: 
extractor_wizard_input_form_idbigintYesYesInput form to display in the step. If filled, the step is an input form.

Generated through expression: 
extractor_wizard_bucket_request_idbigintYesYesBucket request to display in the step. If filled, the step is a bucket request.

Generated through expression: 
extractor_wizard_question_idbigintYesYesQuestion to answer in the step. If filled, the step is a question.

Generated through expression: 
extractor_wizard_map_output_idbigintYesYesMap output to configure in the step. If filled, the step is a map output.

Generated through expression: 
extractor_wizard_map_output_group_idbigintYesYesGroup of map outputs to configure in the step. If filled, the step is a map output group.

Generated through expression: