metabase-clickhouse-driver
metabase-clickhouse-driver copied to clipboard
Ability to exclude some tables from loading into Metabase
Hi! In our environment we use Clickhouse as DWH, Metabase as BI, DBT as a tool for building analytical marts.
DBT creates temporary views during its work. These views can contain very heavy queries that are usually executed on a small amount of data (incremental build of marts is used). And when Metabase finds such a view, it tries to get its content without using restrictions on the volume of data to be selected and cannot do this, because the query fails. This also leads to a high load on the DWH.
It would be great if there was a way to exclude some tables and views from scanning Metabase by its name.
Would you like to contribute? I think this should be a fairly easy task, and I can provide guidance if you DM me in public Slack.
Hi! Unfortunately, I have neither experience with Clojure nor the opportunity to find time to learn it :(