Skip to content

Commit 792eec6

Browse files
authored
Merge pull request #4 from DataRecce/cloud-alpha-to-beta
update alpha to beta
2 parents ade76a6 + a56887a commit 792eec6

6 files changed

+6
-7
lines changed

docs/recce-cloud/expose-recce-instance-visibility.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ icon: material/account-multiple-check
55

66
!!! Note
77

8-
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 [[email protected]](mailto:product@datarecce.io) to join our design partnership program for early access.
8+
Recce Cloud is currently in beta. [Learn more about different plans](https://datarecce.io/pricing).
99

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

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ icon: material/school
66
**Estimated Time:** 20 minutes
77

88
!!! Note
9-
10-
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 [[email protected]](mailto:[email protected]) to join our design partnership program for early access.
9+
Recce Cloud is currently in beta. [Learn more about different plans](https://datarecce.io/pricing).
1110

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

docs/recce-cloud/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ icon: material/hand-wave-outline
66
## What is Recce Cloud?
77
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.
88

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

1212
## Integration with GitHub

docs/recce-cloud/setup-gh-actions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ icon: octicons/workflow-16
55

66
!!! Note
77

8-
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 [[email protected]](mailto:product@datarecce.io) to join our design partnership program for early access.
8+
Recce Cloud is currently in beta. [Learn more about different plans](https://datarecce.io/pricing).
99

1010
[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.
1111

docs/recce-cloud/setup-gh-codespaces.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ icon: octicons/codespaces-16
55

66
!!! Note
77

8-
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 [[email protected]](mailto:product@datarecce.io) to join our design partnership program for early access.
8+
Recce Cloud is currently in beta. [Learn more about different plans](https://datarecce.io/pricing).
99

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

mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ nav:
6969
- agreement/privacy-policy.md
7070
- agreement/cookies-policy.md
7171
- agreement/terms-of-use.md
72-
- Cloud (Alpha):
72+
- Cloud (Beta):
7373
- recce-cloud/index.md
7474
- recce-cloud/getting-started-recce-cloud.md
7575
- recce-cloud/setup-gh-actions.md

0 commit comments

Comments
 (0)