Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/agreement/privacy-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ When you access or use the Services, we automatically collect personal informati

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.

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.
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.

### Personal information We Collect from Other Sources

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

### Cookies

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/)
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/)

## Promotional Communications

Expand Down
12 changes: 6 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pip install -U recce
recce server
```

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.
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.

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.

Expand Down Expand Up @@ -88,11 +88,11 @@ Checklist for collaboration

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

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

## Recce Cloud
Expand Down
6 changes: 3 additions & 3 deletions docs/recce-cloud/getting-started-recce-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,9 @@ Switch to the **Query** tab and paste the following query:
Enter the primary key as `order_id` and click the `Run Diff` button.
![Recce Query Diff](../assets/images/recce-cloud/query-diff.png){: .shadow}
1. Click the `Add to Checklist` button to add the query result to your Checklist
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**.
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.
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:
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**.
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.
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:
![GitHub PR with unapproved Recce Checks](../assets/images/recce-cloud/pr-checks-wo-approved.png){: .shadow}


Expand Down