Source code for models_v2.type_17_enum

# -*- coding: utf-8 -*-

[docs]class Type17Enum(object): """Implementation of the 'Type17' enum. Specifies the Hive Object Type. Attributes: HIVEDATABASES: TODO: type description here. HIVETABLES: TODO: type description here. HIVEPARTITIONS: TODO: type description here. """ HIVEDATABASES = 'HiveDatabases' HIVETABLES = 'HiveTables' HIVEPARTITIONS = 'HivePartitions'