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
430e9eb3
Commit
430e9eb3
authored
Sep 13, 2021
by
Aleksandr Spivakov (EPAM)
Browse files
GONRG-3249: remove redundant space in cmd
parent
95604749
Pipeline
#65942
skipped with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
energistics/src/dags/energistics/witsml_parser_dag.py
View file @
430e9eb3
...
...
@@ -81,7 +81,7 @@ process_energistics_op = KubernetesPodOperator(
"python main.py"
" --context '{{ dag_run.conf['execution_context'] | tojson }}'"
" --file_service {{ var.value.core__service__file__host }}"
" --out /airflow/xcom/return.json
"
,
" --out /airflow/xcom/return.json"
,
],
is_delete_operator_pod
=
True
,
image_pull_policy
=
"Always"
,
...
...
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