I have created some new tables to be added as field filters. Then I did a DB Scan and Field Value scan so many times.
I am able to query the tables using select statement but they are not visible in the dropdown for field filter and also not visible in the metadata for the database.
My metabase has around 7 different database or datawarehouse connections.
The data warehouse I am currenlty working with is Snowflake. and it has around 2300 tables but only 1747 tables show up in the metadata.
Can the user that Metabase is connecting to the database as access the new tables? In many database engines the default grants for new tables only allows the table owner access. You may have to execute GRANT statements to allow the metabase user or everyone (sometimes called PUBLIC) access.