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 workflow_id as an optional key column for github_actions_repository_workflow_run list calls #465

Merged

Conversation

tsibley
Copy link
Contributor

@tsibley tsibley commented Dec 18, 2024

When present, it lets us use a workflow-specific endpoint to list runs. This is more efficient (faster response times from GitHub, less data transferred) for repositories with many workflows × many runs.

…itory_workflow_run` list calls

When present, it lets us use a workflow-specific endpoint to list runs.
This is more efficient (faster response times from GitHub, less data
transferred) for repositories with many workflows × many runs.
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:25
@misraved misraved merged commit 4634281 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