You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The failing request is POST https://shoppy.hosted.staging.metabase.com/api/dashboard/17/dashcard/131/card/140/query, which returns the error in the above link.
TL;DR: column source.products__via__product_id__title does not exist
How to reproduce in the Metabase app via the Shoppy instance
Request access to the Shoppy instance
Create a new user account (e.g. [email protected]) and assign yourself a "Shop Admin" role, and set user attributes.
@bshepherdson I added the problematic queries as well as more info on the models to the issues. I've also invited you to the Shoppy instance to be able to look more into the queries.
The account with [email protected] will give you sandboxed access to be able to replicate the query error, while the @metabase.com account gives you full admin permission.
Let me know if you need anything else - thanks a ton!
Data sandboxing is implemented in #30, but the "Best Selling Products" (https://shoppy.hosted.staging.metabase.com/question/140-best-selling-products-crash-on-sandboxing) query was running into errors when under sandboxing.
When not under sandboxing, the question itself loads without issues. It is using the "Orders + Products" model (see https://shoppy.hosted.staging.metabase.com/model/139-orders-products) which joins together Orders and Products.
When under sandboxing, a query processor error was thrown.
Models
This queries uses the Orders + Products model, which joins together Orders, Products and Product Categories entity.
SQL for this question
Here is the SQL from the "SQL for this question" panel
Query Log & Stacktrace
The full query log and stacktrace is linked here.
The failing request is
POST https://shoppy.hosted.staging.metabase.com/api/dashboard/17/dashcard/131/card/140/query
, which returns the error in the above link.TL;DR:
column source.products__via__product_id__title does not exist
How to reproduce in the Metabase app via the Shoppy instance
[email protected]
) and assign yourself a "Shop Admin" role, and set user attributes.The text was updated successfully, but these errors were encountered: