pycarlo 0.10.177__tar.gz → 0.10.179__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pycarlo might be problematic. Click here for more details.
- {pycarlo-0.10.177 → pycarlo-0.10.179}/PKG-INFO +1 -1
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo/lib/schema.json +143 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo/lib/schema.py +55 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo.egg-info/PKG-INFO +1 -1
- {pycarlo-0.10.177 → pycarlo-0.10.179}/.circleci/README.md +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/.circleci/config.yml +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/.coveragerc +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/.github/workflows/release.yml +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/.gitignore +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/.pre-commit-config.yaml +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/LICENSE +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/Makefile +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/README.md +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/examples/sample_circuit_breaker.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/examples/sample_insight_upload.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo/__init__.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo/common/__init__.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo/common/errors.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo/common/files.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo/common/http.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo/common/mcon.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo/common/retries.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo/common/settings.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo/common/utils.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo/core/__init__.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo/core/client.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo/core/endpoint.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo/core/operations.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo/core/session.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo/features/__init__.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo/features/circuit_breakers/service.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo/features/dbt/dbt_importer.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo/features/dbt/queries.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo/features/exceptions.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo/features/metadata/__init__.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo/features/metadata/allow_block_list.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo/features/pii/__init__.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo/features/pii/constants.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo/features/pii/pii_filterer.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo/features/pii/queries.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo/features/pii/service.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo/features/user/__init__.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo/features/user/exceptions.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo/features/user/models.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo/features/user/queries.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo/features/user/service.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo/lib/README.md +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo/lib/__init__.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo.egg-info/SOURCES.txt +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo.egg-info/dependency_links.txt +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo.egg-info/requires.txt +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo.egg-info/top_level.txt +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/pyproject.toml +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/requirements-ci.txt +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/requirements-dev.txt +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/requirements.txt +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/setup.cfg +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/setup.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/tests/__init__.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/tests/common/__init__.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/tests/common/data.json +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/tests/common/test_files.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/tests/common/test_http.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/tests/common/test_mcon.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/tests/common/test_retries.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/tests/common/test_utils.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/tests/features/__init__.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/tests/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/tests/features/circuit_breakers/test_service.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/tests/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/tests/features/dbt/sample_logs.txt +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/tests/features/dbt/sample_manifest.json +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/tests/features/dbt/sample_run_results.json +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/tests/features/dbt/test_dbt_importer.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/tests/features/metadata/test_dataset_filtering.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/tests/features/pii/test_pii_filtering.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/tests/features/user/__init__.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/tests/features/user/test_user_service.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/tests/test_client.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/tests/test_operations.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/tests/test_retry_decorator.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/tests/test_session.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/utils/env.sh +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/utils/generate.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/utils/sample.env +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/utils/sanity.py +0 -0
- {pycarlo-0.10.177 → pycarlo-0.10.179}/utils/vars.py +0 -0
|
@@ -53525,6 +53525,12 @@
|
|
|
53525
53525
|
"description": "Datadog",
|
|
53526
53526
|
"isDeprecated": false,
|
|
53527
53527
|
"name": "DATADOG"
|
|
53528
|
+
},
|
|
53529
|
+
{
|
|
53530
|
+
"deprecationReason": null,
|
|
53531
|
+
"description": "Azure Devops",
|
|
53532
|
+
"isDeprecated": false,
|
|
53533
|
+
"name": "AZURE_DEVOPS"
|
|
53528
53534
|
}
|
|
53529
53535
|
],
|
|
53530
53536
|
"fields": null,
|
|
@@ -64089,6 +64095,26 @@
|
|
|
64089
64095
|
"ofType": null
|
|
64090
64096
|
}
|
|
64091
64097
|
},
|
|
64098
|
+
{
|
|
64099
|
+
"args": [],
|
|
64100
|
+
"deprecationReason": null,
|
|
64101
|
+
"description": "Evaluation details for the fields associated with the event, for agent monitors",
|
|
64102
|
+
"isDeprecated": false,
|
|
64103
|
+
"name": "evaluations",
|
|
64104
|
+
"type": {
|
|
64105
|
+
"kind": "LIST",
|
|
64106
|
+
"name": null,
|
|
64107
|
+
"ofType": {
|
|
64108
|
+
"kind": "NON_NULL",
|
|
64109
|
+
"name": null,
|
|
64110
|
+
"ofType": {
|
|
64111
|
+
"kind": "OBJECT",
|
|
64112
|
+
"name": "EventEvaluation",
|
|
64113
|
+
"ofType": null
|
|
64114
|
+
}
|
|
64115
|
+
}
|
|
64116
|
+
}
|
|
64117
|
+
},
|
|
64092
64118
|
{
|
|
64093
64119
|
"args": [],
|
|
64094
64120
|
"deprecationReason": null,
|
|
@@ -67486,6 +67512,73 @@
|
|
|
67486
67512
|
"name": "TableStats",
|
|
67487
67513
|
"possibleTypes": null
|
|
67488
67514
|
},
|
|
67515
|
+
{
|
|
67516
|
+
"description": null,
|
|
67517
|
+
"enumValues": null,
|
|
67518
|
+
"fields": [
|
|
67519
|
+
{
|
|
67520
|
+
"args": [],
|
|
67521
|
+
"deprecationReason": null,
|
|
67522
|
+
"description": "Field evaluated",
|
|
67523
|
+
"isDeprecated": false,
|
|
67524
|
+
"name": "field",
|
|
67525
|
+
"type": {
|
|
67526
|
+
"kind": "NON_NULL",
|
|
67527
|
+
"name": null,
|
|
67528
|
+
"ofType": {
|
|
67529
|
+
"kind": "SCALAR",
|
|
67530
|
+
"name": "String",
|
|
67531
|
+
"ofType": null
|
|
67532
|
+
}
|
|
67533
|
+
}
|
|
67534
|
+
},
|
|
67535
|
+
{
|
|
67536
|
+
"args": [],
|
|
67537
|
+
"deprecationReason": null,
|
|
67538
|
+
"description": "Function used in the evaluation",
|
|
67539
|
+
"isDeprecated": false,
|
|
67540
|
+
"name": "function",
|
|
67541
|
+
"type": {
|
|
67542
|
+
"kind": "NON_NULL",
|
|
67543
|
+
"name": null,
|
|
67544
|
+
"ofType": {
|
|
67545
|
+
"kind": "SCALAR",
|
|
67546
|
+
"name": "String",
|
|
67547
|
+
"ofType": null
|
|
67548
|
+
}
|
|
67549
|
+
}
|
|
67550
|
+
},
|
|
67551
|
+
{
|
|
67552
|
+
"args": [],
|
|
67553
|
+
"deprecationReason": null,
|
|
67554
|
+
"description": "Prompt used in the evaluation",
|
|
67555
|
+
"isDeprecated": false,
|
|
67556
|
+
"name": "prompt",
|
|
67557
|
+
"type": {
|
|
67558
|
+
"kind": "SCALAR",
|
|
67559
|
+
"name": "String",
|
|
67560
|
+
"ofType": null
|
|
67561
|
+
}
|
|
67562
|
+
},
|
|
67563
|
+
{
|
|
67564
|
+
"args": [],
|
|
67565
|
+
"deprecationReason": null,
|
|
67566
|
+
"description": "Output type used in the evaluation",
|
|
67567
|
+
"isDeprecated": false,
|
|
67568
|
+
"name": "outputType",
|
|
67569
|
+
"type": {
|
|
67570
|
+
"kind": "SCALAR",
|
|
67571
|
+
"name": "String",
|
|
67572
|
+
"ofType": null
|
|
67573
|
+
}
|
|
67574
|
+
}
|
|
67575
|
+
],
|
|
67576
|
+
"inputFields": null,
|
|
67577
|
+
"interfaces": [],
|
|
67578
|
+
"kind": "OBJECT",
|
|
67579
|
+
"name": "EventEvaluation",
|
|
67580
|
+
"possibleTypes": null
|
|
67581
|
+
},
|
|
67489
67582
|
{
|
|
67490
67583
|
"description": null,
|
|
67491
67584
|
"enumValues": null,
|
|
@@ -168155,6 +168248,33 @@
|
|
|
168155
168248
|
"ofType": null
|
|
168156
168249
|
}
|
|
168157
168250
|
},
|
|
168251
|
+
{
|
|
168252
|
+
"args": [
|
|
168253
|
+
{
|
|
168254
|
+
"defaultValue": null,
|
|
168255
|
+
"description": null,
|
|
168256
|
+
"name": "maxTimeSeries",
|
|
168257
|
+
"type": {
|
|
168258
|
+
"kind": "NON_NULL",
|
|
168259
|
+
"name": null,
|
|
168260
|
+
"ofType": {
|
|
168261
|
+
"kind": "SCALAR",
|
|
168262
|
+
"name": "Int",
|
|
168263
|
+
"ofType": null
|
|
168264
|
+
}
|
|
168265
|
+
}
|
|
168266
|
+
}
|
|
168267
|
+
],
|
|
168268
|
+
"deprecationReason": null,
|
|
168269
|
+
"description": "(experimental) Set the maximum number of time series for the account.",
|
|
168270
|
+
"isDeprecated": false,
|
|
168271
|
+
"name": "setAccountMaxTimeSeries",
|
|
168272
|
+
"type": {
|
|
168273
|
+
"kind": "OBJECT",
|
|
168274
|
+
"name": "SetMaxTimeSeries",
|
|
168275
|
+
"ofType": null
|
|
168276
|
+
}
|
|
168277
|
+
},
|
|
168158
168278
|
{
|
|
168159
168279
|
"args": [
|
|
168160
168280
|
{
|
|
@@ -189222,6 +189342,29 @@
|
|
|
189222
189342
|
"name": "BillingPlanType",
|
|
189223
189343
|
"possibleTypes": null
|
|
189224
189344
|
},
|
|
189345
|
+
{
|
|
189346
|
+
"description": null,
|
|
189347
|
+
"enumValues": null,
|
|
189348
|
+
"fields": [
|
|
189349
|
+
{
|
|
189350
|
+
"args": [],
|
|
189351
|
+
"deprecationReason": null,
|
|
189352
|
+
"description": null,
|
|
189353
|
+
"isDeprecated": false,
|
|
189354
|
+
"name": "success",
|
|
189355
|
+
"type": {
|
|
189356
|
+
"kind": "SCALAR",
|
|
189357
|
+
"name": "Boolean",
|
|
189358
|
+
"ofType": null
|
|
189359
|
+
}
|
|
189360
|
+
}
|
|
189361
|
+
],
|
|
189362
|
+
"inputFields": null,
|
|
189363
|
+
"interfaces": [],
|
|
189364
|
+
"kind": "OBJECT",
|
|
189365
|
+
"name": "SetMaxTimeSeries",
|
|
189366
|
+
"possibleTypes": null
|
|
189367
|
+
},
|
|
189225
189368
|
{
|
|
189226
189369
|
"description": "Set friendly name for a warehouse.",
|
|
189227
189370
|
"enumValues": null,
|
|
@@ -67,6 +67,7 @@ class AccountNotificationSettingsModelType(sgqlc.types.Enum):
|
|
|
67
67
|
"""Enumeration Choices:
|
|
68
68
|
|
|
69
69
|
* `ALATION`: Alation
|
|
70
|
+
* `AZURE_DEVOPS`: Azure Devops
|
|
70
71
|
* `DATADOG`: Datadog
|
|
71
72
|
* `EMAIL`: Email
|
|
72
73
|
* `GOOGLE_CHAT`: Google Chat
|
|
@@ -86,6 +87,7 @@ class AccountNotificationSettingsModelType(sgqlc.types.Enum):
|
|
|
86
87
|
__schema__ = schema
|
|
87
88
|
__choices__ = (
|
|
88
89
|
"ALATION",
|
|
90
|
+
"AZURE_DEVOPS",
|
|
89
91
|
"DATADOG",
|
|
90
92
|
"EMAIL",
|
|
91
93
|
"GOOGLE_CHAT",
|
|
@@ -20209,6 +20211,22 @@ class EventEdge(sgqlc.types.Type):
|
|
|
20209
20211
|
"""A cursor for use in pagination"""
|
|
20210
20212
|
|
|
20211
20213
|
|
|
20214
|
+
class EventEvaluation(sgqlc.types.Type):
|
|
20215
|
+
__schema__ = schema
|
|
20216
|
+
__field_names__ = ("field", "function", "prompt", "output_type")
|
|
20217
|
+
field = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="field")
|
|
20218
|
+
"""Field evaluated"""
|
|
20219
|
+
|
|
20220
|
+
function = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="function")
|
|
20221
|
+
"""Function used in the evaluation"""
|
|
20222
|
+
|
|
20223
|
+
prompt = sgqlc.types.Field(String, graphql_name="prompt")
|
|
20224
|
+
"""Prompt used in the evaluation"""
|
|
20225
|
+
|
|
20226
|
+
output_type = sgqlc.types.Field(String, graphql_name="outputType")
|
|
20227
|
+
"""Output type used in the evaluation"""
|
|
20228
|
+
|
|
20229
|
+
|
|
20212
20230
|
class EventGroup(sgqlc.types.Type):
|
|
20213
20231
|
__schema__ = schema
|
|
20214
20232
|
__field_names__ = ("group_key", "group_metadata", "group_events")
|
|
@@ -25552,6 +25570,7 @@ class Mutation(sgqlc.types.Type):
|
|
|
25552
25570
|
"update_account_display_assets_search_tags",
|
|
25553
25571
|
"set_account_name",
|
|
25554
25572
|
"set_account_billing_plan",
|
|
25573
|
+
"set_account_max_time_series",
|
|
25555
25574
|
"set_warehouse_name",
|
|
25556
25575
|
"set_etl_container_name",
|
|
25557
25576
|
"set_connection_name",
|
|
@@ -38170,6 +38189,28 @@ class Mutation(sgqlc.types.Type):
|
|
|
38170
38189
|
that will be used to create an initial customer contract
|
|
38171
38190
|
"""
|
|
38172
38191
|
|
|
38192
|
+
set_account_max_time_series = sgqlc.types.Field(
|
|
38193
|
+
"SetMaxTimeSeries",
|
|
38194
|
+
graphql_name="setAccountMaxTimeSeries",
|
|
38195
|
+
args=sgqlc.types.ArgDict(
|
|
38196
|
+
(
|
|
38197
|
+
(
|
|
38198
|
+
"max_time_series",
|
|
38199
|
+
sgqlc.types.Arg(
|
|
38200
|
+
sgqlc.types.non_null(Int), graphql_name="maxTimeSeries", default=None
|
|
38201
|
+
),
|
|
38202
|
+
),
|
|
38203
|
+
)
|
|
38204
|
+
),
|
|
38205
|
+
)
|
|
38206
|
+
"""(experimental) Set the maximum number of time series for the
|
|
38207
|
+
account.
|
|
38208
|
+
|
|
38209
|
+
Arguments:
|
|
38210
|
+
|
|
38211
|
+
* `max_time_series` (`Int!`)None
|
|
38212
|
+
"""
|
|
38213
|
+
|
|
38173
38214
|
set_warehouse_name = sgqlc.types.Field(
|
|
38174
38215
|
"SetWarehouseName",
|
|
38175
38216
|
graphql_name="setWarehouseName",
|
|
@@ -63170,6 +63211,12 @@ class SetJobGeneratesIncidents(sgqlc.types.Type):
|
|
|
63170
63211
|
dbt_job = sgqlc.types.Field("DbtJob", graphql_name="dbtJob")
|
|
63171
63212
|
|
|
63172
63213
|
|
|
63214
|
+
class SetMaxTimeSeries(sgqlc.types.Type):
|
|
63215
|
+
__schema__ = schema
|
|
63216
|
+
__field_names__ = ("success",)
|
|
63217
|
+
success = sgqlc.types.Field(Boolean, graphql_name="success")
|
|
63218
|
+
|
|
63219
|
+
|
|
63173
63220
|
class SetPiiFilterStatus(sgqlc.types.Type):
|
|
63174
63221
|
"""Set PII filter status for this account."""
|
|
63175
63222
|
|
|
@@ -73650,6 +73697,7 @@ class Event(sgqlc.types.Type, Node):
|
|
|
73650
73697
|
"mc_sql",
|
|
73651
73698
|
"source_sql",
|
|
73652
73699
|
"custom_sql",
|
|
73700
|
+
"evaluations",
|
|
73653
73701
|
"is_merged",
|
|
73654
73702
|
"description",
|
|
73655
73703
|
"mentioned_users",
|
|
@@ -73783,6 +73831,13 @@ class Event(sgqlc.types.Type, Node):
|
|
|
73783
73831
|
custom_sql = sgqlc.types.Field(String, graphql_name="customSql")
|
|
73784
73832
|
"""Custom SQL for custom SQL monitors"""
|
|
73785
73833
|
|
|
73834
|
+
evaluations = sgqlc.types.Field(
|
|
73835
|
+
sgqlc.types.list_of(sgqlc.types.non_null(EventEvaluation)), graphql_name="evaluations"
|
|
73836
|
+
)
|
|
73837
|
+
"""Evaluation details for the fields associated with the event, for
|
|
73838
|
+
agent monitors
|
|
73839
|
+
"""
|
|
73840
|
+
|
|
73786
73841
|
is_merged = sgqlc.types.Field(Boolean, graphql_name="isMerged")
|
|
73787
73842
|
"""Whether the event originally belonged to another alert which was
|
|
73788
73843
|
merged into the alert currently associated to this event.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pycarlo-0.10.177 → pycarlo-0.10.179}/pycarlo/features/metadata/metadata_filters_container.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pycarlo-0.10.177 → pycarlo-0.10.179}/tests/features/pii/sample_events/sample_md_events_01.json
RENAMED
|
File without changes
|
{pycarlo-0.10.177 → pycarlo-0.10.179}/tests/features/pii/sample_events/sample_md_events_02.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|