Skip to content
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

Visualize dag #903

Closed
wants to merge 36 commits into from
Closed

Visualize dag #903

wants to merge 36 commits into from

Conversation

Leahh02
Copy link
Collaborator

@Leahh02 Leahh02 commented Aug 20, 2024

This branch is one that comes off of Kabir's Multiple-Workflows-One-Database branch. The purpose of it is to enable users to look at the dag without having to go to the web browser. I want to save the dag in a common format like .gml or dot so then users can put that file into a tool like graphviz.

Before I made the pull request I did git merge develop because the Multiple-Workflows-One-Database branch didn't have changes from develop.

Kabir Bradman Vats - 397552 and others added 30 commits July 8, 2024 14:58
…er. Can definitely see a lot of reworking in terms of the interfaces & will have to go to drawing board for that
Accidental save from vim
… central code. Load containers in foreground, will change to background later
Restructure dep_manager and separate container, redis, and neo4j from…
@Leahh02 Leahh02 added enhancement New feature or request WIP Work in progress labels Aug 20, 2024
@Leahh02
Copy link
Collaborator Author

Leahh02 commented Aug 20, 2024

Currently in wf_utils I'm triggering exporting of the dag within the --no-start flag. I'm planning on making a new flag, I just wanted to see how things worked first.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes made to bee_client.py and wf_utils.py are causing the NOT_RESPONDING state to appear -- I think. But this is my first attempt at having the "beeflow dag" command.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do the steps actually complete and then show NOT_RESPONDING ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to note, I'm not planning on keeping this here. I just wanted to put my work somewhere while I'm figuring things out.

@Leahh02
Copy link
Collaborator Author

Leahh02 commented Sep 9, 2024

Switched to PR Export dag #909

@Leahh02 Leahh02 closed this Sep 9, 2024
@Leahh02 Leahh02 deleted the visualize-dag branch September 10, 2024 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request WIP Work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants