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
bddb6ca4
Commit
bddb6ca4
authored
Jul 09, 2025
by
BO ZHANG
🏀
Browse files
fixed dag_run hash
parent
cd58ea9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_dag/dag/_base_dag.py
View file @
bddb6ca4
...
@@ -184,6 +184,8 @@ class BaseDAG:
...
@@ -184,6 +184,8 @@ class BaseDAG:
dag_run
=
self
.
dag_run_template
.
copy
()
dag_run
=
self
.
dag_run_template
.
copy
()
# update values
# update values
dag_run
=
override_common_keys
(
dag_run
,
kwargs
)
dag_run
=
override_common_keys
(
dag_run
,
kwargs
)
# set hash
dag_run
=
override_common_keys
(
dag_run
,
{
"dag_run"
:
self
.
generate_sha1
()})
return
dag_run
return
dag_run
@
staticmethod
@
staticmethod
...
...
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