Open gfr10598 opened 3 years ago
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
There are also insufficient permission errors that should be propagated.
@stephen-soltesz
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