get_influxdb_credentials#

lsst.rsp.get_influxdb_credentials(label, token=None)#

Get the credentials for an InfluxDB database.

Parameters:
  • label (str) – Human label for the InfluxDB database.

  • token (str | None, default: None) – If given, use this Gafaelfawr token instead of the local notebook token.

Returns:

Location and credentials for the InfluxDB database.

Return type:

InfluxDBLocation

Raises: