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.
2 parents d5639ce + a1a1341 commit c51fb74Copy full SHA for c51fb74
uncoder-core/app/translator/platforms/sentinel_one/mapping.py
@@ -1,4 +1,4 @@
1
-from app.translator.core.mapping import BasePlatformMappings, LogSourceSignature
+from app.translator.core.mapping import LogSourceSignature, BaseStrictLogSourcesPlatformMappings
2
from app.translator.platforms.sentinel_one.const import sentinel_one_power_query_details
3
4
@@ -10,7 +10,7 @@ def __str__(self) -> str:
10
return ""
11
12
13
-class SentinelOnePowerQueryMappings(BasePlatformMappings):
+class SentinelOnePowerQueryMappings(BaseStrictLogSourcesPlatformMappings):
14
def prepare_log_source_signature(self, mapping: dict) -> SentinelOnePowerQueryLogSourceSignature:
15
...
16
0 commit comments