You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using generalize-tsvs, and multiple table have the same column name for entirely different meanings, schema automator seems to run with one of them. In my case, this is not actually a case of "different meaning", but different ValueSet:
There is a table DOMAINS.csv which lists 10 domains in the domain_id column.
There is a table CONCEPTS.csv which lists 5 domains in the domain_id column.
If schema automator happens upon 2 first, the enum in the model has only 5 domains.
Probably, the enum should be augment during the generalisation process? what if there is an id or type column that means something entirely different from table to table?
The text was updated successfully, but these errors were encountered:
Environment:
Using
generalize-tsvs
, and multiple table have the same column name for entirely different meanings, schema automator seems to run with one of them. In my case, this is not actually a case of "different meaning", but different ValueSet:domain_id
column.domain_id
column.If schema automator happens upon 2 first, the enum in the model has only 5 domains.
Probably, the enum should be augment during the generalisation process? what if there is an
id
ortype
column that means something entirely different from table to table?The text was updated successfully, but these errors were encountered: