datarecce/Recce Cloud CI/CD Action
A GitHub Action to integrate Recce Cloud CI/CD from your GitHub repository (TypeScript version).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dbt_target_path | The path to the DBT target directory containing manifest.json and catalog.json (default: target). | yes | target |
| base_branch | The base branch for the deployment (default: main). | no | main |
| api_host | The Recce Cloud API host URL. | no | https://cloud.datarecce.io |
| web_host | The Recce Cloud web host URL. | no | https://cloud.datarecce.io |
| github_token | GitHub token for authentication (defaults to github.token if not provided). | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| session_id | The Recce Cloud session ID for the uploaded artifacts |