ʈᵃᵢ

Results 10 comments of ʈᵃᵢ

You need to update the schema to get CI passing https://github.com/apache/superset/blob/7f918a4ec0e162be13bf3fc0e2f15aaaa5450cec/helm/superset/values.schema.json#L2

I think there's also a logs table. Tbh deleting a user if quite difficult since cascade hasn't been set on a lot of the foreign key relationships, so you’ll have...

Also this stackoverflow post mentions a query you can run to find all the foreign key constraints on `ab_users.id`

note: this might be the same issue, or related to https://github.com/apache/superset/issues/20748

@ahmed-adly-khalil Embedded doesn't have the use the Public role, you can configure it to use whichever role you want with `GUEST_ROLE_NAME` as @rodmaz has done. This definitely seems like an...

@sfirke the reason for that is when using a `Public` role then there is a current user, it's just stubbed. It's a bit tricky because the Public role exposes content...

Can we add a unit test for this behavior? there should already be some for import/export you can expand on

A fix for this would probably be to provide a config for attributes to pass to the iframe.

@shusson You should be able to input the binning portion of the query directly as a dimension, and then turn binning off to achieve the desired results. Following the blog...

@nsivarajan can you please describe why this features is useful and what problem it's solving? I'm not sure it's clear why having someone cc'd on the notification email would be...