diff --git a/etc/ingestd.yml b/etc/ingestd.yml index 78ff055..e0560d5 100644 --- a/etc/ingestd.yml +++ b/etc/ingestd.yml @@ -12,7 +12,7 @@ rses: rucio_prefix: root://xrd1:1094//rucio fs_prefix: file:///rucio/disks/xrd1/rucio XRD2: - rucio_prefix: root://xrd2:1095//rucio/test + rucio_prefix: root://xrd2:1095//rucio fs_prefix: file:///rucio/disks/xrd2/rucio XRD3: rucio_prefix: root://xrd3:1096//rucio diff --git a/python/lsst/ctrl/ingestd/ingestd.py b/python/lsst/ctrl/ingestd/ingestd.py index 9999111..71a312c 100644 --- a/python/lsst/ctrl/ingestd/ingestd.py +++ b/python/lsst/ctrl/ingestd/ingestd.py @@ -93,7 +93,7 @@ def process(self): logging.info(e) continue rubin_butler = message.get_rubin_butler() - sidecar = message.get_rubin_sidecar_str() + sidecar = message.get_rubin_sidecar_dict() logging.debug(f"{message=} {rubin_butler=} {sidecar=}") if rubin_butler is None: