Skip to content

Commit

Permalink
incorporate review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rachhouse committed Sep 20, 2024
1 parent 208be9d commit 7033c99
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 55 deletions.
12 changes: 6 additions & 6 deletions docs/docusaurus/docs/cloud/overview/gx_cloud_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ toc_max_heading_level: 2

GX Cloud is a fully managed SaaS platform that simplifies data quality management and monitoring. With GX Cloud, you and your organization can work collaboratively to define and maintain shared understanding of your data.

## GX Cloud components
## GX Cloud concepts

GX Cloud components are entities that represent your data, your data validation criteria, and the results of data validation.
The key GX Cloud concepts described below provide a data validation vocabulary that represents your data, your data validation criteria, and the results of data validation. Within GX Cloud, these concepts are applied to define components and implement data validation workflows.

| | |
| :--: | :--- |
| <img src="/img/database_icon.svg" alt="Data Source" width="84px"/> | **Data Source**<br/>A Data Source is the GX representation of a database or data store. |
| <img src="/img/table_icon.svg" alt="Data Asset" width="84px"/> | **Data Asset**<br/>A Data Asset is a collection of records within a Data Source. |
| <img src="/img/magnify_data_icon.svg" alt="Expectation" width="96px"/> | **Expectation**<br/>An Expectation is a declarative, verifiable assumption about your data. Expectations serve as a unit tests for your data. |
| <img src="/img/magnify_data_icon.svg" alt="Expectation" width="96px"/> | **Expectation**<br/>An Expectation is a declarative, verifiable assumption about your data. Expectations serve as unit tests for your data. |
| <img src="/img/gear_icon.svg" alt="Validation" width="84px"/> | **Validation**<br/>A Validation runs selected Expectations against a Data Asset to validate the data defined by that Data Asset. |
| <img src="/img/checklist_icon.svg" alt="Validation Result" width="84px"/> | **Validation Result**<br/>A Validation Result captures the outcome of a Validation and related metadata that describes passing and failing data. |

## GX Cloud workflow

GX Cloud data validation workflows are created using GX Cloud components.
GX Cloud data validation workflows are created using GX Cloud components, entities that represent GX Cloud data validation concepts.

### Standard data validation workflow

Expand All @@ -44,11 +44,11 @@ There are a variety of GX Cloud features that support additional enhancements to

* **GX Cloud user management.** GX Cloud functions as a shared portal to manage and monitor your organization's data quality. Users can be invited to your GX Cloud organization and assigned a role that governs their ability to view and edit components and workflows in GX Cloud. See [Manage users and access tokens](/cloud/users/manage_users.md) for more details.

* **Data Asset profiling.** GX Cloud introspects your data schema by default on Asset creation, and also offers one-click fetching of additional descriptive metrics including column type and statistical summaries. Data profiling results are used to suggest parameters for Expectations that you create.
* **Data Asset profiling.** GX Cloud introspects your data schema by default on Data Asset creation, and also offers one-click fetching of additional descriptive metrics including column type and statistical summaries. Data profiling results are used to suggest parameters for Expectations that you create.

* **Schedule Validations.** GX Cloud enables you to schedule validations, so that you can test and assess your data on a regular cadence and monitor data quality over time. See [Manage schedules](/cloud/schedules/manage_schedules.md) for more detail.

* **Alerting.** GX Cloud provides the ability send alerts when validations fail, enabling your organization to remain proactively aware of the health of your Data Assets. See [Manage alerts](/cloud/schedules/manage_schedules.md) for more detail.
* **Alerting.** GX Cloud provides the ability send alerts when validations fail, enabling your organization to remain proactively aware of the health of your Data Assets. See [Manage alerts](/cloud/alerts/manage_alerts.md) for more detail.



Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7033c99

Please sign in to comment.