Share via


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.

referredEntities

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>