Skip to content

Commit

Permalink
[DOCS] Add Snowflake Connection Syntax Example (#9588)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwcanuck authored and deborahniesz committed Mar 11, 2024
1 parent 225e687 commit 7811793
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Define the data you want GX Cloud to access within Snowflake.

3. Enter a meaningful name for the Data Asset in the **Data Source name** field.

4. Optional. To use a connection string to connect to a Data Source, click the **Use connection string** selector, enter a connection string, and then move to step 6.
4. Optional. To use a connection string to connect to a Data Source, click the **Use connection string** selector, enter a connection string, and then move to step 6. The connection string format is: `snowflake://<user_login_name>:<password>@<accountname>`.

5. Complete the following fields:

Expand Down
2 changes: 1 addition & 1 deletion docs/docusaurus/docs/cloud/try_gx_cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Create a Data Asset to define the data you want GX Cloud to access within Snowfl

3. Enter a meaningful name for the Data Asset in the **Data Source name** field.

4. Optional. To use a connection string to connect to a Data Source, click the **Use connection string** selector, enter a connection string, and then move to step 6.
4. Optional. To use a connection string to connect to a Data Source, click the **Use connection string** selector, enter a connection string, and then move to step 6. The connection string format is: `snowflake://<user_login_name>:<password>@<accountname>`.

5. Complete the following fields:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Define the data you want GX Cloud to access within Snowflake.

3. Enter a meaningful name for the Data Asset in the **Data Source name** field.

4. Optional. To use a connection string to connect to a Data Source, click the **Use connection string** selector, enter a connection string, and then move to step 6.
4. Optional. To use a connection string to connect to a Data Source, click the **Use connection string** selector, enter a connection string, and then move to step 6. The connection string format is: `snowflake://<user_login_name>:<password>@<accountname>`.

5. Complete the following fields:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Create a Data Asset to define the data you want GX Cloud to access within Snowfl

3. Enter a meaningful name for the Data Asset in the **Data Source name** field.

4. Optional. To use a connection string to connect to a Data Source, click the **Use connection string** selector, enter a connection string, and then move to step 6.
4. Optional. To use a connection string to connect to a Data Source, click the **Use connection string** selector, enter a connection string, and then move to step 6. The connection string format is: `snowflake://<user_login_name>:<password>@<accountname>`.

5. Complete the following fields:

Expand Down

0 comments on commit 7811793

Please sign in to comment.