Skip to content

Commit

Permalink
Merge pull request #262 from godatadriven/clean-artifacts-pipeline
Browse files Browse the repository at this point in the history
Small tidy of dbt artifacts pipelines
  • Loading branch information
pgoslatara authored Sep 27, 2024
2 parents 84ed9b0 + 6d6097d commit 1e1ded5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dbt_artifact_probes.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: dbt Artifacts probe
name: dbt artifacts probe

on:
schedule:
Expand Down Expand Up @@ -61,7 +61,7 @@
poetry-version: ${{ env.POETRY_VERSION }}
python-version: ${{ steps.python-version.outputs.PYTHON_VERSION }}

- name: Install latest dbt-core and generate dbt artifacts
- name: Install latest dbt-core
run: poetry run pip install dbt-core -U --pre

- name: Regenerate dbt artifacts and run `dbt-bouncer`
Expand Down

0 comments on commit 1e1ded5

Please sign in to comment.