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
2 changes: 1 addition & 1 deletion docs/recce-cloud/expose-recce-instance-visibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ icon: material/account-multiple-check

!!! Note

Recce Cloud is currently in **private alpha** and scheduled for general availability later this year. [Sign up](../cloud.md#signup) to the Recce newsletter to be notified, or email [product@datarecce.io](mailto:product@datarecce.io) to join our design partnership program for early access.
Recce Cloud is currently in beta. [Learn more about different plans](https://datarecce.io/pricing).

As a Recce Cloud user, you can launch a Recce Instance in [Cloud Mode](index.md#launch-the-recce-server-in-the-cloud-mode) or use [GitHub Codespaces](setup-gh-codespaces.md). However, both of these methods require a GitHub Access Token, which restricts the usage of Recce to those with GitHub accounts.

Expand Down
3 changes: 1 addition & 2 deletions docs/recce-cloud/getting-started-recce-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ icon: material/school
**Estimated Time:** 20 minutes

!!! Note

Recce Cloud is currently in **private alpha** and scheduled for general availability soon. [Sign up](../cloud.md#signup) to the Recce newsletter to be notified, or email [product@datarecce.io](mailto:product@datarecce.io) to join our design partnership program for early access.
Recce Cloud is currently in beta. [Learn more about different plans](https://datarecce.io/pricing).

The following guide uses the official [Jaffle Shop DuckDB](https://github.com/dbt-labs/jaffle_shop_duckdb) project from dbt-labs, and provides everything you need to get started with Recce Cloud. By the end of the guide you'll be able to create and sync Recce checks with a GitHub PR via Recce Cloud.

Expand Down
2 changes: 1 addition & 1 deletion docs/recce-cloud/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ icon: material/hand-wave-outline
## What is Recce Cloud?
Recce Cloud is a data collaboration platform for teams doing data validation, impact analysis, and pull requests reviews. It helps data teams catch issues early, understand downstream impacts, and communicate changes clearly—all in one shared workspace. Instead of working alone in a local dev environment, teams can explore lineage, run custom queries, and validate metrics together, speeding up reviews and building trust across stakeholders.

<!-- - [Learn more about different plans](https://datarecce.io/pricing) -->
- [Learn more about different plans](https://datarecce.io/pricing)
- Follow the [Getting Started](/get-started/) guide

## Integration with GitHub
Expand Down
2 changes: 1 addition & 1 deletion docs/recce-cloud/setup-gh-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ icon: octicons/workflow-16

!!! Note

Recce Cloud is currently in **private alpha** and scheduled for general availability later this year. [Sign up](../cloud.md#signup) to the Recce newsletter to be notified, or email [product@datarecce.io](mailto:product@datarecce.io) to join our design partnership program for early access.
Recce Cloud is currently in beta. [Learn more about different plans](https://datarecce.io/pricing).

[Continuous Integration(CI)](https://en.wikipedia.org/wiki/Continuous_integration) and [Continuous Delivery(CD)](https://en.wikipedia.org/wiki/Continuous_delivery) are best practices in software development. Through CI automation, a dbt project can systematically and continuously deliver and integrate high-quality results.

Expand Down
2 changes: 1 addition & 1 deletion docs/recce-cloud/setup-gh-codespaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ icon: octicons/codespaces-16

!!! Note

Recce Cloud is currently in **private alpha** and scheduled for general availability later this year. [Sign up](../cloud.md#signup) to the Recce newsletter to be notified, or email [product@datarecce.io](mailto:product@datarecce.io) to join our design partnership program for early access.
Recce Cloud is currently in beta. [Learn more about different plans](https://datarecce.io/pricing).

GitHub Codespaces is a development environment provided by GitHub that allows developers to have identical and isolated environments for development. The GitHub Codespaces uses VS Code Server technology. We can launch it from a GitHub pull request page, and once it is started, the Recce instance will run and port forwarding will be set up.

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ nav:
- agreement/privacy-policy.md
- agreement/cookies-policy.md
- agreement/terms-of-use.md
- Cloud (Alpha):
- Cloud (Beta):
- recce-cloud/index.md
- recce-cloud/getting-started-recce-cloud.md
- recce-cloud/setup-gh-actions.md
Expand Down