Filter objects based on Environment
Currently the filters only allow you to filter based on schema and object name.
We have many objects across hundreds of databases which we only want to exist in the Dev and Stage environments and NOT Live.
For example dbo.t_TestUsers or dbo.vwGetRandomUsersForSims should only exist if the environment is Dev or Stage.
The ability to exclude objects based on environment (which could be read from the toml) would be extremely useful.
18
votes
-
john
commented
EXTREMELY useful indeed! :-)