Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tool-code
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ZGC_INDEX
tool-code
Commits
19b76148
Commit
19b76148
authored
Dec 03, 2021
by
rico.liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add os
parent
268315ca
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
9 additions
and
5 deletions
+9
-5
参数补充线下处理导出导入脚本.py
数据治理平台线下处理/线下处理/参数补充线下处理导出导入脚本.py
+1
-0
参数补充线下处理导出导入脚本_1(导出).py
数据治理平台线下处理/线下处理/参数补充线下处理导出导入脚本_1(导出).py
+2
-2
参数补充线下处理导出导入脚本_2(校验).py
数据治理平台线下处理/线下处理/参数补充线下处理导出导入脚本_2(校验).py
+1
-0
参数补充线下处理导出导入脚本_3(更新数据字典).py
数据治理平台线下处理/线下处理/参数补充线下处理导出导入脚本_3(更新数据字典).py
+1
-0
参数补充线下处理导出导入脚本_4(校验配件价格).py
数据治理平台线下处理/线下处理/参数补充线下处理导出导入脚本_4(校验配件价格).py
+1
-1
参数补充线下处理导出导入脚本_5(导入).py
数据治理平台线下处理/线下处理/参数补充线下处理导出导入脚本_5(导入).py
+1
-1
参数补充线下处理导出导入脚本_6(查看处理结果并导出确认).py
数据治理平台线下处理/线下处理/参数补充线下处理导出导入脚本_6(查看处理结果并导出确认).py
+1
-0
基础信息线下处理导入脚本.py
数据治理平台线下处理/线下处理/基础信息线下处理导入脚本.py
+1
-1
No files found.
数据治理平台线下处理/线下处理/参数补充线下处理导出导入脚本.py
View file @
19b76148
...
...
@@ -5,6 +5,7 @@ Created on Thu Nov 11 14:03:36 2021
@author: rico
"""
import
os
import
sys
sys
.
path
.
append
(
os
.
path
.
dirname
(
os
.
getcwd
()))
from
ESCore.ES
import
ES_Client
...
...
数据治理平台线下处理/线下处理/参数补充线下处理导出导入脚本_1(导出).py
View file @
19b76148
...
...
@@ -5,7 +5,7 @@ Created on Fri Dec 3 10:44:20 2021
@author: rico
"""
import
os
import
sys
sys
.
path
.
append
(
os
.
path
.
dirname
(
os
.
getcwd
()))
from
ESCore.ES
import
ES_Client
...
...
@@ -16,7 +16,7 @@ import pymysql
from
public
import
zgc_api
,
Index
from
SimilarCharactor.string_similarity
import
similarity_cn
,
similarity_en
#test
#获取指定类别的参数项
def
get_category_params_list
(
category_name
):
...
...
数据治理平台线下处理/线下处理/参数补充线下处理导出导入脚本_2(校验).py
View file @
19b76148
...
...
@@ -5,6 +5,7 @@ Created on Fri Dec 3 10:51:23 2021
@author: rico
"""
import
os
import
sys
sys
.
path
.
append
(
os
.
path
.
dirname
(
os
.
getcwd
()))
from
ESCore.ES
import
ES_Client
...
...
数据治理平台线下处理/线下处理/参数补充线下处理导出导入脚本_3(更新数据字典).py
View file @
19b76148
...
...
@@ -5,6 +5,7 @@ Created on Fri Dec 3 11:12:31 2021
@author: rico
"""
import
os
import
sys
sys
.
path
.
append
(
os
.
path
.
dirname
(
os
.
getcwd
()))
from
ESCore.ES
import
ES_Client
...
...
数据治理平台线下处理/线下处理/参数补充线下处理导出导入脚本_4(校验配件价格).py
View file @
19b76148
...
...
@@ -5,7 +5,7 @@ Created on Fri Dec 3 11:14:31 2021
@author: rico
"""
import
os
import
sys
sys
.
path
.
append
(
os
.
path
.
dirname
(
os
.
getcwd
()))
from
ESCore.ES
import
ES_Client
...
...
数据治理平台线下处理/线下处理/参数补充线下处理导出导入脚本_5(导入).py
View file @
19b76148
...
...
@@ -5,7 +5,7 @@ Created on Fri Dec 3 11:17:16 2021
@author: rico
"""
import
os
import
sys
sys
.
path
.
append
(
os
.
path
.
dirname
(
os
.
getcwd
()))
from
ESCore.ES
import
ES_Client
...
...
数据治理平台线下处理/线下处理/参数补充线下处理导出导入脚本_6(查看处理结果并导出确认).py
View file @
19b76148
...
...
@@ -5,6 +5,7 @@ Created on Fri Dec 3 11:29:33 2021
@author: rico
"""
import
os
import
sys
sys
.
path
.
append
(
os
.
path
.
dirname
(
os
.
getcwd
()))
from
ESCore.ES
import
ES_Client
...
...
数据治理平台线下处理/线下处理/基础信息线下处理导入脚本.py
View file @
19b76148
...
...
@@ -5,7 +5,7 @@ Created on Mon Nov 15 18:05:40 2021
@author: rico
"""
import
os
import
sys
sys
.
path
.
append
(
os
.
path
.
dirname
(
os
.
getcwd
()))
from
ESCore.ES
import
ES_Client
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment