- Add a Request class that is the main entry point for Snuba. - The Request class contains the dataset being queried, the Query being sent, and any flags on the request - Flags have been removed from the Query entirely and are now set on the Request - Add an "app_id" flag to send the AppID to Snuba - Renamed `snuba` function to `serialize`
0.1.5
------
- Modify ALIAS_RE to allow for char
0.1.4
------
- Fix for a bug in 0.1.2 where parent_api was incorrectly validated
0.1.3
------ - Modify ALIAS_RE to allow round brackets - Surround alias in `AliasedExpression` and `CurriedFunction` with backticks on query visitor when translating a Query Object to a SNQL Query
0.1.2
------ - Add support for ``team`` and ``feature`` tags for attribution in Snuba
0.1.1
------ - Add support for lambdas and identifiers, which in turn enable higher order functions like `arrayMap`.