Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Segy to ZGY Conversion DAG
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU Software
OSDU Data Platform
Data Flow
Data Ingestion
Segy to ZGY Conversion DAG
Commits
341fe10f
Commit
341fe10f
authored
2 years ago
by
Romica Juneja
Browse files
Options
Downloads
Patches
Plain Diff
Removed the example dag name and added the variable back
parent
789ce155
No related branches found
No related tags found
1 merge request
!83
Fix [#10195] - Reverted K8S_POD_KWARGS variable renaming
Pipeline
#119039
failed
2 years ago
Stage: review
Stage: build
Stage: test
Stage: containerize
Stage: bootstrap_dag
Stage: publish_dag
Stage: deploy
Stage: integration
Stage: end_to_end_postman_tests
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
airflow/workflow-svc-v2/segy_to_zgy_ingestion_dag.py
+1
-1
1 addition, 1 deletion
airflow/workflow-svc-v2/segy_to_zgy_ingestion_dag.py
with
1 addition
and
1 deletion
airflow/workflow-svc-v2/segy_to_zgy_ingestion_dag.py
+
1
−
1
View file @
341fe10f
...
...
@@ -29,7 +29,7 @@ work_product_id = "{{ dag_run.conf['execution_context']['work_product_id'] }}"
dataPartitionId
=
"
{{ dag_run.conf[
'
execution_context
'
][
'
data_partition_id
'
] }}
"
# Constants
DAG_NAME
=
"
MY-DAG-AZURE.
"
/
"
MY-DAG-GCP.
"
# Replace it by the workflowName passed on workflow service API.
DAG_NAME
=
"
{| DAG_NAME |}
"
# Replace it by the workflowName passed on workflow service API.
DOCKER_IMAGE
=
"
{| DOCKER_IMAGE |}
"
# Replace it by the segy-to-zgy container
SEGY_CONVERTER
=
"
segy-to-zgy
"
DAG_INIT
=
"
dag-init
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment