Commit 7ec121b5 authored by Manuel's avatar Manuel

renewed pipeline diagram

parent e42e3172
......@@ -21,6 +21,7 @@ def add_table(use_case: str, table_name: str):
columns = { c : c for c in columns }
columns["UniqueID"] = "Transaction_ID+Timestamp"
columns["Transaction_Type"] = "enum(Transaction_Type)"
url = f"https://articonf1.itec.aau.at:30420/api/use-cases/{use_case}/tables"
......
......@@ -69,7 +69,7 @@ def add_layers(use_case:str, table_name: str):
"UniqueID",
"objecttype",
"eventid",
"evenEpicenter",
"eventEpicenter",
"range",
"firstTag"
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment