Skip to content

Make the Airflow example portable - #170

Open
njzjz-bot wants to merge 1 commit into
deepmodeling:develfrom
njzjz-bot:codex/issue-148-airflow-example-paths
Open

Make the Airflow example portable#170
njzjz-bot wants to merge 1 commit into
deepmodeling:develfrom
njzjz-bot:codex/issue-148-airflow-example-paths

Conversation

@njzjz-bot

Copy link
Copy Markdown
Contributor

Summary:

  • resolve the Airflow example input and work directory from the checkout
  • document the TI_taskflow DAG requirement and allow DAG/work directory overrides
  • remove the developer-specific home path and add command-construction coverage

Tests:

  • PYTHONPATH=.. python -m unittest test_airflow_example -v
  • bash -n examples/airflow.sh
  • python -m ruff check --select I,F --ignore F841 tests/test_airflow_example.py

Fixes #148

Coding agent: Codex
Codex version: codex-cli 0.149.0
Model: gpt-5.6-sol
Reasoning effort: xhigh

Resolve the example configuration and work directory from the checkout, document the required legacy DAG, and allow DAG/work directory overrides. Remove the private home path and add an end-to-end command-construction test.

Coding-Agent: Codex
Codex-Version: codex-cli 0.149.0
Model: gpt-5.6-sol
Reasoning-Effort: xhigh
@coderabbitai

coderabbitai Bot commented Aug 23, 2026

Copy link
Copy Markdown

Warning

Review limit reached

Next included review available in 27 minutes.

View limit details

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 3cacdd3d-44fd-4d79-a9b0-afd03119a828

📥 Commits

Reviewing files that changed from the base of the PR and between 78091bd and 9be6679.

📒 Files selected for processing (4)
  • README.md
  • examples/FreeEnergy.json
  • examples/airflow.sh
  • tests/test_airflow_example.py

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@codecov

codecov Bot commented Aug 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (78091bd) to head (9be6679).

Additional details and impacted files
@@          Coverage Diff          @@
##           devel    #170   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files         25      25           
  Lines       6665    6665           
=====================================
  Misses      6665    6665           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Code scan] Airflow example contains stale local paths and DAG assumptions

1 participant