Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Summary** This pull request adds the `run_attempt` property to the workflow_runs schema. This will give the ability to filter out re-runs(`run_attempt>1`) in the workflow runs metrics. **Changes** Updated `repository_streams.py` to include `run_attempt` in the schema definition of the workflow_runs stream. **Testing** 1. Confirmed that Github REST API endpoint for workflow runs response returns `run_attempt` field in the response. 2. Tested the changes locally using Meltano to ensure the `run_attempt` field is correctly included in response and populated in the target.
- Loading branch information