Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-cicd
csst-dag
Commits
b9bc0903
Commit
b9bc0903
authored
Sep 22, 2025
by
BO ZHANG
🏀
Browse files
tweak
parent
c60403e1
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
b9bc0903
This diff is collapsed.
Click to expand it.
csst_dag/dag/_base_dag.py
View file @
b9bc0903
...
...
@@ -187,9 +187,9 @@ class Level1DAG(BaseDAG):
ref_cat
:
str
=
""
,
extra_kwargs
:
Optional
[
dict
]
=
None
,
# additional parameters
return_data_list
:
bool
=
True
,
force_success
:
bool
=
False
,
return_details
:
bool
=
False
,
return_data_list
:
bool
=
False
,
# no custom_id
):
if
self
.
dispatcher
is
Dispatcher
.
dispatch_obsgroup
:
...
...
@@ -325,7 +325,7 @@ class Level1DAG(BaseDAG):
this_task
[
"dag_run"
]
=
dag_run
if
return_data_list
:
this_task
[
"dag_run"
][
"data_list"
]
=
[
list
(
this_task
[
"relevant_data
"
][
"_id
"
]
)
str
(
_
)
for
_
in
this_task
[
"relevant_data
_id_list
"
]
]
else
:
this_task
[
"dag_run"
]
=
None
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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