Skip to content

Add Recce Cloud CI/CD integration#2

Closed
even-wei wants to merge 1 commit intomainfrom
recce/setup-cloud-integration
Closed

Add Recce Cloud CI/CD integration#2
even-wei wants to merge 1 commit intomainfrom
recce/setup-cloud-integration

Conversation

@even-wei
Copy link
Contributor

@even-wei even-wei commented Feb 2, 2026

Summary

  • Add PR review workflow (recce-pr.yml) for data change review on pull requests
  • Add production baseline workflow (recce-prod.yml) for maintaining prod artifacts

Changes

File Purpose
.github/workflows/recce-pr.yml Runs on PRs: dbt build + docs generate + upload to Recce Cloud
.github/workflows/recce-prod.yml Runs on main push: generates and uploads production baseline

Prerequisites

Configure these repository secrets before workflows can run:

  • SNOWFLAKE_ACCOUNT
  • SNOWFLAKE_USER
  • SNOWFLAKE_PASSWORD
  • SNOWFLAKE_ROLE
  • SNOWFLAKE_WAREHOUSE
  • SNOWFLAKE_DATABASE

Next Steps

  1. Merge this PR
  2. Configure Snowflake secrets in repository settings
  3. Trigger the production workflow manually to create baseline:
    • Go to Actions → "Update Recce Production Baseline" → Run workflow
  4. Create a test PR with a dbt change to verify integration

Documentation


Generated by /recce-doctor

- Add recce-pr.yml workflow for PR review with artifact upload
- Add recce-prod.yml workflow for production baseline updates
- Workflows use dbt-snowflake and recce-cloud for data change review

Generated by /recce-doctor

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Signed-off-by: even-wei <evenwei@infuseai.io>
@even-wei even-wei closed this Feb 3, 2026
@even-wei even-wei deleted the recce/setup-cloud-integration branch February 3, 2026 04:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant