Skip to content

Commit

Permalink
reorder run
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit Chatterjee committed Dec 30, 2023
1 parent cca8f79 commit de24f36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ddpui/management/commands/showentities.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@ def show_org_entities(self, org: Org):
print(f"{org.slug}")
self.show_orgprefectblocks(org)
print("")
self.show_manual_dataflows(org)
print("")
self.show_orchestrated_dataflows(org)
print("")
self.show_org_tasks(org)
print("")
self.show_manual_dataflows(org)
print("")
self.show_v1_manual_dataflows(org)
print("")
self.show_orchestrated_dataflows(org)
print("")
self.show_v1_orchestrated_dataflows(org)
print("=" * 80)

Expand Down

0 comments on commit de24f36

Please sign in to comment.