Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make dbt_includes and dbt_excludes case insensitive (#123)
* make dbt_includes case insensitive * transform excludes list to upper * add special_type option to MetabaseColumn * switch includes and excludes to lowercase and compare to model_name.lower() * remove debug shenanigans * remove addtl debug logger * avoid list coprehension crash warning if includes or excludes is None * revert special_type meta field change * black formatting for dbt_manifest.py * iterate through includes and excludes variables instead of self.includes and self.excludes * avoid assignment and then reprocessing of includes and excludes, just do it all on one line * remove repetitive if None check for includes and excludes Co-authored-by: Mike Gouline <[email protected]>
- Loading branch information