-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74649/
-----------------------------------------------------------

Review request for ranger and Madhan Neethiraj.


Bugs: https://issues.apache.org/jira/browse/RANGER-4446
    
https://issues.apache.org/jira/browse/https://issues.apache.org/jira/browse/RANGER-4446


Repository: ranger


Description
-------

We need to add description in the dataset summary API response.


Diffs
-----

  agents-common/src/main/java/org/apache/ranger/plugin/model/RangerGds.java 
8b27b9769 
  security-admin/src/main/java/org/apache/ranger/biz/GdsDBStore.java eeebb6394 


Diff: https://reviews.apache.org/r/74649/diff/1/


Testing
-------

Validated description is coming up in the API response:
{
            "id": 1,
            "guid": "e0b0eae3-25e3-4479-bc9f-c3eb0eb430ea",
            "isEnabled": true,
            "createdBy": "Admin",
            "updatedBy": "Admin",
            "createTime": 1696439551228,
            "updateTime": 1696439551233,
            "version": 1,
            "name": "DS1",
            "description": "This is GDS description",
            "permissionForCaller": "ADMIN",
            "principalsCount": {
                "ROLE": 0,
                "GROUP": 0,
                "USER": 0
            },
            "projectsCount": 0,
            "totalResourceCount": 0
        }


Thanks,

Subhrat Chaudhary

Reply via email to