diff --git a/flytekit/__init__.py b/flytekit/__init__.py index 37fbf52543..022589a615 100644 --- a/flytekit/__init__.py +++ b/flytekit/__init__.py @@ -1,4 +1,4 @@ from __future__ import absolute_import import flytekit.plugins -__version__ = '0.1.8b0' +__version__ = '0.1.8b1' diff --git a/flytekit/common/constants.py b/flytekit/common/constants.py index 332191aafe..b93490581e 100644 --- a/flytekit/common/constants.py +++ b/flytekit/common/constants.py @@ -17,7 +17,7 @@ class SdkTaskType(object): # for backward compatibility (Note: it is a "batch-task" with a different name) # 2. hive-job is the actual set of queries to be executed. This is called hive_job BATCH_HIVE_TASK = "batch_hive" - HIVE_JOB = "hive-task" + HIVE_JOB = "hive" SIDECAR_TASK = "sidecar" GLOBAL_INPUT_NODE_ID = ''