datacamp / funneljoin

Join tables based on events occurring in sequence in a funnel.
Other
140 stars 7 forks source link

If a moment_type doesn't exist in a table, funnel_step should throw an error #28

Closed dgrtwo closed 5 years ago

dgrtwo commented 5 years ago

I'm not 100% on this since I guess it could be a warning, but it's definitely easy to mistype your moment_type and end up with an empty step

dgrtwo commented 5 years ago

(The reason I'm not 100% is that it is actually plausible that you could try a moment that happens not to have happened in one funnel. But it seems much more likely they mistyped)