Skip to content

Commit 48edc4c

Browse files
raj-axeianhelle
andauthored
Add pagination and retries based on load, support queries - PrismaCloudDriver (#834)
* Pagination+retry * lint fixes * fixed lint issues for pylint and type ignore for mypy * Introduced inheritence of DriverBase + support queries * Commenting out name file in query yamls Updating query yaml test to print out more detail (i.e. > none) * changed logger configs --------- Co-authored-by: Ian Hellen <ianhelle@microsoft.com>
1 parent aa20fb4 commit 48edc4c

File tree

6 files changed

+1484
-92
lines changed

6 files changed

+1484
-92
lines changed

msticpy/data/core/query_defns.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ class DataFamily(Enum):
3838
Sumologic = 10
3939
Cybereason = 11
4040
Elastic = 14
41+
Prismacloud = 21
4142

4243
@classmethod
4344
def parse(cls, value: Union[str, int]) -> "DataFamily":

0 commit comments

Comments
 (0)