Fixed issues 1.5.3
This section lists the issues that have been fixed since the previous version.
- CDPDSS-2708: Kerberos kinit expires leading to all Atlas API calls failure
- Kerberos kinit expires after 48 hours. Due to this scenario, all Atlas APIs start failing leading to blockage on Data Catalog functionality.
- CDPDSS-2707: Custom Sensitivity Profiler (CSP) regex logic fails intermittently for complex regex
- The issue was fixed by changing the regex validation flow. The previously used complex regex had a different type of syntax, which was directly passed on to the code. The profilers failed when these complex regular expressions were passed directly. Therefore, the complex regex strings are encrypted now and they are now stored in the database. Once the profiler execution starts and fetches this complex regex, it first decodes the string and then uses the regex mechanism.
- CDPDSS-2673: Download CSV feature is not supported
- CSV files can be successfully downloaded.