Braden Shepherdson

Results 106 comments of Braden Shepherdson

Okay, I can't reproduce this with our test BQ on 56.8 either. The difference is in the spaces vs. underscores - the name isn't just getting shortened, it's getting the...

Interesting, all the usages of the join alias in your query (which is what I was looking for, thank you, the `/a pi/dataset` is the right request) agree on their...

Deeply agree! This will be fixed as part of the field refs overhaul: [https://github.com/metabase/metabase/issues/49182](https://github.com/metabase/metabase/issues/49182)

That's strange, since this issue is pretty fundamental to MBQL. I would have expected it to be broken going back forever. Previously there was a special case where if the...

This is supposed to be supported, either within one table (like parent-child tree structures) or a relationship like this. At a glance it sounds like this is generating the same...

I can't reproduce this against 50.x. I initially tried @etoulas 's example: A table with a many-many relation on itself. But it works fine, I can select the right columns...

Agh my repro case works fine on 48.6 too. There must be some extra wrinkle I'm not seeing here. @Startouf does that repro above make sense to you? Is there...

@Startouf Any update? I can't debug this without a way to reproduce the problem. Can you describe the things you're joining in your Loom? (Tables, GUI models, SQL models, or...

Actually @simon-lewis I think your issue is more likely #57359 (fixed in the upcoming version 56) than the original issue in this bug. In that issue, editing a model's metadata...

I'm not certain where the underlying cause here is. I'm assigning to the Querying team for now since it seems most probably a QP issue with the custom mapping not...