Skip to content
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

[DOCS] Removes remaining OSS docs from the prerelease version #9582

Merged
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
cdd7723
Removes remaining OSS docs from the prerelease folder
Rachel-Reverie Mar 6, 2024
aaa3bbd
Removes links to outdated OSS documentaiton
Rachel-Reverie Mar 7, 2024
8d11e6b
Removes links to removed reference content
Rachel-Reverie Mar 7, 2024
5e9ad47
Wraps GX Cloud links to /reference/learn/terms/ pages in a todo block…
Rachel-Reverie Mar 7, 2024
c5b2d04
Removes links from todo blocks, since they were still being found by …
Rachel-Reverie Mar 7, 2024
5397f14
Removes more dead OSS links and components for import used by OSS docs
Rachel-Reverie Mar 7, 2024
4b1000e
One more todo item added for cross linking Cloud docs to Core content
Rachel-Reverie Mar 7, 2024
4dad370
Merge branch 'develop' into d/docs/remove_remaining_oss_docs_from_pre…
Rachel-Reverie Mar 7, 2024
264818d
Merge branch 'develop' into d/docs/remove_remaining_oss_docs_from_pre…
Rachel-Reverie Mar 11, 2024
c8384c0
Merge remote-tracking branch 'origin/d/docs/remove_remaining_oss_docs…
Rachel-Reverie Mar 11, 2024
8024c39
Disables testing for removed scripts.
Rachel-Reverie Mar 11, 2024
91d1360
Disables a couple more checks for scripts that were removed.
Rachel-Reverie Mar 11, 2024
904a21c
Disables additional OSS script tests
Rachel-Reverie Mar 11, 2024
83eff11
Restores snippet test scripts until it can be determined which are in…
Rachel-Reverie Mar 11, 2024
6073f89
Restores missed snippet test script.
Rachel-Reverie Mar 11, 2024
9dba79f
Merge branch 'develop' into d/docs/remove_remaining_oss_docs_from_pre…
Rachel-Reverie Mar 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 4 additions & 4 deletions docs/docusaurus/docs/application_integration_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ The following table defines the supported GX Cloud and GX OSS integrations.

The following table defines the GX components supported by GX Cloud and GX OSS.

| Component | GX Cloud | GX OSS |
|------------------------------------------|----------------------|---------------------------------------------------------------------------|
| Expectations | See [Available Expectations](/cloud/expectations/manage_expectations.md#available-expectations). | See [Create Expectations](/oss/guides/expectations/expectations_lp.md). |
| GX Agent | All versions | N/A |
| Component | GX Cloud | GX OSS |
|------------------------------------------|----------------------|------------------------------------------------------------------------------|
| Expectations | See [Available Expectations](/cloud/expectations/manage_expectations.md#available-expectations). | See [Create Expectations](/core/create_expectations/create_expectations.md). |
| GX Agent | All versions | N/A |


## Community-supported
Expand Down
8 changes: 5 additions & 3 deletions docs/docusaurus/docs/cloud/checkpoints/manage_checkpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Create and manage Checkpoints in GX Cloud.

A Checkpoint validates Expectation Suite data. After you create a Checkpoint to validate data, you can save and reuse the Checkpoint.

To learn more about Checkpoints, see [Checkpoint](/reference/learn/terms/checkpoint.md).
<!-- [//]: # (TODO: To learn more about Checkpoints, see Checkpoint.) -->

## Prerequisites

Expand Down Expand Up @@ -84,7 +84,7 @@ To learn more about Checkpoints, see [Checkpoint](/reference/learn/terms/checkpo

## Add a Validation to a Checkpoint

Add Validation data to a Checkpoint to aggregate individual Expectation Suite or Data Source Validations into a single Checkpoint. For more information, see [Add Validation data or Expectation Suites to a Checkpoint](../../oss/guides/validation/checkpoints/how_to_add_validations_data_or_suites_to_a_checkpoint.md) in the GX OSS documentaion.
Add Validation data to a Checkpoint to aggregate individual Expectation Suite or Data Source Validations into a single Checkpoint. For more information, see [Manage Checkpoints](/core/validate_data/manage_checkpoints.md) in the GX 1.0 documentaion.

1. In GX Cloud, click **Checkpoints**.

Expand Down Expand Up @@ -149,7 +149,9 @@ Add Validation data to a Checkpoint to aggregate individual Expectation Suite or

## Configure the Checkpoint result format parameter

You can use the `result_format` parameter to define the level of detail you want returned with your Validation Results. For example, you can return a success or failure message, a summary of observed values, a list of failing values, or you can add a query or a filter function that returns all failing rows. For more information, see [Result format](../../reference/learn/expectations/result_format.md).
You can use the `result_format` parameter to define the level of detail you want returned with your Validation Results. For example, you can return a success or failure message, a summary of observed values, a list of failing values, or you can add a query or a filter function that returns all failing rows.

<!-- [//]: # (TODO: For more information, see Result format.) -->

Run the following code to apply `result_format` to every Expectation in a Suite:

Expand Down
13 changes: 0 additions & 13 deletions docs/docusaurus/docs/cloud/connect/connect_python.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ title: 'Connect to GX Cloud with Python'
id: connect_python
description: Connect to a GX Cloud account and validate data from a Python script.
---
import Prerequisites from '../../components/_prerequisites.jsx'
import PrereqPython from '../../components/prerequisites/_python_version.md'
import SetupAndInstallGx from '../../components/setup/link_lists/_setup_and_install_gx.md'
import DataContextInitializeInstantiateSave from '../../components/setup/link_lists/_data_context_initialize_instatiate_save.md'

In this quickstart, you'll learn how to use GX Cloud from a Python script or interpreter, such as a Jupyter Notebook. You'll install Great Expectations, configure your GX Cloud environment variables, connect to sample data, build your first Expectation, validate data, and review the validation results through Python code.

Expand Down Expand Up @@ -115,12 +111,3 @@ Environment variables securely store your GX Cloud access credentials.

```python title="Python" name="tutorials/quickstart/quickstart.py view_results"
```

## Related documentation


- [Install GX in a specific environment with a specific Data Source](/oss/guides/setup/installation/install_gx.md)
- [Initialize, instantiate, and save a Data Context](/oss/guides/setup/configure_data_contexts_lp.md)
- [Connect to Data Sources](/oss/guides/connecting_to_your_data/connect_to_data_lp.md)
- [Create and manage Expectations and Expectation Suites](/oss/guides/expectations/expectations_lp.md)
- [Create, manage, and run Checkpoints](/oss/guides/validation/checkpoints/checkpoint_lp.md)
4 changes: 2 additions & 2 deletions docs/docusaurus/docs/cloud/data_assets/manage_data_assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ import Tabs from '@theme/Tabs';

A Data Asset is a collection of records that you create when you connect to your Data Source. When you connect to your Data Source, you define a minimum of one Data Asset. You use these Data Assets to create the Batch Requests that select the data that is provided to your Expectations.

To learn more about Data Assets, see [Data Asset](/reference/learn/terms/data_asset.md).
<!-- [//]: # (TODO: To learn more about Data Assets, see Data Asset.) -->


## Create a Data Asset

Create a Data Asset to define the data you want GX Cloud to access. To connect to Data Assets for a Data Source not currently available in GX Cloud, see [Connect to a Data Source](/oss/guides/connecting_to_your_data/connect_to_data_lp.md) in the GX OSS documentation.
Create a Data Asset to define the data you want GX Cloud to access. To connect to Data Assets for a Data Source not currently available in GX Cloud, see [Connect to a data](/core/manage_and_access_data/connect_to_data/connect_to_data.md) in the GX 1.0 documentation.

<Tabs
groupId="manage-data-assets"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Create and manage Expectation Suites in GX Cloud.

Expectation Suites contain multiple Expectations for a single Data Asset. Like Expectations, they can help you better understand your data and help you improve data quality. A default Expectation Suite is created when you create a Data Asset.

To learn more about Expectation Suites, see [Expectation Suites](/reference/learn/terms/expectation_suite.md).
<!-- [//]: # (TODO: To learn more about Expectation Suites, see Expectation Suites.) -->

## Prerequisites

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Create and manage Expectations in GX Cloud.

An Expectation is a verifiable assertion about your data. They make implicit assumptions about your data explicit, and they provide a flexible, declarative language for describing expected behavior. They can help you better understand your data and help you improve data quality. An Expectation Suite contains multiple Expectations.

To learn more about Expectations, see [Expectation](/reference/learn/terms/expectation.md).
<!-- [//]: # (TODO: To learn more about Expectations, see Expectation.) -->

## Prerequisites

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

10. Optional. Select **Add Data Asset** to add additional tables or queries and repeat steps 8 and 9.

11. Click **Finish**. The Data Asset(s), a default empty [Expectation Suite](../reference/learn/terms/expectation_suite.md), and a default [Checkpoint](../reference/learn/terms/checkpoint.md) are created.
11. Click **Finish**. The Data Asset(s), a default empty Expectation Suite, and a default Checkpoint are created.

</TabItem>
<TabItem value="PostgreSQL">
Expand Down Expand Up @@ -187,7 +187,7 @@ Define the data you want GX Cloud to access within PostgreSQL.

9. Optional. Select **Add Data Asset** to add additional tables or queries and repeat steps 8 and 9.

10. Click **Finish**. The Data Asset(s), a default empty [Expectation Suite](../reference/learn/terms/expectation_suite.md), and a default [Checkpoint](../reference/learn/terms/checkpoint.md) are created.
10. Click **Finish**. The Data Asset(s), a default empty Expectation Suite, and a default Checkpoint are created.

</TabItem>
</Tabs>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Create and manage Validations in GX Cloud.

When you run a validation on an Expectation, a Checkpoint is added. The Checkpoint saves the Validation Results, runs the Actions you specify, and displays the Validation Results.

To learn more about Validations, see [Validator](/reference/learn/terms/validator.md).
<!-- [//]: # (TODO: To learn more about Validations, see Validator.) -->

## Prerequisites

Expand Down
105 changes: 0 additions & 105 deletions docs/docusaurus/docs/components/_prerequisites.jsx

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.