From 6d6097dcd4f32e437044fb944a0a9dcd11547b86 Mon Sep 17 00:00:00 2001 From: pgoslatara Date: Fri, 27 Sep 2024 09:28:00 +0200 Subject: [PATCH] Small tidy of dbt artifacts pipelines --- .github/workflows/dbt_artifact_probes.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dbt_artifact_probes.yml b/.github/workflows/dbt_artifact_probes.yml index 47fc200e..dac71dab 100644 --- a/.github/workflows/dbt_artifact_probes.yml +++ b/.github/workflows/dbt_artifact_probes.yml @@ -1,5 +1,5 @@ --- - name: dbt Artifacts probe + name: dbt artifacts probe on: schedule: @@ -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`