Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
bob.pipelines
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bob
bob.pipelines
Commits
7b8e32c9
Commit
7b8e32c9
authored
Dec 06, 2020
by
Tiago de Freitas Pereira
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'valid-strings' into 'master'
Moved VALID_DASK_CLIENT_STRINGS to bob.pipelines See merge request
!55
parents
b1ccc773
fde28dfc
Pipeline
#46366
passed with stages
in 5 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
bob/pipelines/distributed/__init__.py
bob/pipelines/distributed/__init__.py
+14
-0
No files found.
bob/pipelines/distributed/__init__.py
View file @
7b8e32c9
...
...
@@ -2,3 +2,17 @@
from
pkgutil
import
extend_path
__path__
=
extend_path
(
__path__
,
__name__
)
# DASK-click VALID_DASK_CLIENT_STRINGS
# TO BE USED IN:
# @click.option(
# "--dask-client",
# "-l",
# entry_point_group="dask.client",
# string_exceptions=VALID_DASK_CLIENT_STRINGS,
# default="single-threaded",
# help="Dask client for the execution of the pipeline.",
# cls=ResourceOption,
# )
VALID_DASK_CLIENT_STRINGS
=
(
"single-threaded"
,
"sync"
,
"threaded"
,
"processes"
)
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