-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
--- | ||
title: 数据导出 | ||
--- | ||
|
||
本文介绍数据导出的基本使用流程。 | ||
|
||
## 使用场景 | ||
|
||
当您需要使用数据但没有足够的权限时,可以利用数据导出功能获取需要的数据。平台通过预检查及审批流程确保数据的安全访问,并记录详细的数据导出信息,包括导出人员、导出目的及导出的数据等内容,有助于审核人全面了解数据的使用情况,从而更好地保障数据安全。 | ||
|
||
## 前置条件 | ||
|
||
在进行以下操作之前,请先创建两个成员,分别配置其在数据源上有`创建数据导出任务`、`审批/驳回数据导出工单`的权限、 | ||
![userprivilege](img/userprivilege.png) | ||
|
||
## 操作步骤 | ||
|
||
### 创建数据导出工单 | ||
|
||
要创建数据导出工单,请按照以下步骤进行操作: | ||
1. 以user1账号登录DMS平台,进入default项目 | ||
2. 点击数据导出页面,点击`创建导出`,并填写以下内容 | ||
* 填写工单基本信息 | ||
* 工单名称:必填项。 | ||
* 工单描述:必填项,填写导出原因。 | ||
* 选择导出对象 | ||
* 选择数据源:只能选择具有导出权限的数据源。 | ||
* 选择数据库:选择需要导出的数据库。 | ||
* 选择导出方式 | ||
* 目前仅支持导出SQL结果集:需要填写SQL。 | ||
* 选择数据导出格式 | ||
* 目前仅支持csv格式。 | ||
3. 审核当前导出的SQL语句。在预检查通过后,创建人可以提交导出工单。 | ||
|
||
### 审批导出工单 | ||
|
||
要审批导出工单,请按照以下步骤进行操作: | ||
1. 以user2账号登录DMS平台,进入导出工单列表,查看当前待审核的导出工单。 | ||
2. 点击跳转至工单详情,查看工单的基本信息及预审核结果,审批人可以基于工单基本信息及审核结果,决定是否通过审批。 | ||
* 如果审批不通过,审批人点击 "驳回",并填写驳回原因。 | ||
* 如果审批通过,由工单创建人执行导出操作。 | ||
|
||
### 下载导出文件 | ||
要下载导出文件,请按照以下步骤进行操作: | ||
1. 以user1账号登录DMS平台,进入导出工单详情,点击执行导出。 | ||
2. 导出成功后,工单创建人可以点击下载,获取数据文件。 | ||
|
||
![exportresult](img/exportresult.png) | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters