We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e957f1 commit 99f752eCopy full SHA for 99f752e
flytekit/__init__.py
@@ -1,4 +1,4 @@
1
from __future__ import absolute_import
2
import flytekit.plugins
3
4
-__version__ = '0.1.8b0'
+__version__ = '0.1.8b1'
flytekit/common/constants.py
@@ -17,7 +17,7 @@ class SdkTaskType(object):
17
# for backward compatibility (Note: it is a "batch-task" with a different name)
18
# 2. hive-job is the actual set of queries to be executed. This is called hive_job
19
BATCH_HIVE_TASK = "batch_hive"
20
- HIVE_JOB = "hive-task"
+ HIVE_JOB = "hive"
21
SIDECAR_TASK = "sidecar"
22
23
GLOBAL_INPUT_NODE_ID = ''
0 commit comments