Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URN Mismatch for Data Product Version #185

Open
alessandrarota opened this issue Oct 17, 2024 · 0 comments
Open

URN Mismatch for Data Product Version #185

alessandrarota opened this issue Oct 17, 2024 · 0 comments

Comments

@alessandrarota
Copy link

alessandrarota commented Oct 17, 2024

I have registered a DP as follows:

{
  "fullyQualifiedName": "sample-dp",
  "description": "sample-dp"
}

I am trying to register a new version of this data product with the following JSON:

{
  "dataProductDescriptor": "1.0.0",
  "info": {
    "fullyQualifiedName": "sample-dp",
    "name": "sample-dp",
    "version": "1.2.3",
    "domain": "Domain",
    "owner": {
      "id": "[email protected]",
      "name": "John Doe"
    }
  },
  "interfaceComponents": {
    "outputPorts": []
  }
}

However, I receive the following error:

Data product fqn [sample-dp] does not match with the fqn [urn:org.opendatamesh:dataproducts:sample-dp] contained in data product descriptor.

Is there a way to parameterize the URN to align with the fully qualified name?
It is also worth noting that the URN could depend on different business areas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant