From 50c1735cb416cc4300f68a4eb5875e8475a20f2c Mon Sep 17 00:00:00 2001 From: Janet Revell Date: Fri, 4 Aug 2023 09:59:27 -0700 Subject: [PATCH] Correct error in readme; adjust links to docs --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index df607bb..9e714d1 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,16 @@ [![.github/workflows/tests.yaml](https://github.com/sodadata/soda-github-action/actions/workflows/tests.yaml/badge.svg)](https://github.com/sodadata/soda-github-action/actions/workflows/tests.yaml) **Soda** enables Data Engineers to test data for quality where and when they need to. It works by taking the data quality checks that you prepare and using them to run a scan of datasets in a data source. + A scan is a CLI command which instructs Soda to prepare optimized SQL queries that execute data quality checks on your data source to find invalid, missing, or unexpected data. When checks fail, they surface bad-quality data and present check results that help you investigate and address quality issues. Add the **GitHub Action for Soda** to your GitHub Workflow to automatically execute scans for data quality during development. -In a repository in which are adding a transformation or making changes to a dbt model, for example, you can add the Soda GitHub Action to your workflow so that with each new PR, or commit to an existing PR, it executes a Soda scan for data quality and presents the results of the scan in a comment in the pull request, and in a report in Soda Cloud. +For example, in a repository in which you are adding a transformation or making changes to a dbt model, you can add the Soda GitHub Action to your workflow. With each new PR, or commit to an existing PR, it executes a Soda scan for data quality and presents the results of the scan in a comment in the pull request, and in a report in Soda Cloud. Where the scan results indicate an issue with data quality, Soda notifies you both in the PR comment, and by email so that you can investigate and address any issues before merging the PR into production. -Refer to [Soda documentation](https://docs.soda.io/soda/quick-start-dev.html) for an example use case. +Refer to [Soda documentation](https://go.soda.io/soda-action) for an example use case. ## Use the Soda GitHub Action @@ -59,4 +60,4 @@ Refer to [testing files](https://github.com/sodadata/soda-github-action/tree/mai - Windows runners are not supported, including the use of official Windows-based images such as `windows-latest`. - MacOS runners require installation of Docker because `macos-latest` does not come with Docker pre-installed. -Access [Soda documentation](https://go.soda.io/docs) for more information. \ No newline at end of file +Access [Soda documentation](https://go.soda.io/soda-action) for more information. \ No newline at end of file