I would like to create a simple governance dashboard with multiple queries (a query to see user login events, a query to see sql statements ran, a query for jobs executed, etc.)
What i would like to do is have a single user name parameter which would allow me to filter all of the queries to a particular user name so that i can see at a glance everything that user has done using databricks.
Is this possible and how to achieve that?
Thanks!