You've already forked DataMate
init datamate
This commit is contained in:
8
runtime/python-executor/datamate/core/constant.py
Normal file
8
runtime/python-executor/datamate/core/constant.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
class Fields(object):
|
||||
result = 'execute_result'
|
||||
instance_id = 'instance_id'
|
||||
export_path = 'export_path'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user