m-lab / etl-gardener

Gardener provides services for maintaining and reprocessing mlab data.
Apache License 2.0
13 stars 5 forks source link

Add -input_location flag for gardener load bucket source #408

Closed stephen-soltesz closed 1 year ago

stephen-soltesz commented 1 year ago

This change makes the input, load GCS bucket location used by gardener configurable by a flag. Previously, the bucket name was strictly coded to etl-{{PROJECT}}. This change complements the -output_location flag to the etl parser and will allow us to migrate GCS buckets in https://github.com/m-lab/etl/issues/1092 safely.

This change preserves the previous default behavior so should have no operational impact.


This change is Reviewable

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 3568


Files with Coverage Reduction New Missed Lines %
ops/actions.go 2 40.13%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 3566: -0.1%
Covered Lines: 1231
Relevant Lines: 1588

💛 - Coveralls
stephen-soltesz commented 1 year ago

Thank you!