influx-cli icon indicating copy to clipboard operation
influx-cli copied to clipboard

Use --errors-file for more than just CSV conversion errors in `influx write`

Open danxmoran opened this issue 5 years ago • 0 comments

Proposal: influx write should support recording more than just CSV->LP conversion errors.

Current behavior: Only CSV->LP conversion errors are written to the location pointed to by --errors-file. Other errors are printed to console, but not persisted to file.

Desired behavior: All errors encountered during writes are written to the errors-file, along with the source line that caused the problem.

Use case: Help support efficiently debug & fix up bad lines during bulk data migrations

danxmoran avatar Mar 01 '21 15:03 danxmoran