Vitor-Avila commented on issue #32869: URL: https://github.com/apache/superset/issues/32869#issuecomment-2766888299
the latest error: `psycopg2.errors.UndefinedColumn: column "customer_id" does not exist` is likely coming from the RLS rules configured for the guest token. The sample SQL there `LINE 4: WHERE (customer_id=4)` suggests that the guest token might have an RLS rule defined as `customer_id=4` and likely this dataset does not have this column. You can update the RLS configuration to specify the dataset that should receive this condition. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
