Hi, I see snowflake profiling is only currently available for Tables. How can I edit the code so profiling will be enabled for views?
Hey there! Make sure your message includes the following information if relevant, so we can help more effectively!
- Are you using UI or CLI for ingestion?
- Which DataHub version are you using? (e.g. 0.12.0)
- What data source(s) are you integrating with DataHub? (e.g. BigQuery)
You would need to go into https://github.com/datahub-project/datahub/blob/master/metadata-ingestion/src/datahub/ingestion/source/snowflake/snowflake_v2.py and play around with the use of SnowflakeProfiler. You may have to make some edits SnowflakeProfiler class itself. Does that point you in the right direction?