Skip to content

Remove the unnecessary labels from Models with required columns

This is the final MR required for addressing #10 (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

Closes #10 (closed)

Merge request reports