Phase 2: Add a partitioning key to add SQL queries targeting partitioned tables
- Implement query analyzer to check if queries targeting partitioned tables are using proper partitioning keys.
- Modify existing queries to make sure that all of them are using a partitioning key as a filter.
epic