fix: expand runtime vars in output paths#1957
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (5)
📝 WalkthroughWalkthroughThis pull request fixes variable expansion in stdout/stderr path templates by reordering execution flow. The changes ensure that prepare-time variables (like Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1957 +/- ##
==========================================
+ Coverage 68.07% 68.08% +0.01%
==========================================
Files 475 475
Lines 61308 61310 +2
==========================================
+ Hits 41735 41744 +9
+ Misses 15609 15599 -10
- Partials 3964 3967 +3
... and 19 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Summary
Testing
Closes #1955
Summary by CodeRabbit
Release Notes
New Features
${DAG_RUN_STEP_NAME},${LOG_SUFFIX},${DAG_RUN_STATUS}, and${DAG_WAITING_STEPS}for both steps and handlers.Tests