Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to exclude some tables from loading into Metabase #295

Open
ppavlov39 opened this issue Feb 17, 2025 · 2 comments
Open

Ability to exclude some tables from loading into Metabase #295

ppavlov39 opened this issue Feb 17, 2025 · 2 comments
Labels
enhancement New feature or request

Comments

@ppavlov39
Copy link

ppavlov39 commented Feb 17, 2025

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.

@ppavlov39 ppavlov39 added the enhancement New feature or request label Feb 17, 2025
@slvrtrn
Copy link
Collaborator

slvrtrn commented Feb 25, 2025

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.

@ppavlov39
Copy link
Author

Hi!
Unfortunately, I have neither experience with Clojure nor the opportunity to find time to learn it :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants