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/2-getting-started/start-free-with-cloud.md
+26-25Lines changed: 26 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,18 +10,27 @@ title: Start free with Cloud
10
10
11
11
## Model Changes and Impact Analysis
12
12
13
-
Recce shows what changed between **base** and **current** environments and helps assess potential impact.
13
+
Recce shows what changed between **base** and **current** environments and helps assess potential impact. The most common case is comparing your development branch against your production or main branch to see what your changes will impact.
14
14
15
-
**Upload your metadata:**
15
+
You can:
16
16
17
-
1. Click "Update" in base session to upload baseline metadata
18
-
2. Click "Update" in current session to upload comparison metadata
19
-
3. Click "Launch" to compare current against base
20
-
21
-
**Or explore with sample data:** Skip uploads and launch with pre-loaded sample data.
17
+
- Explore with the pre-loaded Jaffle Shop data
18
+
- Upload your metadata (see below)
19
+
-**Skip manual upload go directly to [CI/CD automation](#cicd-automation)**
22
20
23
21
<!-- insert a video -->
24
22
23
+
### Upload Metadata
24
+
- Web interface: Click "Update" on the session you want to update in Recce Cloud.
25
+
1. Click "Update" in base session to upload baseline metadata
26
+
2. Click "Update" in current session to upload comparison metadata
Find your session ID in Recce Cloud web interface when clicking "Update" on any session.
74
-
75
-
76
76
## Data Warehouse Diffing {#data-diffing}
77
77
78
78
Go beyond metadata to see how changes affect your actual data. Configure your data warehouse connection to compare query results and catch issues before they impact production.
@@ -122,7 +122,8 @@ Connect your GitHub repo to see all PRs in one place and validate changes before
122
122
- Repository admin access for initial setup
123
123
- Active PRs with model changes
124
124
125
-
**Note:** You'll need administrative access to the GitHub organization you want to connect. Please ensure you have the necessary permissions for **GitHub App installations**.
125
+
!!!Note
126
+
You'll need administrative access to the GitHub organization you want to connect. Please ensure you have the necessary permissions for **GitHub App installations**.
126
127
127
128
### GitHub Connection
128
129
@@ -151,9 +152,16 @@ Once connected, Recce displays all open and draft PRs in your dashboard.
151
152
152
153
## CI/CD Automation {#cicd-automation}
153
154
154
-
Set up CI/CD to automatically upload metadata and run validation checks on every PR. Available with Team plan (free trial included).
155
+
Set up CI/CD to automatically upload metadata and run validation checks on every PR.
156
+
157
+
!!!Note
158
+
Available with Team plan (free trial included).
155
159
156
160
### Setup Requirements
161
+
See the CI/CD sections for complete setup guides:
162
+
163
+
-[Setup CD](/7-cicd/setup-cd/)
164
+
-[Setup CI](/7-cicd/setup-ci/)
157
165
158
166
- GitHub integration configured
159
167
- Team plan subscription or free trial
@@ -166,13 +174,6 @@ Set up CI/CD to automatically upload metadata and run validation checks on every
166
174
- Integrated PR status checks
167
175
- Validation results directly in PR
168
176
169
-
### Team Plan Trial
170
177
171
-
Start your free trial to access CI/CD automation features. No credit card required for trial period.
0 commit comments