Commit de1c0c3d authored by Bogdan's avatar Bogdan

Minor modifications

parent 4be7d693
......@@ -22,7 +22,7 @@ def add_table(use_case: str, table_name: str):
def add_layers(use_case:str, table_name: str):
layers = [
{ #Useless as all objects aree Classification?
{ #Useless as all objects aree the same type??
"use_case": use_case,
"table": table_name,
"name": "Object_Type_Layer",
......
......@@ -119,6 +119,22 @@ def add_layers(use_case:str, table_name: str):
"cluster_properties": [
"Duration"
]
},
{
"use_case": use_case,
"table": table_name,
"name": "Video_Resolution_Layer",
"properties": [
"UniqueID",
"Created",
"Views",
"videoResolution",
"Video_State",
"Video_Type"
],
"cluster_properties": [
"videoResolution"
]
}
]
......
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