Skip to content

Commit 99f752e

Browse files
author
Yee Hing Tong
committed
reverting the change of the name
1 parent 5e957f1 commit 99f752e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flytekit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from __future__ import absolute_import
22
import flytekit.plugins
33

4-
__version__ = '0.1.8b0'
4+
__version__ = '0.1.8b1'

flytekit/common/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class SdkTaskType(object):
1717
# for backward compatibility (Note: it is a "batch-task" with a different name)
1818
# 2. hive-job is the actual set of queries to be executed. This is called hive_job
1919
BATCH_HIVE_TASK = "batch_hive"
20-
HIVE_JOB = "hive-task"
20+
HIVE_JOB = "hive"
2121
SIDECAR_TASK = "sidecar"
2222

2323
GLOBAL_INPUT_NODE_ID = ''

0 commit comments

Comments
 (0)