Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
c5c0a832
authored
2025-03-13 16:08:35 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
质量过滤条件验证sql传dataSource
1 parent
5b255e23
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
src/views/data_quality/assessTemplate.vue
src/views/data_quality/filtersSettingBatch.vue
src/views/data_quality/assessTemplate.vue
View file @
c5c0a83
...
...
@@ -1420,7 +1420,8 @@ const selectSubjectTables = computed(() => {
groupName
:
tInfo
.
modelGroupName
,
guid
:
tInfo
.
modelGuid
,
parentGuid
:
tInfo
.
modelGroupGuid
,
subjectGuid
:
tInfo
.
subjectGuid
subjectGuid
:
tInfo
.
subjectGuid
,
dataSource
:
tInfo
.
dataSource
}];
}
return
v
.
qualityModelGuid
?
(
treeSelectNode
.
value
?
[
treeSelectNode
.
value
]
:
[]):
[];
...
...
src/views/data_quality/filtersSettingBatch.vue
View file @
c5c0a83
...
...
@@ -149,7 +149,8 @@ const validateSql = () => {
tables
.
map
(
t
=>
{
return
{
subjectGuid
:
t
.
subjectGuid
,
condition
:
filter
condition
:
filter
,
dataSource
:
t
.
dataSource
}
})
).
then
((
res
:
any
)
=>
{
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment