OpenFn / kit

The bits & pieces that make OpenFn work. (diagrammer, cli, compiler, runtime, runtime manager, logger, etc.)
8 stars 12 forks source link

Add support for `console.table` in logger #674

Closed mtuchi closed 1 month ago

mtuchi commented 2 months ago

Short Description

This PR add support for console.table to the logger. which will make it easy to log data as a table.

This function takes one mandatory argument data, which must be an array or an object, and one additional optional parameter columns.

Still to do

QA Notes

List any considerations/cases/advice for testing/QA here.

Checklist before requesting a review

Release branch checklist

Delete this section if this is not a release PR.

If this IS a release branch:

Tags may need updating if commits come in after the tags are first generated.

josephjclark commented 1 month ago

@mtuchi I'm gonna close this down but i'll leave the branch. This is a far harder problem than I first thought!