Closed justinmclean closed 2 weeks ago
@orenccl do you want to work on this?
I'd like to take this on. :rocket:
Thanks, I've assigned it to you.
Hi @justinmclean,
Could I add a function called csvFormat()
in Audit.java
and use it like this:
String output = audit.csvFormat();
Or, alternatively, something like this:
String output = new CSVFormat(audit).handle();
You could add that function to a base AuditCommand and have all the other Audit commands extend that.
What would you like to be improved?
Now that audit info is displayed on metalakes, display audit info for other entities.
How should we improve?
See above.