Should I add a conditional for variant type variables in Panther?
Last updated: September 3, 2024
QUESTION
I noticed in the Data Explorer that an event_type_id has a string and variant type which I want to use in a where condition like where event_type_id = '123'.

Should I add a conditional for variant type variables?
ANSWER
You don't need to add a conditional for the variant type. You would want to base the conditional off the type that is in the schema. In this example, event_type_id would be string type.
