mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-04 23:57:03 +00:00
23 lines
688 B
Markdown
23 lines
688 B
Markdown
### 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.
|