Skip to main content
App version: 3.4.9

set_project()

Python package: neptune-fetcher

Sets the project in the context.

Returns the set context.

Parameters

NameTypeDescription
projectstr, optionalName of a project in the form workspace-name/project-name.

Example

import neptune_fetcher.alpha as npt


npt.set_project("team-alpha/project-y")