Skip to content

Pluggable structure for WITSML parser (GONRG-798)

Dmitriy Rudko requested to merge Witsml_parser_plugable_structure into master

Whats in this MR:

root
|_witsml_parser/
|	|_src/
|		|_dags/
|		|	|_energistics/  	# Dags code here
|		|_plugins/
|			|_energistics/
|				|_hooks/
|				|_libs/		# Energistics libs here (WITSML, RESQML)
|				|_operators/
|_.gitlab-ci.yml				# CICD config with deployment to GCP
Edited by Dmitriy Rudko

Merge request reports