diff --git a/burr/visibility/tracing.py b/burr/visibility/tracing.py index 84bba3ba..1c6d84fd 100644 --- a/burr/visibility/tracing.py +++ b/burr/visibility/tracing.py @@ -198,7 +198,11 @@ def __exit__( return None def log_artifact(self, name: str, value: Any): - raise NotImplementedError + raise NotImplementedError( + "Logging artifacts is not yet implemented. See " + "(and comment on) the following issue for more details: " + "https://github.com/DAGWorks-Inc/burr/issues/46" + ) async def __aenter__(self) -> "ActionSpanTracer": """Enters the context manager, async mode"""