Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Fractalis
fractalis
Commits
ecb9b3c9
Commit
ecb9b3c9
authored
Apr 24, 2018
by
Sascha Herzinger
Browse files
New welcome page for docker deployment
parent
7a934e0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
fractalis/data/etls/ada/shared.py
View file @
ecb9b3c9
...
...
@@ -16,7 +16,7 @@ def make_cookie(token: str) -> dict:
def
get_field
(
server
:
str
,
data_set
:
str
,
cookie
:
dict
,
projection
:
str
)
->
List
[
dict
]:
r
=
requests
.
get
(
url
=
'{}/
studie
s/records/findCustom'
.
format
(
server
),
r
=
requests
.
get
(
url
=
'{}/
dataSet
s/records/findCustom'
.
format
(
server
),
headers
=
{
'Accept'
:
'application/json'
},
params
=
{
'dataSet'
:
data_set
,
...
...
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