This repository was archived by the owner on Dec 11, 2022. It is now read-only.

Description
Bug Report
per-query Processing location is ignored when having more than 1 query in a panel.

Expected Behavior
Each query should execute in the selected processing location
Actual Behavior
All queries are executed in the processing location of the last query:

Steps to Reproduce the Problem
- Create a query A to be processed in US
- Create a query B to be processed in europe-west3
- Execute and you'll see that query A is executing on europe-west3
Specifications