GitHub user sfirke added a comment to the discussion: Logs table contains entries only for admin where action='log' .
@vinayaraghava-ramayanam I can't replicate this in Superset 4.0.2. I am connecting to the Superset Postgres metadata DB and running ``` SELECT COUNT(*), user_id FROM logs WHERE action = 'log' GROUP BY user_id; ``` And I get just about as many rows in that table as I have users. GitHub link: https://github.com/apache/superset/discussions/31028#discussioncomment-13162018 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
