We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95512ff commit a71358cCopy full SHA for a71358c
src/murfey/workflows/register_atlas_update.py
@@ -16,6 +16,9 @@ def run(
16
if _transport_object is None:
17
logger.error("Unable to find transport manager")
18
return {"success": False, "requeue": False}
19
+
20
+ logger.info(f"Registering updated atlas: \n{message}")
21
22
_transport_object.do_update_atlas(
23
message["atlas_id"],
24
message["atlas"],
0 commit comments