diff --git a/python/lsst/ts/logging_and_reporting/consolidated_database.py b/python/lsst/ts/logging_and_reporting/consolidated_database.py index d470b8b..06cf4db 100644 --- a/python/lsst/ts/logging_and_reporting/consolidated_database.py +++ b/python/lsst/ts/logging_and_reporting/consolidated_database.py @@ -20,6 +20,8 @@ # along with this program. If not, see . +import os + import matplotlib.pyplot as plt try: @@ -40,6 +42,8 @@ def __init__(self, url, day_obs): self.day_obs = day_obs self.day_obs_int = int(day_obs.replace("-", "")) self.client = ConsDbClient(url) if have_consdb else None + os.environ["no_proxy"] += ",.consdb" + # Something about token from consdb usage page needs to happen def query_visit(self, instrument: str, type: str = "visit1"): """Query visit1 and visit1_quicklook tables and join the data on