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

Commitc012725

Browse files
committed
gis-9197 fixes
1 parent7ec3852 commitc012725

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
fromapp.translator.core.mappingimportBaseStrictLogSourcesPlatformMappings,LogSourceSignature
2+
fromapp.translator.platforms.sentinel_one.constimportsentinel_one_power_query_details
3+
4+
5+
classSentinelOnePowerQueryLogSourceSignature(LogSourceSignature):
6+
defis_suitable(self)->bool:
7+
returnTrue
8+
9+
def__str__(self)->str:
10+
return""
11+
12+
13+
classSentinelOnePowerQueryMappings(BaseStrictLogSourcesPlatformMappings):
14+
defprepare_log_source_signature(self,mapping:dict)->SentinelOnePowerQueryLogSourceSignature:
15+
...
16+
17+
18+
sentinel_one_power_query_query_mappings=SentinelOnePowerQueryMappings(
19+
platform_dir="sentinel_one",platform_details=sentinel_one_power_query_details
20+
)
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
"""
2+
Uncoder IO Community Edition License
3+
-----------------------------------------------------------------
4+
Copyright (c) 2024 SOC Prime, Inc.
5+
6+
Licensed under the Apache License, Version 2.0 (the "License");
7+
you may not use this file except in compliance with the License.
8+
You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
11+
12+
Unless required by applicable law or agreed to in writing, software
13+
distributed under the License is distributed on an "AS IS" BASIS,
14+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
See the License for the specific language governing permissions and
16+
limitations under the License.
17+
-----------------------------------------------------------------
18+
"""
19+
fromapp.translator.core.str_value_managerimportStrValueManager
20+
fromapp.translator.platforms.sentinel_one.escape_managerimport (
21+
SentinelOnePowerQueryEscapeManager,
22+
sentinel_one_power_query_escape_manager,
23+
)
24+
25+
26+
classSentinelOnePowerQueryStrValueManager(StrValueManager):
27+
escape_manager:SentinelOnePowerQueryEscapeManager=sentinel_one_power_query_escape_manager
28+
29+
30+
sentinel_one_power_query_str_value_manager=SentinelOnePowerQueryStrValueManager()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp