Skip to content

Add new command pytask dag to visualize the DAG. #101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 13, 2021
Merged

Conversation

tobiasraabe
Copy link
Member

@tobiasraabe tobiasraabe commented Jun 12, 2021

Changes

Closes #77.

  • Document the CLI and programmatic interface.

@tobiasraabe tobiasraabe added this to the v0.0.15 milestone Jun 12, 2021
@codecov
Copy link

codecov bot commented Jun 12, 2021

Codecov Report

Attention: Patch coverage is 87.50000% with 18 lines in your changes missing coverage. Please review.

Project coverage is 90.05%. Comparing base (f17f499) to head (6dee619).
Report is 435 commits behind head on main.

Files Patch % Lines
src/_pytask/graph.py 85.43% 15 Missing ⚠️
tests/test_graph.py 93.75% 2 Missing ⚠️
src/_pytask/build.py 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #101      +/-   ##
==========================================
- Coverage   90.12%   90.05%   -0.07%     
==========================================
  Files          60       62       +2     
  Lines        5132     5270     +138     
==========================================
+ Hits         4625     4746     +121     
- Misses        507      524      +17     
Flag Coverage Δ
end_to_end 76.54% <45.83%> (-0.87%) ⬇️
integration 41.53% <43.75%> (+0.03%) ⬆️
unit 67.26% <86.80%> (+0.89%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@tobiasraabe tobiasraabe merged commit a0cd7d9 into main Jun 13, 2021
@tobiasraabe tobiasraabe deleted the export-graph branch June 13, 2021 00:21
tobiasraabe added a commit that referenced this pull request Jun 21, 2021
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.

ENH: Generate a visualization of a project's DAG.
1 participant