Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DataCatalog
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
eFlows4HPC WP2
DataCatalog
Commits
a691a9ea
Commit
a691a9ea
authored
2 years ago
by
Christian Boettcher
Browse files
Options
Downloads
Patches
Plain Diff
change typing
parent
b482bdb2
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#112585
canceled
2 years ago
Stage: test
Stage: build
Stage: deploy
Stage: test-deployment
Stage: cleanup
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
apiserver/main.py
+1
-1
1 addition, 1 deletion
apiserver/main.py
with
1 addition
and
1 deletion
apiserver/main.py
+
1
−
1
View file @
a691a9ea
...
@@ -150,7 +150,7 @@ async def get_types(request: Request = None):
...
@@ -150,7 +150,7 @@ async def get_types(request: Request = None):
@app.get
(
"
/{location_data_type}
"
,
response_model
=
List
[
List
[
str
]])
@app.get
(
"
/{location_data_type}
"
,
response_model
=
List
[
List
[
str
]])
async
def
list_datasets
(
location_data_type
:
LocationDataType
,
name
:
str
|
None
=
None
,
url
:
str
|
None
=
None
,
has_key
:
List
[
str
]
|
None
=
Query
(
default
=
None
)):
async
def
list_datasets
(
location_data_type
:
LocationDataType
,
name
:
str
=
None
,
url
:
str
=
None
,
has_key
:
List
[
str
]
=
Query
(
default
=
None
)):
"""
"""
list id and name of all matching registered datasets for the specified type
\n
list id and name of all matching registered datasets for the specified type
\n
name: has to be contained in the name of the object
\n
name: has to be contained in the name of the object
\n
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment