Since we refactored parametrization of EventLoggingSanitization using Refine and ConfigHelper,
the input_path_regex parameter wasn't being properly passed to Refine. However, the default value for that parameter was a fit for EventLoggingSanitization. Some time after the refactor, the defaults were removed from Refine, uncovering the parameter issue and making the job fail.
Unfortunately, the alarms we had set for that job were not triggering, because the error was happening before the Refine call.
This task should fix the parameter passing issue.
Description
Description
Details
Details
Related Changes in Gerrit:
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| Correctly pass input_path_regex to Refine from EventLoggingSanitization | analytics/refinery/source | master | +12 -4 |
Related Objects
Related Objects
Event Timeline
This comment was removed by mforns.
Comment Actions
Change 475220 had a related patch set uploaded (by Mforns; owner: Mforns):
[analytics/refinery/source@master] Correctly pass input_path_regex to Refine from EventLoggingSanitization
Comment Actions
Change 475220 merged by jenkins-bot:
[analytics/refinery/source@master] Correctly pass input_path_regex to Refine from EventLoggingSanitization