-
Notifications
You must be signed in to change notification settings - Fork 22
Snowflake #675
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: console
Are you sure you want to change the base?
Snowflake #675
Conversation
|
||
== Streaming local files | ||
|
||
When you stream your local CSV files, the process can be more iterative and manual. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does "iterative and manual." mean? @AlexicaWright
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That you do this manually in more than one iteration, unlike with the remote data sources where things are automatic and in one go.
|
||
* *Define manually* - sketch your model and map your data | ||
* *Generate from schema* - automatically define and map a model based on tables and constraints in your data | ||
* *Generate with AI* - if you have enabled *Generative AI assistance* (in the xref:visual-tour/index.adoc#org-settings[Organization settings]), your model and mapping is automatically defined using AI on available metadata in your data source, to give you a more complete model. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does "a more complete model." mean?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That you get a model that is closer to completion. Keep reading on line 21.
@@ -2,7 +2,9 @@ | |||
:description: This section gives an overview of the Import service. | |||
= Quick start | |||
|
|||
The Import service consists of three tabs; *Data sources*, *Graph models*, and *Import jobs*. | |||
The Import service UI consists of three tabs; *Data sources*, *Graph models*, and *Import jobs*. | |||
These reflect the three stages of importing data; provide the data, i.e. configure a source to fetch the data from, model the data, i.e. define how the data is organized, and finally, run the import. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
which explanation (‘i.e.’) goes with which step?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The i.e that immediately follows a step is what it refers to.
This PR includes documentation updates Updated pages: |
No description provided.