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
Affected module
Does it impact the UI, backend or Ingestion Framework?
-- Backend
Describe the bug
A clear and concise description of what the bug is.
-- While creating Data Product using SDK, when domain field is not specified it is getting created as Pydantic is considering the domain as None. Domain should be required for Data Product to be created.
{
"responseMessage" : "An exception with message [Cannot invoke \"org.openmetadata.schema.type.EntityReference.getId()\" because the return value of \"org.openmetadata.schema.entity.domains.DataProduct.getDomain()\" is null] was thrown while processing request.",
"errorType" : "UNHANDLED_SERVER_EXCEPTION"
}
We would also need a example for creating Data Product in the example_apis.py
To Reproduce
Screenshots or steps to reproduce
Expected behavior
A clear and concise description of what you expected to happen.
Affected module
Does it impact the UI, backend or Ingestion Framework?
-- Backend
Describe the bug
A clear and concise description of what the bug is.
-- While creating Data Product using SDK, when domain field is not specified it is getting created as Pydantic is considering the domain as None. Domain should be required for Data Product to be created.
We would also need a example for creating Data Product in the example_apis.py
To Reproduce
Screenshots or steps to reproduce
Expected behavior
A clear and concise description of what you expected to happen.
Version:
openmetadata-ingestion[docker]==XYZ
]Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: