apache / apache/airavata-data-catalog
Parent/child relationship APIs
Open
- Dominant language
- Java
- Stars
- 10
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
API methods to get parent/child of a given data product
- getChildDataProducts(data_product_id)
- this should be paginated
- getParentDataProduct(data_product_id)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the existing data product API entry points and related methods. Check how pagination is handled elsewhere before implementing getChildDataProducts(data_product_id) and getParentDataProduct(data_product_id); done means both relationship queries are exposed and the child results are paginated.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100