Closed code-constructor closed 2 years ago
Fix issue: https://github.com/rudderlabs/rudderstack-helm/issues/45
The config/config.yaml in this helm chart is missing the default configuration for sourceListForParsingParams: https://github.com/rudderlabs/rudder-server/blob/59a33f8fb2f12a775e4663add0f4b7f3ff4fd9b5/config/config.yaml#L38-L39
This leads to a processing error of shopify webhooks, because the code did not inject the query_parameters into the transformer json (https://github.com/rudderlabs/rudder-server/blob/4348f9f0cdfa488849a6dd755946c9f1f8c77838/gateway/webhook/webhook.go#L251):
Fix #45
thanks for the contribution @code-constructor
Fix issue: https://github.com/rudderlabs/rudderstack-helm/issues/45
Description of the change
The config/config.yaml in this helm chart is missing the default configuration for sourceListForParsingParams: https://github.com/rudderlabs/rudder-server/blob/59a33f8fb2f12a775e4663add0f4b7f3ff4fd9b5/config/config.yaml#L38-L39
This leads to a processing error of shopify webhooks, because the code did not inject the query_parameters into the transformer json (https://github.com/rudderlabs/rudder-server/blob/4348f9f0cdfa488849a6dd755946c9f1f8c77838/gateway/webhook/webhook.go#L251):
Type of change
Related issues
Checklists
Development
Code review