peppy icon indicating copy to clipboard operation
peppy copied to clipboard

error helps for derived columns

Open nsheff opened this issue 6 years ago • 2 comments

if a user forgets to put a column in the 'derived column list', looper should prompt.

we can figure that out by just checking to see if the values in the column are listed as data sources. if so, we suggest adding column x to the derived column list.

nsheff avatar Jul 19 '19 17:07 nsheff

I think this could possibly be done in peppy at the eido schema validation step...

nsheff avatar Jan 28 '20 01:01 nsheff

No... the number of attributes should be unrelated to the number of sources.

I'm trying to say something different. This is talking about a column in the table whose values are listed in the 'sources' list, but whose column name is not listed as an attribute. it's a much more complicated check...

nsheff avatar Apr 14 '20 13:04 nsheff