StreamEnrich monitoring heartbeat event: wrong property

I believe I found a bug in how monitoring heartbeat events are sent in scala stream enrich.

The schema asks for interval property:

The enricher sends internal property:

Is this the right place to post things like this? Or should I create an issue on github?

Good catch @boba - I think a Github issue is probably best for this (or even better a PR!).

1 Like

Thanks for the reminder.

I’ve submitted a PR to fix this as it looks like this is still a bug - Rename 'internal' to 'interval'. Fixes #410 by miike · Pull Request #411 · snowplow/enrich · GitHub

1 Like