Consistent Table Headers and/or Add Preference #5934
Replies: 3 comments
-
The logic the code follows right now is:
Yes, we could add a pref for making this more explicit - though, that would make table headers much longer, thus potentially making it harder to read the query results
That could work too, though would be a bit more complex, as at the moment, the algorithm that converts "arbitrary mapping path to a shortest descriptive label possible" is considering each path in isolation, not cumulative
The algorithm at the moment only counts spaces, not Also, we maintain a list of fields that are descriptive on their own, without a need for a table name. Catalog Number should definitely be added to that list @grantfitzsimmons could you have someone look though the schema to find all such self-descriptive fields? or should we just assume that any field that has uniqueness constraint is self-descriptive enough? |
Beta Was this translation helpful? Give feedback.
-
I believe this makes the most sense to me. |
Beta Was this translation helpful? Give feedback.
-
Hi @bronwyncombs - that all looks good. Thank you. |
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
Reported By
Corinna @ CSIRO on Asana
Additional context
Add any other context or screenshots about the feature request here.
recreated on
edge
, except for schema names in the mapper fields- here the schema name is the headerCould be worth discussing if the current way is the most logical, and/or if adding a preference is best.
Beta Was this translation helpful? Give feedback.
All reactions