Replies: 1 comment
-
Hi ap-jan1, For 1) Maybe the values you are trying to represent are not metadata but data and you could maybe consider using a data analysis tool and not a data discovery tool. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello community!
I have MS SQL Server as a data source. It has a table in which column X contains denormalized values in the form of JSON (for example,
{ "data": { "innerdata": 123 } }
).I know there are tags and custom properties, but that's not what I need. I want to see X not as an ordinary string field, but as hierarchically organized (possibly, nested tables).
What tools are available in OpenMetaData to show such columns with "complex" data types?
Thank you for your answers!
Beta Was this translation helpful? Give feedback.
All reactions