We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65bd66a + dcb55b3 commit d08ce99Copy full SHA for d08ce99
1 file changed
dlt/dlt_broker.py
@@ -279,3 +279,7 @@ def dlt_time(self):
279
return self._dlt_time_value.timestamp
280
281
raise RuntimeError("Getting dlt time function is not enabled")
282
+
283
+ @property
284
+ def is_injectable(self) -> bool:
285
+ return bool(self._ip_address)
0 commit comments