Skip to content

feat(sql_lineage): add project_uid and db_service_uid to lineage request#3290

Open
actiontech-bot wants to merge 1 commit into
mainfrom
feat/data-masking-v2
Open

feat(sql_lineage): add project_uid and db_service_uid to lineage request#3290
actiontech-bot wants to merge 1 commit into
mainfrom
feat/data-masking-v2

Conversation

@actiontech-bot
Copy link
Copy Markdown
Member

Summary

数据脱敏 v2 拆分:CE 侧 SQLLineageAnalyzeReqV1 增加两个字段 ProjectUidDBServiceUid,供 EE 侧 MySQL 血缘分析器在通配符列展开时通过元数据服务定位项目与数据源。

Changes

  • sqle/api/controller/v1/sql_lineage.go:在 SQLLineageAnalyzeReqV1 增加 ProjectUidDBServiceUid 两个 query/json 字段。

Related

  • Issue: actiontech/dms-ee#736
  • 配套 EE PR:sqle-ee feat-ee/data-masking-v2(提到 sqle-ee 仓库)
  • 来源 user7e4e90bf 分支:sqle-ee dev/data-masking-v2

Test plan

  • CI: lint + test 通过
  • EE 侧合并自动同步到 main-ee 后,EE PR CI 通过

…alyzeReqV1

Add ProjectUid and DBServiceUid fields to SQLLineageAnalyzeReqV1 so that downstream lineage analyzers can identify the project and DB service when expanding wildcard columns via metadata lookup.

Refs: actiontech/dms-ee#736
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants