feat(sql_lineage): add project_uid and db_service_uid to lineage request#3290
Open
actiontech-bot wants to merge 1 commit into
Open
feat(sql_lineage): add project_uid and db_service_uid to lineage request#3290actiontech-bot wants to merge 1 commit into
actiontech-bot wants to merge 1 commit into
Conversation
…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
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
数据脱敏 v2 拆分:CE 侧
SQLLineageAnalyzeReqV1增加两个字段ProjectUid与DBServiceUid,供 EE 侧 MySQL 血缘分析器在通配符列展开时通过元数据服务定位项目与数据源。Changes
sqle/api/controller/v1/sql_lineage.go:在SQLLineageAnalyzeReqV1增加ProjectUid、DBServiceUid两个 query/json 字段。Related
feat-ee/data-masking-v2(提到 sqle-ee 仓库)dev/data-masking-v2Test plan