Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Data Flow
Data Ingestion
osdu-airflow-lib
Commits
275f2886
Commit
275f2886
authored
Mar 21, 2022
by
harshit aggarwal
Committed by
harshit aggarwal
Mar 21, 2022
Browse files
Removing logging of Configuration Object
parent
f0e6627f
Pipeline
#99399
passed with stages
in 19 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
osdu_airflow/operators/update_status.py
View file @
275f2886
...
...
@@ -104,8 +104,11 @@ class UpdateStatusOperator(BaseOperator):
:raises PipelineFailedError: If any of the status is failed
"""
conf
=
copy
.
deepcopy
(
context
[
"dag_run"
].
conf
)
logger
.
debug
(
f
"Got conf
{
conf
}
."
)
execution_context
=
conf
[
"execution_context"
]
# Masking AuthToken before getting logged
conf
[
"authToken"
]
=
"***"
logger
.
debug
(
f
"Got conf
{
conf
}
."
)
if
"Payload"
in
execution_context
:
payload_context
=
Context
.
populate
(
execution_context
)
else
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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