Skip to content
Snippets Groups Projects
Commit 451bfd0a authored by Sumra Zafar's avatar Sumra Zafar
Browse files

Update openvds.py

parent 5d708abf
No related branches found
No related tags found
2 merge requests!136Merge Delta changes from M16 to M18,!121Merge M14 delta changes
Pipeline #177976 failed
......@@ -59,7 +59,7 @@ env_vars = {
dag = DAG(DAG_NAME, default_args=default_args, schedule_interval=None, dagrun_timeout=timedelta(minutes=60))
docker_image = f"{os.environ['VDS_OPERATOR_IMAGE']}"
docker_image = f"{os.environ['VDS_OPERATOR_IMAGE']}" #azure version community.opengroup.org:5555/osdu/platform/domain-data-mgmt-services/seismic/open-vds/openvds-ingestion:3.1.41
#the docker image can be hard coded or using a airflow variable to specify
# please make sure you have onboarded the Docker image from OSDU Forum Registry to the deployment environment
# or configure docker session login to OSDU Forum registry
......@@ -106,4 +106,4 @@ with dag:
trigger_rule="all_done"
)
update_status_running >> openvds_converter >> process_single_manifest_file >> update_status_finished # pylint: disable=pointless-statement
\ No newline at end of file
update_status_running >> openvds_converter >> process_single_manifest_file >> update_status_finished # pylint: disable=pointless-statement
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