mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-31 21:36:08 +00:00
27 lines
984 B
Markdown
27 lines
984 B
Markdown
Ingesting metadata from Snowflake requires either using the **snowflake** module with just one recipe (recommended) or the two separate modules **snowflake-legacy** and **snowflake-usage-legacy** (soon to be deprecated) with two separate recipes.
|
|
|
|
All three modules are described on this page.
|
|
|
|
## Snowflake Ingestion through the UI
|
|
|
|
The following video shows you how to ingest Snowflake metadata through the UI.
|
|
|
|
<div style={{ position: "relative", paddingBottom: "56.25%", height: 0 }}>
|
|
<iframe
|
|
src="https://www.loom.com/embed/15d0401caa1c4aa483afef1d351760db"
|
|
frameBorder={0}
|
|
webkitallowfullscreen=""
|
|
mozallowfullscreen=""
|
|
allowFullScreen=""
|
|
style={{
|
|
position: "absolute",
|
|
top: 0,
|
|
left: 0,
|
|
width: "100%",
|
|
height: "100%"
|
|
}}
|
|
/>
|
|
</div>
|
|
|
|
|
|
Read on if you are interested in ingesting Snowflake metadata using the **datahub** cli, or want to learn about all the configuration parameters that are supported by the connectors. |