mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-02 11:52:37 +02:00
Flow class -> flow blueprint
This commit is contained in:
parent
4e5f73f597
commit
ef576b9ad0
6 changed files with 532 additions and 532 deletions
|
|
@ -16,15 +16,15 @@ def dump_status(metrics_url, api_url, flow_id, token=None):
|
|||
api = Api(api_url, token=token).flow()
|
||||
|
||||
flow = api.get(flow_id)
|
||||
class_name = flow["class-name"]
|
||||
blueprint_name = flow["blueprint-name"]
|
||||
|
||||
print()
|
||||
print(f"Flow {flow_id}")
|
||||
show_processors(metrics_url, flow_id)
|
||||
|
||||
print()
|
||||
print(f"Class {class_name}")
|
||||
show_processors(metrics_url, class_name)
|
||||
print(f"Blueprint {blueprint_name}")
|
||||
show_processors(metrics_url, blueprint_name)
|
||||
|
||||
print()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue