pyrooka / metabase-cubejs-driver

Connect Metabase with Cube.js.
GNU Affero General Public License v3.0
4 stars 6 forks source link

Native query bug #72

Closed Nathlmt closed 4 years ago

Nathlmt commented 4 years ago

Describe the bug When I use the native question it shows


Input to deduplicate-cols-names does not match schema: 
 [(named [{:base_type missing-required-key, :field_ref (named [nil nil
 (named (not ("Valid field type" nil)) "field-type")]
 "Must be a valid instance of one of these clauses: :field-id, :field-literal, :joined-field, 
:fk->, :datetime-field, :expression, :binning-strategy")}] cols)] 

My query is copied from the custom question that already worked. I tried another simple query but still don't work

Version: 0.13.1 Cubejs Version: 0.20.0 Metabase version 0.36.3

pyrooka commented 4 years ago

Thanks for reporting this! I was able to reproduce the issue, so let's see what can I do.

pyrooka commented 4 years ago

New release. No error for me, but check it please.

Nathlmt commented 4 years ago

Yes. It works. Thank you for your help

pyrooka commented 4 years ago

Thank you for the feedback!