etl icon indicating copy to clipboard operation
etl copied to clipboard

Task.Close should return error, and Process... should handle and/or propagate that error.

Open gfr10598 opened this issue 3 years ago • 2 comments

https://github.com/m-lab/etl/blob/5caa9cbbd394ec4f0f7cd1e82eeec6b26a21525b/task/task.go#L66-L66

Currently, these errors are dropped - not reported to Gardener.

Among these errors are GCS write errors, reported on

https://github.com/m-lab/etl/blob/5caa9cbbd394ec4f0f7cd1e82eeec6b26a21525b/storage/rowwriter.go#L168-L169

gfr10598 avatar Apr 12 '21 16:04 gfr10598

There are also insufficient permission errors that should be propagated.

gfr10598 avatar Apr 21 '21 15:04 gfr10598

@stephen-soltesz

laiyi-ohlsen avatar Jun 14 '21 16:06 laiyi-ohlsen