Cannot use an expression with an implicit join (#14089)
The implicit "source" table alias should be a string instead of a keyword, as the schema requires strings there. This will allow a custom expression to work with an aggregation again. Resolves metabase/metabase#14080
Showing
- frontend/test/metabase/scenarios/question/custom_column.cy.spec.js 1 addition, 1 deletion...test/metabase/scenarios/question/custom_column.cy.spec.js
- src/metabase/driver/sql/query_processor.clj 1 addition, 1 deletionsrc/metabase/driver/sql/query_processor.clj
- test/metabase/driver/sql/query_processor_test.clj 5 additions, 5 deletionstest/metabase/driver/sql/query_processor_test.clj
Please register or sign in to comment