Abhishek created RANGER-4652:
--------------------------------
Summary: Value for datasets and projects field in the access
audits must be JSON serializable
Key: RANGER-4652
URL: https://issues.apache.org/jira/browse/RANGER-4652
Project: Ranger
Issue Type: Sub-task
Components: Ranger
Reporter: Abhishek
Assignee: Abhishek
Currently, the value for the datasets and the projects is not JSON serializable.
For e.g, the datasets field value is :- "[test_dataset_1]".
If the value needs to be converted to a JSON obj for parsing, it will result in
an error.
The value needs to be "[\"test_dataset_1\"]".
This change is required for RANGER-4536.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)