Skip to content
Snippets Groups Projects

Moved VALID_DASK_CLIENT_STRINGS to bob.pipelines

Merged Tiago de Freitas Pereira requested to merge valid-strings into master
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
2 2 from pkgutil import extend_path
3 3
4 4 __path__ = extend_path(__path__, __name__)
5
6 # DASK-click VALID_DASK_CLIENT_STRINGS
7 # TO BE USED IN:
8 # @click.option(
9 # "--dask-client",
10 # "-l",
11 # entry_point_group="dask.client",
12 # string_exceptions=VALID_DASK_CLIENT_STRINGS,
13 # default="single-threaded",
14 # help="Dask client for the execution of the pipeline.",
15 # cls=ResourceOption,
16 # )
Please register or sign in to reply
Loading