Skip to content

Commit

Permalink
reverting the change of the name
Browse files Browse the repository at this point in the history
  • Loading branch information
Yee Hing Tong committed Aug 29, 2019
1 parent 5e957f1 commit 99f752e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flytekit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from __future__ import absolute_import
import flytekit.plugins

__version__ = '0.1.8b0'
__version__ = '0.1.8b1'
2 changes: 1 addition & 1 deletion flytekit/common/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''

0 comments on commit 99f752e

Please sign in to comment.