cooncesean / mixpanel-query-py

The Python interface to fetch data from Mixpanel.
MIT License
29 stars 17 forks source link

Expression Validation #10

Open thesmallestduck opened 9 years ago

thesmallestduck commented 9 years ago

currently there is an unimplemented _validate_expression method in the client that should validate a query's on and where clause according to the patterns laid out here https://mixpanel.com/docs/api-documentation/data-export-api#segmentation-expressions

this method is commented out in pretty much every query call in the client. I'll give it a go if I have some free time sometime soon.

frifri commented 8 years ago

That would be awesome! Thanks.