Global Filter to a specific table

Is there a way to have a global filter on a Postgres table? e.g. I have a table with records that have a isTest boolean set to true. is it possible to filter out those records across all my metabase data? (Not self-hosted)

Hi @gerry98
You can create a Model instead, if you are not able to create a View directly on the database.
https://www.metabase.com/docs/latest/data-modeling/models

thanks that worked great