Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-dfs
csst-dfs-client
Commits
60bcbf12
Commit
60bcbf12
authored
Apr 25, 2025
by
Wei Shoulin
Browse files
rm the default value of dataset
parent
25c076da
Pipeline
#8204
canceled with stages
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
csst_dfs_client/plan.py
View file @
60bcbf12
import
os
from
typing
import
Optional
,
IO
,
Tuple
,
Literal
,
Union
from
.common
import
request
,
Result
,
constants
from
.common
import
request
,
Result
DateTimeTuple
=
Tuple
[
str
,
str
]
def
find
(
mode
:
Optional
[
str
]
=
None
,
...
...
@@ -11,7 +11,7 @@ def find(mode: Optional[str] = None,
obs_type
:
Optional
[
str
]
=
None
,
object_name
:
Optional
[
str
]
=
None
,
obstime
:
Optional
[
DateTimeTuple
]
=
None
,
dataset
:
str
=
c
on
stants
.
DEFAULT_DATASET
,
dataset
:
Optional
[
str
]
=
N
on
e
,
page
:
int
=
1
,
limit
:
int
=
0
)
->
Result
:
"""
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment