Skip to content

Mark all label columns as required

Yannis Roussos requested to merge 10-mark-all-label-columns-as-required into master

This is the first MR required for addressing #10 (closed)

It only marks all label columns for all XXX per YYY Table Models as required = true.

This MR will be merged and used to make sure that:

  1. Old versions of Meltano keep their default behavior even in the presence of this new attribute (expected behavior)
  2. meltano!1474 (merged) works as expected with our real world models

After those two steps are verified and meltano!1474 (merged) merged, we are going to remove the (ONLY select this) and (For Filters ONLY) from all the columns of the XXX per YYY Table Models with a followup MR.

Merge request reports