Skip to content

Commit ade76a6

Browse files
authored
Merge pull request #7 from DataRecce/update-doc-URL-in-overview
Update doc url in overview
2 parents 6800676 + a3be741 commit ade76a6

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

docs/agreement/privacy-policy.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ When you access or use the Services, we automatically collect personal informati
2727

2828
Log Files: We gather certain personal information about your use of the Services, including the type of browser you use, access times, pages viewed, your IP address and the page you visited before navigating to the Services, and store it in log files.
2929

30-
Personal information Collected by Cookies and Other Tracking Technologies: We use various technologies to collect personal information including cookies. For more information about cookies, and how to disable them, please see our Cookie Policy page [https://datarecce.io/docs/agreement/privacy-policy/](/docs/agreement/privacy-policy/) and Your Choices below.
30+
Personal information Collected by Cookies and Other Tracking Technologies: We use various technologies to collect personal information including cookies. For more information about cookies, and how to disable them, please see our Cookie Policy page [https://docs.datarecce.io/agreement/privacy-policy/](https://docs.datarecce.io/agreement/privacy-policy/) and Your Choices below.
3131

3232
### Personal information We Collect from Other Sources
3333

@@ -126,7 +126,7 @@ You may be able to add, update or delete your personal information, but we will
126126

127127
### Cookies
128128

129-
Most web browsers are set to accept cookies by default. If you prefer, you can usually choose to set your browser to remove or reject browser cookies. Please note that if you choose to remove or reject cookies, this could affect the availability and functionality of our Services. For more information, please see Recce’s Cookie Policy at [https://datarecce.io/docs/agreement/cookies-policy/](/docs/agreement/cookies-policy/)
129+
Most web browsers are set to accept cookies by default. If you prefer, you can usually choose to set your browser to remove or reject browser cookies. Please note that if you choose to remove or reject cookies, this could affect the availability and functionality of our Services. For more information, please see Recce’s Cookie Policy at [https://docs.datarecce.io/agreement/cookies-policy/](https://docs.datarecce.io/agreement/cookies-policy/)
130130

131131
## Promotional Communications
132132

docs/index.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pip install -U recce
1818
recce server
1919
```
2020

21-
This starts Recce locally, where you can explore lineage and run queries. To unlock the full set of diffing tools, such as data comparisons and impact checks, you’ll need to prepare two environments to compare against. You can follow our [5-minute Jaffle Shop tutorial](https://datarecce.io/docs/get-started-jaffle-shop/) to try it out step-by-step.
21+
This starts Recce locally, where you can explore lineage and run queries. To unlock the full set of diffing tools, such as data comparisons and impact checks, you’ll need to prepare two environments to compare against. You can follow our [5-minute Jaffle Shop tutorial](https://docs.datarecce.io/get-started-jaffle-shop/) to try it out step-by-step.
2222

2323
Recce is the foundation of the workflow. It helps you explore changes, validate before merge, and provide full context to reviewers and stakeholders. Once you're comfortable using it locally, you can explore advanced collaboration features through Recce Cloud.
2424

@@ -88,11 +88,11 @@ Checklist for collaboration
8888

8989
Want to dive deeper? Check out the full documentation for setup guides, feature overviews, and use case tutorials.
9090

91-
- [Getting Started](https://datarecce.io/docs/get-started-jaffle-shop/)
92-
- [Features Overview](https://datarecce.io/docs/features/lineage/)
93-
- [Writing Checks and Using Checklists](https://datarecce.io/docs/features/checklist/)
94-
- [State File and Configuration](https://datarecce.io/docs/features/state-file/)
95-
- [Running Recce in CI/CD](https://datarecce.io/docs/guides/scenario-ci/)
91+
- [Getting Started](https://docs.datarecce.io/get-started/)
92+
- [Features Overview](https://docs.datarecce.io/features/lineage/)
93+
- [Writing Checks and Using Checklists](https://docs.datarecce.io/features/checklist/)
94+
- [State File and Configuration](https://docs.datarecce.io/features/state-file/)
95+
- [Running Recce in CI/CD](https://docs.datarecce.io/guides/scenario-ci/)
9696
- [Breaking Change Analysis](https://docs.datarecce.io/features/breaking-change-analysis/)
9797

9898
## Recce Cloud

docs/recce-cloud/getting-started-recce-cloud.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,9 @@ Switch to the **Query** tab and paste the following query:
205205
Enter the primary key as `order_id` and click the `Run Diff` button.
206206
![Recce Query Diff](../assets/images/recce-cloud/query-diff.png){: .shadow}
207207
1. Click the `Add to Checklist` button to add the query result to your Checklist
208-
1. On the `Checklist` page you'll find that there are three checks. The Row count diff and Schema diff are default [Preset Checks](https://datarecce.io/docs/features/preset-checks/), and the Query diff is your newly added check. Leave the checks as **unapproved**.
209-
1. Go back to the command line and terminate the Recce instance. Your Recce [State file](../features/state-file.md), containing your checklist and other artifacts will be encrypted and uploaded to Recce Cloud.
210-
1. Go to the PR page in your GitHub repository and scroll to the bottom. Notice that Recce Cloud shows that check are not approved:
208+
2. On the `Checklist` page you'll find that there are three checks. The Row count diff and Schema diff are default [Preset Checks](https://docs.datarecce.io/features/preset-checks/), and the Query diff is your newly added check. Leave the checks as **unapproved**.
209+
3. Go back to the command line and terminate the Recce instance. Your Recce [State file](../features/state-file.md), containing your checklist and other artifacts will be encrypted and uploaded to Recce Cloud.
210+
4. Go to the PR page in your GitHub repository and scroll to the bottom. Notice that Recce Cloud shows that check are not approved:
211211
![GitHub PR with unapproved Recce Checks](../assets/images/recce-cloud/pr-checks-wo-approved.png){: .shadow}
212212

213213

0 commit comments

Comments
 (0)