You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then generate model files with a whitelist/blacklist config like:
whitelist = ["t1"]
blacklist = ["t1.c3"]
The following configuration will incorrectly create model files with the column t1.c3
Whereas if you remove the whitelist directive and create models for all tables (t1 and t2) and retain the blacklist - the t1.c3 column will be correctly omitted.