-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add column filter to tile endpoint (#60)
* query builder and model for table filters json. * add a couple of tests for the query builder * add missing __init__ 🤦 * fix tests to new model * add more test cases for the all the ops and changes order by to use '-' as desc indicator in column name * tidy up names and tests * remove duckdb from requirements * Adds columns query param to grid tile endpoint * fix column param default and tests * tidyup api documentation * set correct status code for incorrect columns in filters
- Loading branch information
Showing
3 changed files
with
69 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters