Hi, I am trying to connect with snowflake with dat...
# troubleshoot
b
Hi, I am trying to connect with snowflake with datahub. The default (trial snowflake) is working fine. But when I connect to my project instance, it is not scanning any tables/views in the databases. Am I missing any configuration pattern
l
do you have a schema called DEVSDD in your production instance? Based on your config, you are setup to only ingest DEVSDD.* tables.
@mammoth-bear-12532 can confirm
c
^ The allow patterns for databases and schemas will be selecting for only tables with those regex filters that you’ve set. Are you certain that those exist in your database?
m
@bland-easter-53873: the ingestion will produce a report at the end of the run. Can you paste that here as well?
b
@mammoth-bear-12532, i tried changing it, but it isn't making any impact
@loud-island-88694 nad @chilly-holiday-80781 the database and schemas are perfect as I am able view them in the snowflake browser
Is this a known bug ?
c
Hmm… can you share some examples of your table and schema names? Just so we can be sure the filters are alright. I don’t think we’ve seen this profiler bug either – if you could paste the trace that would be great!
m
@bland-easter-53873 there is a report produced by the ingestion run, that would be useful to see. Can you disable profiling and get that report first?
And paste it here I mean
@bland-easter-53873: here is an example of what that report looks like
b
@mammoth-bear-12532, thanks for responding. The configuration worked only after I added the warehouse as a parameter for connection string and it is now scanning. But the profiling is taking longer. Can I customize the profiling to run on only few tables? Also the snowflake-usage is failing with missing column values
This is error that i am getting
m
For profiling use the “profile_pattern.allow” config to control which tables you want to scan. https://datahubproject.io/docs/metadata-ingestion/source_docs/sql_profiles/