You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I always have to add something like this in the generated model, to do a filter statement.
{{ snowplow_normalize.normalize_events(
event_names,
flat_cols,
sde_cols,
sde_keys,
sde_types,
sde_aliases,
context_cols,
context_keys,
context_types,
context_alias
) }}
-- The following is a custom change, the rest is generated. Always ensure this is re-added.and object_update_object_type ='a_custom_object'
Is your feature request related to a problem? Please describe.
Right now it is not possible to filter on anything other then event_name in the normalize_config.
Given the following
I always have to add something like this in the generated model, to do a filter statement.
Describe the solution you'd like
Are you interested in contributing towards this feature?
Happy to help contribute if pointed in the right directions.
The text was updated successfully, but these errors were encountered: