Phoomparin Mano

Results 29 comments of Phoomparin Mano

@all-contributors please add @mishari for ideas (for contributing a lot of ideas to organize the hackathon from the OpenTech community!)

@all-contributors please add @nutn0n for ideas (for contributing ideas on how we can organize the hackathon)

@bact @dtinth good points! We haven't formally defined this yet. The first workshop is part of the National Coding Day event, so our target audience would be Thais. We haven't...

@WiNloSt thanks for testing this, we got the same issue when [play-testing with Alberto](https://www.notion.so/metabase/CLI-PR-review-8a9be6a85d214910af165e12b1cdfaf0?pvs=4) yesterday, so I'm looking into this now 🙏🏻

@WiNloSt it appears we don't call `sso/metabase` when switching users in Shoppy either, so I think that is expected. I'll look into the multi-tenancy issues again today 🙏🏻

> it seems like for multi-tenancy step, the first option I got was always people @WiNloSt thanks for spotting this - I fixed this issue in https://github.com/metabase/metabase/pull/46857 (base of this...

@WiNloSt I think the signing JWT part is done by `POST /switch-user` in this case, which should sign the JWT and call `sso/metabase` under the hood, and then set the...

@WiNloSt I just realized that the issue of `/metabase/sso` not being called on user change also happened in Shoppy on a page with full-page dashboards, so I'll take the time...

@WiNloSt good catch, thank you so much for the extensive re-testing! re: `source-field`, I've checked the UI and the source-field is required only when it's a foreign key which is...

@WiNloSt Let me test it with the Postgres sample database, I'm currently testing it with [this sample database](https://www.postgresqltutorial.com/postgresql-getting-started/postgresql-sample-database/) for both FK and non-FK scenarios, and that works in my testing....