Open
Description
Currently the function prints a bunch of stuff to the console and returns ()
. It should return an object with information about the job that completed (still logging the text for CLI users). For example:
- Resolved options for DeduplicationStrategy
- Information about the locales that were included or which failed to include. Might need to be per-key.
- Exporter-specific stats like how many bytes were written (requires adding an associated type to DataExporter)
What needs to be done in 2.0:
- Changing the signature of the
.export
function - Adding the associated type to DataExporter
What could be done sooner:
- Make a new
.export_with_results
function - Resolved options and locale inclusion info