{"id":23886146,"url":"https://github.com/dpguthrie/dbt-cloud-restart-from-failure-action","last_synced_at":"2026-02-26T10:25:32.461Z","repository":{"id":102289817,"uuid":"540140861","full_name":"dpguthrie/dbt-cloud-restart-from-failure-action","owner":"dpguthrie","description":"This action triggers a dbt Cloud job and given the last run encountered a failure, will restart that job from that point","archived":false,"fork":false,"pushed_at":"2022-09-22T19:34:28.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-03T02:41:57.034Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dpguthrie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-22T19:34:26.000Z","updated_at":"2022-09-22T19:34:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"d942e48a-828b-4995-93bf-92edb57bd043","html_url":"https://github.com/dpguthrie/dbt-cloud-restart-from-failure-action","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"jacobtomlinson/python-container-action","purl":"pkg:github/dpguthrie/dbt-cloud-restart-from-failure-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpguthrie%2Fdbt-cloud-restart-from-failure-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpguthrie%2Fdbt-cloud-restart-from-failure-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpguthrie%2Fdbt-cloud-restart-from-failure-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpguthrie%2Fdbt-cloud-restart-from-failure-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dpguthrie","download_url":"https://codeload.github.com/dpguthrie/dbt-cloud-restart-from-failure-action/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpguthrie%2Fdbt-cloud-restart-from-failure-action/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266844021,"owners_count":23993961,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-04T05:56:56.518Z","updated_at":"2025-10-30T04:50:21.168Z","avatar_url":"https://github.com/dpguthrie.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Container Action Template\n\n[![Action Template](https://img.shields.io/badge/Action%20Template-Python%20Container%20Action-blue.svg?colorA=24292e\u0026colorB=0366d6\u0026style=flat\u0026longCache=true\u0026logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAM6wAADOsB5dZE0gAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAERSURBVCiRhZG/SsMxFEZPfsVJ61jbxaF0cRQRcRJ9hlYn30IHN/+9iquDCOIsblIrOjqKgy5aKoJQj4O3EEtbPwhJbr6Te28CmdSKeqzeqr0YbfVIrTBKakvtOl5dtTkK+v4HfA9PEyBFCY9AGVgCBLaBp1jPAyfAJ/AAdIEG0dNAiyP7+K1qIfMdonZic6+WJoBJvQlvuwDqcXadUuqPA1NKAlexbRTAIMvMOCjTbMwl1LtI/6KWJ5Q6rT6Ht1MA58AX8Apcqqt5r2qhrgAXQC3CZ6i1+KMd9TRu3MvA3aH/fFPnBodb6oe6HM8+lYHrGdRXW8M9bMZtPXUji69lmf5Cmamq7quNLFZXD9Rq7v0Bpc1o/tp0fisAAAAASUVORK5CYII=)](https://github.com/jacobtomlinson/python-container-action)\n[![Actions Status](https://github.com/jacobtomlinson/python-container-action/workflows/Lint/badge.svg)](https://github.com/jacobtomlinson/python-container-action/actions)\n[![Actions Status](https://github.com/jacobtomlinson/python-container-action/workflows/Integration%20Test/badge.svg)](https://github.com/jacobtomlinson/python-container-action/actions)\n\nThis is a template for creating GitHub actions and contains a small Python application which will be built into a minimal [Container Action](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-a-docker-container-action). Our final container from this template is ~50MB, yours may be a little bigger once you add some code. If you want something smaller check out my [go-container-action template](https://github.com/jacobtomlinson/go-container-action/actions).\n\nIn `main.py` you will find a small example of accessing Action inputs and returning Action outputs. For more information on communicating with the workflow see the [development tools for GitHub Actions](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/development-tools-for-github-actions).\n\n\u003e 🏁 To get started, click the `Use this template` button on this repository [which will create a new repository based on this template](https://github.blog/2019-06-06-generate-new-repositories-with-repository-templates/).\n\n## Usage\n\nDescribe how to use your action here.\n\n### Example workflow\n\n```yaml\nname: My Workflow\non: [push, pull_request]\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/checkout@master\n    - name: Run action\n\n      # Put your action repo here\n      uses: me/myaction@master\n\n      # Put an example of your mandatory inputs here\n      with:\n        myInput: world\n```\n\n### Inputs\n\n| Input                                             | Description                                        |\n|------------------------------------------------------|-----------------------------------------------|\n| `myInput`  | An example mandatory input    |\n| `anotherInput` _(optional)_  | An example optional input    |\n\n### Outputs\n\n| Output                                             | Description                                        |\n|------------------------------------------------------|-----------------------------------------------|\n| `myOutput`  | An example output (returns 'Hello world')    |\n\n## Examples\n\n\u003e NOTE: People ❤️ cut and paste examples. Be generous with them!\n\n### Using the optional input\n\nThis is how to use the optional input.\n\n```yaml\nwith:\n  myInput: world\n  anotherInput: optional\n```\n\n### Using outputs\n\nShow people how to use your outputs in another action.\n\n```yaml\nsteps:\n- uses: actions/checkout@master\n- name: Run action\n  id: myaction\n\n  # Put your action name here\n  uses: me/myaction@master\n\n  # Put an example of your mandatory arguments here\n  with:\n    myInput: world\n\n# Put an example of using your outputs here\n- name: Check outputs\n    run: |\n    echo \"Outputs - ${{ steps.myaction.outputs.myOutput }}\"\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpguthrie%2Fdbt-cloud-restart-from-failure-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdpguthrie%2Fdbt-cloud-restart-from-failure-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpguthrie%2Fdbt-cloud-restart-from-failure-action/lists"}