Skip to content

Commit d70c86b

Browse files
fix: update workflow to call macro without elementary. prefix
The drop_stale_ci_schemas macro moved from the main elementary package to the integration_tests project in dbt-data-reliability. Co-Authored-By: Itamar Hartstein <haritamar@gmail.com>
1 parent 5447b19 commit d70c86b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cleanup-stale-schemas.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
env:
1616
# Re-use the dbt-data-reliability integration-test project so we get the
17-
# cleanup macro (elementary.drop_stale_ci_schemas) without duplicating it.
17+
# cleanup macro (drop_stale_ci_schemas) without duplicating it.
1818
TESTS_DIR: ${{ github.workspace }}/dbt-data-reliability/integration_tests
1919

2020
jobs:
@@ -69,6 +69,6 @@ jobs:
6969
- name: Drop stale CI schemas
7070
working-directory: ${{ env.TESTS_DIR }}/dbt_project
7171
run: >
72-
dbt run-operation elementary.drop_stale_ci_schemas
72+
dbt run-operation drop_stale_ci_schemas
7373
--args '{prefixes: ["py_"], max_age_hours: ${{ inputs.max-age-hours || '24' }}}'
7474
-t "${{ matrix.warehouse-type }}"

0 commit comments

Comments
 (0)