EDS DMS testing fails in Pre-ship GC environment R3 M17, when trying to get the retrieval Instructions using the dataset--ConnectedSource.Generic object.

Try fetching the document using the fetched dataset--ConnectedSource.Generic record
curl --location 'https://preship.gcp.gnrg-osdu.projects.epam.com/api/dataset/v1/retrievalInstructions' \
	--header 'Data-Partition-Id: odesprod' \
	--header 'Content-Type: application/json' \
	--header 'Authorization: Bearer ya29.a0AWY7Ckl...WpA0169' \
	--data '{
		"datasetRegistryIds": [
			"odesprod:dataset--ConnectedSource.Generic:KamMay082023"
		]
	}'

Response 400 Bad Request
{
	"code": 400,
	"reason": "Bad Request",
	"message": "No DMS handler for kindSubType 'dataset--ConnectedSource.Generic' is registered"
}</summary>
This is the CSRE record: odesprod:master-data--ConnectedSourceRegistryEntry:AWSPreship-KTMAY092023_2 This is the CSDJ record: odesprod:master-data--ConnectedSourceDataJob:AWSPreshipKTMAY092023_2 This is the WPC record odesprod:work-product-component--Document:KamMay082023 Additional info can be found in the test results uploaded in the pre-ship testing folder https://community.opengroup.org/osdu/platform/pre-shipping/-/blob/main/R3-M17/Test_Plan_Results_M17/EDS/GC_M17_EDS_DMSTesting.txt @AshishSaxenaAccenture @dzmitry_malkevich @debasisc @chad