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/7-cicd/ci-cd-getting-started.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
---
2
-
title: Getting Started
2
+
title: CI/CD Getting Started
3
3
---
4
4
5
-
# Getting Started
5
+
# CI/CD Getting Started
6
6
7
7
Automate data validation in your development workflow. Catch data issues before they reach production with continuous integration and delivery built specifically for dbt projects.
8
8
@@ -15,6 +15,9 @@ Set up automated workflows that:
15
15
-**Prevent regressions** - Catch data quality issues before they reach production
16
16
-**Save team time** - Eliminate manual validation steps for every change
17
17
18
+
!!!note
19
+
CI/CD automation requires Recce Cloud Team plan. A free trial is available.
20
+
18
21
## Understanding CI vs CD
19
22
20
23
Recce uses both continuous integration and continuous delivery to automate data validation:
@@ -51,9 +54,6 @@ If your dbt project uses GitLab:
51
54
1.[Setup CD](./gitlab/setup-cd.md) - Auto-update baseline on merge to main
52
55
3.[GitLab Personal Access Token Guide](./gitlab/gitlab-pat-guide.md) - Required for GitLab integration
53
56
54
-
!!!note
55
-
CI/CD automation requires Recce Cloud Team plan. A free trial is available.
0 commit comments