Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc51fb74

Browse files
authored
Merge pull request#218 from UncoderIO/gis-9197
gis-9197 add strict mapping to sentinel one power query
2 parentsd5639ce +a1a1341 commitc51fb74

File tree

1 file changed

+2
-2
lines changed
  • uncoder-core/app/translator/platforms/sentinel_one

1 file changed

+2
-2
lines changed

‎uncoder-core/app/translator/platforms/sentinel_one/mapping.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
fromapp.translator.core.mappingimportBasePlatformMappings,LogSourceSignature
1+
fromapp.translator.core.mappingimportLogSourceSignature,BaseStrictLogSourcesPlatformMappings
22
fromapp.translator.platforms.sentinel_one.constimportsentinel_one_power_query_details
33

44

@@ -10,7 +10,7 @@ def __str__(self) -> str:
1010
return""
1111

1212

13-
classSentinelOnePowerQueryMappings(BasePlatformMappings):
13+
classSentinelOnePowerQueryMappings(BaseStrictLogSourcesPlatformMappings):
1414
defprepare_log_source_signature(self,mapping:dict)->SentinelOnePowerQueryLogSourceSignature:
1515
...
1616

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp