Commit 356bc05
authored
Add checkout step to reusable-fabric-etl workflow (#25)
Phase 1 extracted inline Python from this workflow into scripts/run_fabric_etl.py
but the corresponding actions/checkout step was never added. The other two
refactored reusables (reusable-deploy-supported.yml, reusable-deploy-bulk.yml)
both have it; only this one was missed.
Without checkout, the runner has no scripts/ directory and the python invocation
fails with 'No such file or directory'. The Phase 1 refactor's test-environment
ETL run looked successful because workflow_run-triggered workflows execute the
workflow file from the default branch — at that moment main still held the
pre-refactor inline-Python version. The bug surfaced as soon as PR #24 promoted
the refactored workflow to main, breaking the next prod ETL run.1 parent e1ec65e commit 356bc05
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
54 | 57 | | |
55 | 58 | | |
56 | 59 | | |
| |||
0 commit comments