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 (List[str] | None) – Any tags that should be associated with the remote execution request.

Methods

Attributes

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