From 5db54fec2f5c544af3ef791f5bba5f0b306f5874 Mon Sep 17 00:00:00 2001 From: Karen Hsieh Date: Mon, 21 Apr 2025 21:37:21 -0700 Subject: [PATCH 1/2] update doc URL in the overview --- docs/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/index.md b/docs/index.md index 9d45d3b..121b891 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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. @@ -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 From a3be74194c660c109e726cd5dd4f6f6378b15f9c Mon Sep 17 00:00:00 2001 From: Karen Hsieh Date: Mon, 21 Apr 2025 21:42:33 -0700 Subject: [PATCH 2/2] update Recce doc URL in text --- docs/agreement/privacy-policy.md | 4 ++-- docs/recce-cloud/getting-started-recce-cloud.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/agreement/privacy-policy.md b/docs/agreement/privacy-policy.md index f9cff2d..6b4cfb6 100644 --- a/docs/agreement/privacy-policy.md +++ b/docs/agreement/privacy-policy.md @@ -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 @@ -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 diff --git a/docs/recce-cloud/getting-started-recce-cloud.md b/docs/recce-cloud/getting-started-recce-cloud.md index 45c9a70..a15c4a6 100644 --- a/docs/recce-cloud/getting-started-recce-cloud.md +++ b/docs/recce-cloud/getting-started-recce-cloud.md @@ -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}