posthog
                                
                                 posthog copied to clipboard
                                
                                    posthog copied to clipboard
                            
                            
                            
                        revert: "fix(insights): make all queries cacheable"
Reverts PostHog/posthog#22094
Due to POSTHOG-XZQ and POSTHOG-XZT
🔍 Existing Issues For Review
Your pull request is modifying functions with the following pre-existing issues:
📄 File: posthog/api/services/query.py
| Function | Unhandled Issue | 
|---|---|
| process_query_model | JSONDecodeError: Input must be bytes, bytearray, memoryview, or str: line 1 column 1 (char 0) ... Event Count:147 | 
| process_query_model | ValidationError: 1 validation error for HogQLQueryResponse posthog.tasks.tasks.process_... Event Count:101 | 
| process_query_model | ValidationError: 1 validation error for ActorsQueryResponse posthog.tasks.tasks.process... Event Count:7 | 
| process_query_model | TypeError: 'NoneType' object is not iterable post... Event Count:6 | 
| process_query_model | KeyError: 'cached_response' posthog.tasks.tasks.p... Event Count:3 | 
📄 File: posthog/hogql_queries/query_runner.py (Click to Expand)
| Function | Unhandled Issue | 
|---|---|
| run | JSONDecodeError: Input must be bytes, bytearray, memoryview, or str: line 1 column 1 (char 0) ... Event Count:152 | 
| run | ValidationError: 1 validation error for HogQLQueryResponse posthog.tasks.tasks.process_... Event Count:16 | 
| run | ValidationError: ["Partial Exclusions not allowed in unordered funnels"] posthog.tasks.... Event Count:15 | 
| run | TypeError: unsupported operand type(s) for +: 'int' and 'NoneType' posthog.tasks.tasks.... Event Count:11 | 
| run | TypeError: 'NoneType' object is not iterable post... Event Count:6 | 
Did you find this useful? React with a 👍 or 👎
Closing in favor of fixing forward.