flytekitplugins.hive.HiveConfig#

class flytekitplugins.hive.HiveConfig(cluster_label='', tags=None)[source]#

HiveConfig should be used to configure a Hive Task. Config values are statically defined during the construction of a task, and are not parameterized. Note: A separate story is in progress to dynamically alter configuration for an execution launch.

Parameters
  • cluster_label (str) – A string value that helps in identifying the cluster label.

  • tags (Optional[List[str]]) – Any tags that should be associated with the remote execution request.

Return type

None

Methods

Attributes

cluster_label: str = ''
tags: Optional[List[str]] = None