m-lab / etl

M-Lab ingestion pipeline
Apache License 2.0
22 stars 7 forks source link

Add Gardener v2 parser for switch datatype #1044

Closed robertodauria closed 2 years ago

robertodauria commented 2 years ago

This PR replaces the current DISCO parser with a new "switch" datatype parser that uses the Sink interface and is compatible with Gardener v2.


This change is Reviewable

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 7102


Changes Missing Coverage Covered Lines Changed/Added Lines %
parser/parser.go 0 2 0.0%
parser/switch.go 145 178 81.46%
schema/switch_schema.go 0 43 0.0%
<!-- Total: 145 223 65.02% -->
Files with Coverage Reduction New Missed Lines %
schema/switch_schema.go 2 0%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 7065: 0.1%
Covered Lines: 3916
Relevant Lines: 6093

💛 - Coveralls