astronomer / dag-factory

Dynamically generate Apache Airflow DAGs from YAML configuration files
Apache License 2.0
1.21k stars 183 forks source link

Fix Makefile to run make docker-run #271

Closed tatiana closed 1 month ago

tatiana commented 1 month ago

Fixes the following errors that popped up when trying to run make docker-run:

(venv) ➜  dag-factory git:(release-0.2.0) ✗ make build-whl
cd examples && ln -s ../dev/dags dags
ln: dags/dags: File exists
make: *** [build-whl] Error 1

And

(venv) ➜  dag-factory git:(release-0.2.0) ✗ make docker-run 
cd dev
python3 -m build --outdir dev/include/
/Users/tati/Code/dag-factory/venv/bin/python3: No module named build
make: *** [build-whl] Error 1
codecov-commenter commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.96%. Comparing base (dfd46b8) to head (06042c7). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #271 +/- ## ======================================= Coverage 93.96% 93.96% ======================================= Files 8 8 Lines 630 630 ======================================= Hits 592 592 Misses 38 38 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.