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
Energistics - OSDU Integration
Commits
b599bcc7
Commit
b599bcc7
authored
Jan 21, 2022
by
Vadzim Kulyba (EPAM)
Browse files
fix(azure): base dag
parent
54d0b9e4
Pipeline
#88704
failed with stages
in 11 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
energistics/src/dags/energistics/witsml_parser_dag.py
View file @
b599bcc7
...
...
@@ -70,7 +70,7 @@ update_status_finished_op = UpdateStatusOperator(
)
process_energistics_op
=
KubernetesPodOperator
(
namespace
=
k8s_namespace
,
dag
=
dag
,
task_id
=
"witsml_parser_task"
,
name
=
"witsml_parser_task"
,
do_xcom_push
=
True
,
...
...
@@ -87,7 +87,6 @@ process_energistics_op = KubernetesPodOperator(
image_pull_policy
=
"Always"
,
get_logs
=
True
,
startup_timeout_seconds
=
300
,
dag
=
dag
,
**
energistics_k8s_configs
)
...
...
harshit aggarwal
@harshit283
mentioned in commit
2d95086c
·
Jan 27, 2022
mentioned in commit
2d95086c
mentioned in commit 2d95086c1b7ca542ebadb9ccdcc040236e6ca68a
Toggle commit list
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