Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SMART
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UNI-KLU
SMART
Commits
e7334195
Commit
e7334195
authored
Jul 29, 2020
by
zahrana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
semantic_linking swagger part and integration fixed
parent
10acdfee
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
Run_Layering.py
...-microservice/app/multilayer-ignoredforce/Run_Layering.py
+6
-6
fetchingdata2.py
...microservice/app/multilayer-ignoredforce/fetchingdata2.py
+1
-1
No files found.
src/data-hub/semantic-linking-microservice/app/multilayer-ignoredforce/Run_Layering.py
View file @
e7334195
...
...
@@ -9,20 +9,20 @@ import json
from
db.entities
import
Raw_Dataset
from
typing
import
List
,
Dict
,
Tuple
from
db.repository
import
Repository
from
fetchingdata2
import
fetch
exit
(
0
)
from
fetchingdata2
import
Fetch
repo
=
Repository
()
def
run_generic_layering
():
'''Runs the clustering for all layers found in the repository.'''
raw_dataset
=
repo
.
get
_raw_data
()
raw_dataset
s
=
repo
.
get_all
_raw_data
()
print
(
f
"fetchingdata {raw_dataset.usecase_name}"
)
for
raw_dataset
in
raw_datasets
:
fetch
.
fetch_info
(
raw_dataset
)
print
(
f
"fetchingdata {raw_dataset.usecase_name}"
)
f
=
Fetch
()
f
.
fetch_info
(
raw_dataset
.
to_serializable_dict
())
...
...
src/data-hub/semantic-linking-microservice/app/multilayer-ignoredforce/fetchingdata2.py
View file @
e7334195
...
...
@@ -9,7 +9,7 @@ from db.repository import Repository
start_time
=
time
.
time
()
repo
=
Repository
()
class
f
etch
:
class
F
etch
:
def
__init__
(
self
):
self
.
USER
=
[]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment