Felix Mueller

Results 57 comments of Felix Mueller

As far as I can see, there is currently no explicit filtering support for array contents in Metabase (see e.g. [metabase/metabase#2974]). We could try and hack something in the driver,...

Hi @eni9889 , what does your server's configuration XML look like? Does it work if you enter "default" into the Metabase database connection setup screen?

ClickHouse does not have any foreign key concept, so the driver would have to implement some kind of "fake" support. Currently, I want to focus on making all integration tests...

As you know, ClickHouse DBMS does not have any explicit foreign keys, so the driver cannot help MetaBase discover the relationships between your fact table and the dimension tables. Have...

@captainbob I am closing this issue for now, please see my explanations above.

I am going to give it another try. ClickHouse has better support for Joins, and it would be really good if we could expose it.

Can you please try with the 0.5-fks release? I enabled the foreign key feature and have started to add some "fake" foreign key support for tests.

@StephenSorriaux thank you very much for testing and reporting your observations :+1: I hope I will find some time to work on this issue shortly.

@StephenSorriaux I tried to replicate your example here, and it works OK. Perhaps ClickHouse has become better at dealing with column name versus alias conflicts (the reason we used to...

@StephenSorriaux what have been your experiences so far after the update?