diff --git a/python/lsst/consdb/hinfo.py b/python/lsst/consdb/hinfo.py index a688624b..8697482d 100644 --- a/python/lsst/consdb/hinfo.py +++ b/python/lsst/consdb/hinfo.py @@ -266,7 +266,7 @@ def process_date(day_obs: str) -> None: print("Using POSTGRES_URL {user} {host} {dbname}") engine = create_engine(url) metadata_obj = MetaData(schema=f"cdb_{instrument.lower()}") -exposure_table = Table("exposure", metadata_obj, autoload_with=engine) +exposure_table = Table("Exposure", metadata_obj, autoload_with=engine) bucket_prefix = os.environ.get("BUCKET_PREFIX", "")