Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add run_attempt and previous_attempt_url to github_actions_repository_workflow_run #463

Merged
merged 1 commit into from
Dec 26, 2024

Conversation

tsibley
Copy link
Contributor

@tsibley tsibley commented Dec 18, 2024

The workflow run represented by this table/the GitHub API endpoint is aggregate of all the attempts of the run, with details that are a combination of the first attempt and the last attempt of the run. When dealing with runs that have multiple attempts, it's useful to know how many attempts there have been and where to find the previous attempt.

…itory_workflow_run`

The workflow run represented by this table/the GitHub API endpoint is
aggregate of all the attempts of the run, with details that are a
combination of the first attempt and the last attempt of the run.  When
dealing with runs that have multiple attempts, it's useful to know how
many attempts there have been and where to find the previous attempt.
tsibley added a commit to nextstrain/status that referenced this pull request Dec 19, 2024
Includes the following changes:

  - <turbot/steampipe-plugin-github#463>
  - <turbot/steampipe-plugin-github#464>
  - <turbot/steampipe-plugin-github#465>

for additional functionality around run attempts (to be used in the next
commit) and improved efficiency listing runs (automatically!).

The hope is that I can get my changes upstreamed and we can stop using a
customized and vendored version, but I'm not sure if that's likely or
not.
@misraved misraved self-requested a review December 19, 2024 15:26
@misraved misraved merged commit 2e32ebc into turbot:main Dec 26, 2024
1 check passed
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.

2 participants