Skip to content

Instantly share code, notes, and snippets.

View wpbonelli's full-sized avatar

wpbonelli

  • UCAR / @usgs
  • 08:26 (UTC -04:00)
View GitHub Profile

Delete all Actions cache entries with GitHub CLI

A convenient one liner to empty all caches for a repository.

Installing the actions-cache extension

The gh CLI and actions-cache extension must be installed. To install the extension, run:

 gh extension install actions/gh-actions-cache
@wpbonelli
wpbonelli / dagster_start_pipeline_graphql.md
Last active June 11, 2020 22:11
Start Dagster pipeline via GraphQL API

GraphQL:

mutation ($executionParams: ExecutionParams!) {
  startPipelineExecution(executionParams: $executionParams) {
    ...startPipelineExecutionResultFragment
  }
}

fragment startPipelineExecutionResultFragment on StartPipelineExecutionResult {