OpenMetadata is a unified metadata platform for data discovery, data observability, and data governance powered by a central metadata repository, in-depth column level lineage, and seamless team collaboration.
Describe the bug
Calling the Bulk Add Glossary Term to Assets end point results in a Java null pointer error. We've tested various API calls using cURL (not the SDK) and this is so far the only one that has failed.
{"dryRun":false,"status":"failure","numberOfRowsProcessed":1,"numberOfRowsPassed":0,"numberOfRowsFailed":1,
"successRequest":[],"failedRequest":[{"request":{"id":"035e8a10-db1b-404d-bf6e-99649d552acb",
"type":"table","name":"<REDACTED>","fullyQualifiedName":"<REDACTED>","displayName":"<REDACTED>","deleted":false},
"message":"Cannot invoke \"java.util.Collection.toArray()\" because \"c\" is null"}]}
Affected module REST API (glossaryTerms endpoint)
Describe the bug Calling the Bulk Add Glossary Term to Assets end point results in a Java null pointer error. We've tested various API calls using cURL (not the SDK) and this is so far the only one that has failed.
To Reproduce
Expected behavior Successful request, resulting in an a tag being added to a table.
Version: