You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docusaurus/docs/cloud/connect/connect_snowflake.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ description: Connect GX Cloud to a Snowflake Data Source.
9
9
- You have a [GX Cloud account](https://greatexpectations.io/cloud) with [Workspace Editor permissions](/cloud/access/manage_access.md#roles-and-permissions) or greater.
10
10
- You have a Snowflake database, schema, and table or view.
11
11
- You have a [Snowflake account](https://docs.snowflake.com/en/user-guide-admin) with USAGE privileges on the table or view, database, and schema you are validating, and you have SELECT privileges on the table or view you are validating.
12
-
- You have [configured and stored private and public keys](https://docs.snowflake.com/en/user-guide/key-pair-auth) for Snowflake key-pair authentication.
12
+
- You have [configured and stored an unencrypted private key and public key](https://docs.snowflake.com/en/user-guide/key-pair-auth) for Snowflake key-pair authentication.
13
13
:::warning Password authentication is deprecated
14
14
Snowflake has deprecated password authentication and will remove support for it entirely in the future. Set up new Data Sources with key-pair authentication. If you have older Snowflake Data Sources using password authentication, update them to use key-pair authentication. For more information about the deprecation, see [Snowflake's documentation](https://docs.snowflake.com/en/user-guide/security-mfa-rollout).
15
15
:::
@@ -30,7 +30,7 @@ description: Connect GX Cloud to a Snowflake Data Source.
30
30
31
31
-**Username**: Enter the username you use to access Snowflake.
32
32
33
-
-**Private key**: Enter your RSA private key value. Do not include the start and end markers `-----BEGIN/END ENCRYPTED PRIVATE KEY-----`.
33
+
-**Private key**: Enter your unencrypted private key value. Do not include the start and end markers `-----BEGIN/END PRIVATE KEY-----`.
34
34
35
35
-**Database**: Enter the name of the Snowflake database where the data you want to validate is stored. In Snowsight, click **Data** > **Databases**. In the Snowflake Classic Console, click **Databases**.
Copy file name to clipboardExpand all lines: docs/docusaurus/docs/core/connect_to_data/configure_credentials/_connection_string.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Different types of SQL databases have different formats for their connection det
7
7
8
8
Other connection string formats are valid provided they are for a SQL database that is supported by SQLAlchemy. You can find more information on the dialects supported by `SQLAlchemy` on their [dialects](https://docs.sqlalchemy.org/en/20/dialects/index.html) page.
9
9
10
-
To connect to Snowflake, you will pass your connection details and credentials as the following parameters: `account`, `user`, `database`, `schema`, `warehouse`, `role`, and `private_key`. When setting your `private_key` value, do not include the start and end markers `-----BEGIN/END ENCRYPTED PRIVATE KEY-----`.
10
+
To connect to Snowflake, you will pass your connection details and credentials as the following parameters: `account`, `user`, `database`, `schema`, `warehouse`, `role`, and `private_key`. When setting your `private_key` value, make sure to use an unencrypted key and do not include the start and end markers `-----BEGIN/END PRIVATE KEY-----`.
11
11
12
12
:::warning Snowflake password authentication is deprecated
13
13
Snowflake has deprecated password authentication and will remove support for it entirely in the future. Set up new Data Sources with key-pair authentication. If you have older Snowflake Data Sources using password authentication, update them to use key-pair authentication. For more information about the deprecation, see [Snowflake's documentation](https://docs.snowflake.com/en/user-guide/security-mfa-rollout).
Copy file name to clipboardExpand all lines: docs/docusaurus/docs/oss/changelog.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,24 @@ When we deprecate public functionality, we will
15
15
16
16
Before we completely remove the functionality in a new major release, there will be at least one minor release that contains the deprecation so that you can smoothly transition.
17
17
18
+
### 1.8.1
19
+
*[BUGFIX] Fix render_content generation with new row_condition types ([#11481](https://github.com/great-expectations/great_expectations/pull/11481))
20
+
*[BUGFIX] Prevent unmocked HTTP requests in cloud tests ([#11492](https://github.com/great-expectations/great_expectations/pull/11492))
*[MAINTENANCE] Stop running python 3.12 marker tests on all PRs ([#11457](https://github.com/great-expectations/great_expectations/pull/11457))
25
+
*[MAINTENANCE] Disable link checker ([#11477](https://github.com/great-expectations/great_expectations/pull/11477))
26
+
*[MAINTENANCE] Transform legacy row_condition string into new Condition object ([#11474](https://github.com/great-expectations/great_expectations/pull/11474))
27
+
*[MAINTENANCE] Keep `condition_parser` field intact for backwards compatibility ([#11484](https://github.com/great-expectations/great_expectations/pull/11484))
28
+
*[MAINTENANCE] Replace broken bitnami image with apache image for spark ([#11444](https://github.com/great-expectations/great_expectations/pull/11444))
0 commit comments