Skip to content

Remove the unnecessary labels from Models with required columns

This is the final MR required for addressing #4 (closed)

With meltano!1474 (merged) tested and merged, we can remove the unnecessary labels from Models with required columns:

  1. No need for the (ONLY select this) label as all those fields are required, auto-selected and locked (users can not un-select them)
  2. No need for the (For Filters ONLY) label as users can freely select it and/or filter by it
  3. No need for the (Select Label first) label as it is already selected first following its required directive

Closes #4 (closed)

Merge request reports