kedro neptune
command in the Kedro project folder.kedro neptune [OPTIONS] COMMAND [ARGS]...
$ kedro run
, you will log:str
, optional, default is "$NEPTUNE_API_TOKEN"
) - Neptune API token or the environment variable name where it is stored. See How to find your API token.str
, optional, default is "$NEPTUNE_PROJECT"
) - Neptune project name or the environment variable name where it is stored. See How to find your Neptune project name.str
, optional, default is "kedro"
) - Namespace in Neptune where all the Kedro-related metadata is logged.str
, optional, default is "base"
) - Name of the Subdirectory inside of the Kedro "conf" directory for configuration and catalog files.str
) - Filepath in POSIX format to a text file prefixed with a protocol like s3://. Same as for Kedro TextDataset.dict
, optional) - Credentials required to get access to the underlying filesystem. Same as for Kedro TextDataset.dict
, optional) - Extra arguments to pass into underlying filesystem class constructor. Same as for Kedro TextDataset.