Skip to content
Snippets Groups Projects
Commit 341fe10f authored by Romica Juneja's avatar Romica Juneja
Browse files

Removed the example dag name and added the variable back

parent 789ce155
No related branches found
No related tags found
1 merge request!83Fix [#10195] - Reverted K8S_POD_KWARGS variable renaming
Pipeline #119039 failed
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment