Commit c44820f7 authored by Bogdan's avatar Bogdan

Deleted layer in hash table

parent 8bdc634d
......@@ -49,25 +49,6 @@ def add_layers(use_case:str, table_name: str):
"document1hash"
],
"cluster_properties": [
##TODO discuss with other to see if we keep them?
"document1id",
"document1collection"
]
},
{
"use_case": use_case,
"table": table_name,
"name": "connection_layer",
"properties": [
"UniqueID",
"database",
"databaseType",
"host",
"port"
],
"cluster_properties": [
##TODO discuss with other to see if we keep them?
......
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