opendatamesh-initiative / odm-platform

A platform to manage the data product life cycle
https://platform.opendatamesh.org/
Apache License 2.0
11 stars 3 forks source link

[Bug] Policy Service not triggered with minimal descriptor #183

Open marcore94 opened 2 months ago

marcore94 commented 2 months ago

When registering a data product version with a minimal descriptor the policy service doesn't get notified, neither for creation nor for update. Here is the descriptor used:

{
    "dataProductDescriptor": "1.0.0",
    "info": {
        "name": "MyDomain-DataProduct1",
        "version": "0.1",
        "displayName": "My Domain: Data Product 1",
        "domain": "domain1",
        "owner": {
            "id": "marco.re@quantyca.it",
            "name": "Marco Re"
        }
    },
    "interfaceComponents": {
        "outputPorts": [
            {
                "name": "outputPortSQL",
                "version": "0.1"
            }
        ]
    }
}

The data product version gets correctly created/updated but nothing arrives to the policy service.