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
ah, maybe this was a misunderstanding. The question was how to track issues that need to go into the next tx-edc release.
Not documentation / migration guide for the user.
@matgnt We have been through this before. It's fine to open an issue against this repo, but if it turns out to be an upstream issue (as this one is), please do not continue to use the issue in question for "tracking" or other purposes. As we explained, this burdens committers and duplicates information where it may not be found upstream.
Use the sig-release repository (there's even an EDC label) or another mechanism for your tracking, but please do not continue creating duplicate issues in this repository for those purposes.
Test input for the policy (tractusx-edc 0.7.1)
Result in the catalog is:
with the catalog's context:
this doesn't produce the expected structure in the expanded version.
The
leftOperand
is always treated asvalue
instead as anid
.Even the last example, explicitly using
@id
doesn't result and the expected@id
in the catalog output.One option as a quick fix would be to add the ODRL remote context to the catalog
@context
, that defines this for theleftOperand
.Any thoughts on this?
Matthias Binzer
The text was updated successfully, but these errors were encountered: