You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Catalog call made to connector version from 0.8.0 then we get offers response in which we get
" http://www.w3.org/ns/dcat#distribution : [ ]" , outside of dataset.
To Reproduce
From 0.7.* connector make a catalog call to 0.8.* connector.
Catalog response looks like below.
To handle data sovereignty requirement, In our connector we process the catalog response and filter the offers which are not required. TJson process fails because "Distribution" is present outside of "Dataset"
This was working correctly with 0.7.* connector version.
Hi @suh-rao , is this the exact structure you have received. I have changed the structure concerning indentation to check for closing brackets, and the structure above is not valid, there are not enough closing brackets. Concerning your description, it seems that the second distribution section is outside of a Dataset, but in the example it is within the Dataset as a second distribution section. The closing brackets just above this marked distribution section also looks incorrect. Could you recheck the input? Thanks!
Describe the bug
When Catalog call made to connector version from 0.8.0 then we get offers response in which we get
" http://www.w3.org/ns/dcat#distribution : [ ]" , outside of dataset.
To Reproduce
From 0.7.* connector make a catalog call to 0.8.* connector.
Catalog response looks like below.
Expected behavior
This should not be the case as per protocol .
https://docs.internationaldataspaces.org/ids-knowledgebase/dataspace-protocol/catalog/catalog.protocol#id-3.1-ack-catalog
To handle data sovereignty requirement, In our connector we process the catalog response and filter the offers which are not required. TJson process fails because "Distribution" is present outside of "Dataset"
This was working correctly with 0.7.* connector version.
Screenshots/Error Messages
NA
Context Information
Possible Implementation
I guess this is happening because of changes from PR: eclipse-edc/Connector#4301
The text was updated successfully, but these errors were encountered: