Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Commit c1fa381

Browse files
authored
Update README.md
Add deprecation info
1 parent e3e43f2 commit c1fa381

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
[![GitHub Super-Linter](https://github.com/sodadata/soda-github-action/actions/workflows/linter.yml/badge.svg)](https://github.com/marketplace/actions/super-linter)
33
[![.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)
44

5+
6+
---
7+
8+
# !! DEPRECATED !!
9+
This Github action which is built on Soda Core v3 (SodaCL) is now deprecated.
10+
11+
[A new version of Soda Core v4 is released](https://www.soda.io/blog/introducing-soda-4.0?utm_source=documentation&utm_medium=cloud_docs&utm_campaign=soda_v4_release&utm_content=announcement_banner) (which introduces Soda Contract Language for Data Contracts)
12+
13+
Follow https://docs.soda.io/integrations/github guide for how to integrate Soda Core v4 into CI.
14+
15+
---
16+
517
**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.
618

719
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.
@@ -60,4 +72,4 @@ Refer to [testing files](https://github.com/sodadata/soda-github-action/tree/mai
6072
- Windows runners are not supported, including the use of official Windows-based images such as `windows-latest`.
6173
- MacOS runners require installation of Docker because `macos-latest` does not come with Docker pre-installed.
6274

63-
Access [Soda documentation](https://go.soda.io/soda-action) for more information.
75+
Access [Soda documentation](https://go.soda.io/soda-action) for more information.

0 commit comments

Comments
 (0)