mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-27 01:45:32 +00:00
display object column type (#22002)
This commit is contained in:
parent
6eaec954d6
commit
53e9ce5e41
@ -362,6 +362,7 @@ class RestSource(ApiServiceSource):
|
||||
FieldModel(
|
||||
name=key,
|
||||
dataType=DataTypeTopic.UNKNOWN,
|
||||
dataTypeDisplay="OBJECT",
|
||||
children=children,
|
||||
)
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user