Hey there, I'm very new to DataHub, so this might ...
# ingestion
b
Hey there, I'm very new to DataHub, so this might be an overly simple question. Apologies in advance and thanks for any help! We are trying to ingest from Snowflake into DataHub and I'm not seeing a bunch of tables that I expect to see. Using this very basic filter to just give me stuff in our PROD database. Am I missing something?
g
That filter is a regex that applies to the “database objects” list in the sidebar of the snowflake web UI. The default dbs are called
UTIL_DB
,
SNOWFLAKE_SAMPLE_DATA
, etc, and you probably have a couple more
Usually people ingest everything from snowflake and then use the deny patterns to remove the stuff they don’t want
b
so that filter only applies to the databases that are ingested, not the tables?
g
There’s a databases pattern that you can filter entire databases, and there’s also a table-level filter if you want more fine-grained control