docs/quick-ingestion-guides/snowflake/overview.md
This guide will help you set up the Snowflake connector to begin ingesting metadata into DataHub.
Upon completing this guide, you will have a recurring ingestion pipeline that will extract metadata from Snowflake and load it into DataHub. This will include to following Snowflake asset types:
The pipeline will also extract:
:::caution You will NOT have extracted Stages, Snowpipes, or Tasks from Snowflake, as the connector does not support ingesting these assets yet. :::
By default, DataHub only profiles datasets that have changed in the past 1 day. This can be changed in the YAML editor by setting the value of profile_if_updated_since_days to something greater than 1.
Additionally, DataHub only extracts usage and lineage information based on operations performed in the last 1 day. This can be changed by setting a custom value for start_time and end_time in the YAML editor.
To learn more about setting these advanced values, check out the Snowflake Ingestion Source.
If that all sounds like what you're looking for, navigate to the next page, where we'll talk about prerequisites.
If you want to ingest metadata from Snowflake using the DataHub CLI, check out the following resources: