models.hive_backup_job_params module¶
-
class
models.hive_backup_job_params.
HiveBackupJobParams
(hdfs_connect_params=None)[source]¶ Bases:
object
Implementation of the ‘HiveBackupJobParams’ model.
Contains any additional hive environment specific backup params at the job level.
Attributes: hdfs_connect_params (HdfsConnectParams): Additional hdfs connection params
required for Hive Backup.
-
classmethod
from_dictionary
(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.
-
classmethod