AtlasEntityWithExtInfo interface
An instance of an entity along with extended info - like hive_table, hive_database.
Properties
| entity | An instance of an entity - like hive_table, hive_database. |
| referred |
The referred entities. |
Property Details
entity
An instance of an entity - like hive_table, hive_database.
entity?: AtlasEntity
Property Value
referredEntities
The referred entities.
referredEntities?: Record<string, AtlasEntity>
Property Value
Record<string, AtlasEntity>