models_v2.hive_object_type_enum module

class models_v2.hive_object_type_enum.HiveObjectTypeEnum[source]

Bases: object

Implementation of the ‘HiveObjectType’ enum.

TODO: type enum description here.

Attributes:

HIVEDATABASES: TODO: type description here. HIVETABLES: TODO: type description here. HIVEPARTITIONS: TODO: type description here.

HIVEDATABASES = 'HiveDatabases'
HIVEPARTITIONS = 'HivePartitions'
HIVETABLES = 'HiveTables'