Hi I am trying to enable profiling for snowflake s...
# troubleshoot
f
Hi I am trying to enable profiling for snowflake source, tables are getting ingested but not getting profiled, am I missing something, can someone please help? Is profile_pattern still part of snowflake recipe? Because once we remove profile_pattern all the tables are profiled. Thanks!
h
Hi @faint-translator-23365 yes
profile_pattern
is part of snowflake recipe as mentioned in docs. According to allowed profile pattern from recipe -
DOE_EDP_STG_DB.ESG.T_ESG.*
- tables starting with T_ESG will be profiled. Do you have any tables starting with name T_ESG ? From your ingestion logs, you seem to have tables with T_RAW_ESG so you may want to change allowed profile pattern to
DOE_EDP_STG_DB.ESG.T_RAW_ESG.*