pycarlo 0.10.170__py3-none-any.whl → 0.10.172__py3-none-any.whl
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/lib/schema.json +106 -32
- pycarlo/lib/schema.py +46 -1
- {pycarlo-0.10.170.dist-info → pycarlo-0.10.172.dist-info}/METADATA +1 -1
- {pycarlo-0.10.170.dist-info → pycarlo-0.10.172.dist-info}/RECORD +7 -7
- {pycarlo-0.10.170.dist-info → pycarlo-0.10.172.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.170.dist-info → pycarlo-0.10.172.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.170.dist-info → pycarlo-0.10.172.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -10109,6 +10109,16 @@
|
|
|
10109
10109
|
"name": "Boolean",
|
|
10110
10110
|
"ofType": null
|
|
10111
10111
|
}
|
|
10112
|
+
},
|
|
10113
|
+
{
|
|
10114
|
+
"defaultValue": null,
|
|
10115
|
+
"description": "Sampling configuration to only read a subset of the data",
|
|
10116
|
+
"name": "rowSamplingConfig",
|
|
10117
|
+
"type": {
|
|
10118
|
+
"kind": "INPUT_OBJECT",
|
|
10119
|
+
"name": "MonitorSamplingConfigInput",
|
|
10120
|
+
"ofType": null
|
|
10121
|
+
}
|
|
10112
10122
|
}
|
|
10113
10123
|
],
|
|
10114
10124
|
"deprecationReason": null,
|
|
@@ -111978,6 +111988,37 @@
|
|
|
111978
111988
|
"name": "SamplingEnabledMetricTypes",
|
|
111979
111989
|
"possibleTypes": null
|
|
111980
111990
|
},
|
|
111991
|
+
{
|
|
111992
|
+
"description": null,
|
|
111993
|
+
"enumValues": null,
|
|
111994
|
+
"fields": null,
|
|
111995
|
+
"inputFields": [
|
|
111996
|
+
{
|
|
111997
|
+
"defaultValue": null,
|
|
111998
|
+
"description": null,
|
|
111999
|
+
"name": "percentage",
|
|
112000
|
+
"type": {
|
|
112001
|
+
"kind": "SCALAR",
|
|
112002
|
+
"name": "Float",
|
|
112003
|
+
"ofType": null
|
|
112004
|
+
}
|
|
112005
|
+
},
|
|
112006
|
+
{
|
|
112007
|
+
"defaultValue": null,
|
|
112008
|
+
"description": null,
|
|
112009
|
+
"name": "count",
|
|
112010
|
+
"type": {
|
|
112011
|
+
"kind": "SCALAR",
|
|
112012
|
+
"name": "Int",
|
|
112013
|
+
"ofType": null
|
|
112014
|
+
}
|
|
112015
|
+
}
|
|
112016
|
+
],
|
|
112017
|
+
"interfaces": null,
|
|
112018
|
+
"kind": "INPUT_OBJECT",
|
|
112019
|
+
"name": "MonitorSamplingConfigInput",
|
|
112020
|
+
"possibleTypes": null
|
|
112021
|
+
},
|
|
111981
112022
|
{
|
|
111982
112023
|
"description": null,
|
|
111983
112024
|
"enumValues": null,
|
|
@@ -126298,7 +126339,7 @@
|
|
|
126298
126339
|
{
|
|
126299
126340
|
"args": [],
|
|
126300
126341
|
"deprecationReason": null,
|
|
126301
|
-
"description": "
|
|
126342
|
+
"description": "Hash used to group events related to the same query",
|
|
126302
126343
|
"isDeprecated": false,
|
|
126303
126344
|
"name": "queryGroupHash",
|
|
126304
126345
|
"type": {
|
|
@@ -166417,6 +166458,47 @@
|
|
|
166417
166458
|
"ofType": null
|
|
166418
166459
|
}
|
|
166419
166460
|
},
|
|
166461
|
+
{
|
|
166462
|
+
"args": [
|
|
166463
|
+
{
|
|
166464
|
+
"defaultValue": null,
|
|
166465
|
+
"description": "The alert's UUID",
|
|
166466
|
+
"name": "alertId",
|
|
166467
|
+
"type": {
|
|
166468
|
+
"kind": "NON_NULL",
|
|
166469
|
+
"name": null,
|
|
166470
|
+
"ofType": {
|
|
166471
|
+
"kind": "SCALAR",
|
|
166472
|
+
"name": "UUID",
|
|
166473
|
+
"ofType": null
|
|
166474
|
+
}
|
|
166475
|
+
}
|
|
166476
|
+
},
|
|
166477
|
+
{
|
|
166478
|
+
"defaultValue": null,
|
|
166479
|
+
"description": "Invitee's email",
|
|
166480
|
+
"name": "email",
|
|
166481
|
+
"type": {
|
|
166482
|
+
"kind": "NON_NULL",
|
|
166483
|
+
"name": null,
|
|
166484
|
+
"ofType": {
|
|
166485
|
+
"kind": "SCALAR",
|
|
166486
|
+
"name": "String",
|
|
166487
|
+
"ofType": null
|
|
166488
|
+
}
|
|
166489
|
+
}
|
|
166490
|
+
}
|
|
166491
|
+
],
|
|
166492
|
+
"deprecationReason": null,
|
|
166493
|
+
"description": "(experimental) Send an invitation to a non-user for an alert",
|
|
166494
|
+
"isDeprecated": false,
|
|
166495
|
+
"name": "sendAlertInvite",
|
|
166496
|
+
"type": {
|
|
166497
|
+
"kind": "OBJECT",
|
|
166498
|
+
"name": "SendAlertInvite",
|
|
166499
|
+
"ofType": null
|
|
166500
|
+
}
|
|
166501
|
+
},
|
|
166420
166502
|
{
|
|
166421
166503
|
"args": [
|
|
166422
166504
|
{
|
|
@@ -186872,37 +186954,6 @@
|
|
|
186872
186954
|
"name": "CreateOrUpdateAgentMonitor",
|
|
186873
186955
|
"possibleTypes": null
|
|
186874
186956
|
},
|
|
186875
|
-
{
|
|
186876
|
-
"description": null,
|
|
186877
|
-
"enumValues": null,
|
|
186878
|
-
"fields": null,
|
|
186879
|
-
"inputFields": [
|
|
186880
|
-
{
|
|
186881
|
-
"defaultValue": null,
|
|
186882
|
-
"description": null,
|
|
186883
|
-
"name": "percentage",
|
|
186884
|
-
"type": {
|
|
186885
|
-
"kind": "SCALAR",
|
|
186886
|
-
"name": "Float",
|
|
186887
|
-
"ofType": null
|
|
186888
|
-
}
|
|
186889
|
-
},
|
|
186890
|
-
{
|
|
186891
|
-
"defaultValue": null,
|
|
186892
|
-
"description": null,
|
|
186893
|
-
"name": "count",
|
|
186894
|
-
"type": {
|
|
186895
|
-
"kind": "SCALAR",
|
|
186896
|
-
"name": "Int",
|
|
186897
|
-
"ofType": null
|
|
186898
|
-
}
|
|
186899
|
-
}
|
|
186900
|
-
],
|
|
186901
|
-
"interfaces": null,
|
|
186902
|
-
"kind": "INPUT_OBJECT",
|
|
186903
|
-
"name": "MonitorSamplingConfigInput",
|
|
186904
|
-
"possibleTypes": null
|
|
186905
|
-
},
|
|
186906
186957
|
{
|
|
186907
186958
|
"description": null,
|
|
186908
186959
|
"enumValues": null,
|
|
@@ -187715,6 +187766,29 @@
|
|
|
187715
187766
|
"name": "AlertStatusInput",
|
|
187716
187767
|
"possibleTypes": null
|
|
187717
187768
|
},
|
|
187769
|
+
{
|
|
187770
|
+
"description": "Send an invitation to a non-user for an existing alert",
|
|
187771
|
+
"enumValues": null,
|
|
187772
|
+
"fields": [
|
|
187773
|
+
{
|
|
187774
|
+
"args": [],
|
|
187775
|
+
"deprecationReason": null,
|
|
187776
|
+
"description": null,
|
|
187777
|
+
"isDeprecated": false,
|
|
187778
|
+
"name": "success",
|
|
187779
|
+
"type": {
|
|
187780
|
+
"kind": "SCALAR",
|
|
187781
|
+
"name": "Boolean",
|
|
187782
|
+
"ofType": null
|
|
187783
|
+
}
|
|
187784
|
+
}
|
|
187785
|
+
],
|
|
187786
|
+
"inputFields": null,
|
|
187787
|
+
"interfaces": [],
|
|
187788
|
+
"kind": "OBJECT",
|
|
187789
|
+
"name": "SendAlertInvite",
|
|
187790
|
+
"possibleTypes": null
|
|
187791
|
+
},
|
|
187718
187792
|
{
|
|
187719
187793
|
"description": "Create or update a domain",
|
|
187720
187794
|
"enumValues": null,
|
pycarlo/lib/schema.py
CHANGED
|
@@ -20247,7 +20247,7 @@ class EventGroupKey(sgqlc.types.Type):
|
|
|
20247
20247
|
"""The metric type of the grouped events"""
|
|
20248
20248
|
|
|
20249
20249
|
query_group_hash = sgqlc.types.Field(String, graphql_name="queryGroupHash")
|
|
20250
|
-
"""
|
|
20250
|
+
"""Hash used to group events related to the same query"""
|
|
20251
20251
|
|
|
20252
20252
|
job_mcon = sgqlc.types.Field(String, graphql_name="jobMcon")
|
|
20253
20253
|
"""MCON of the job of the grouped events"""
|
|
@@ -25510,6 +25510,7 @@ class Mutation(sgqlc.types.Type):
|
|
|
25510
25510
|
"bulk_update_incidents",
|
|
25511
25511
|
"bulk_update_alerts",
|
|
25512
25512
|
"update_alert",
|
|
25513
|
+
"send_alert_invite",
|
|
25513
25514
|
"create_or_update_domain",
|
|
25514
25515
|
"delete_domain",
|
|
25515
25516
|
"create_or_update_authorization_group",
|
|
@@ -37091,6 +37092,34 @@ class Mutation(sgqlc.types.Type):
|
|
|
37091
37092
|
* `uuid` (`UUID!`): UUID of the alert to update
|
|
37092
37093
|
"""
|
|
37093
37094
|
|
|
37095
|
+
send_alert_invite = sgqlc.types.Field(
|
|
37096
|
+
"SendAlertInvite",
|
|
37097
|
+
graphql_name="sendAlertInvite",
|
|
37098
|
+
args=sgqlc.types.ArgDict(
|
|
37099
|
+
(
|
|
37100
|
+
(
|
|
37101
|
+
"alert_id",
|
|
37102
|
+
sgqlc.types.Arg(
|
|
37103
|
+
sgqlc.types.non_null(UUID), graphql_name="alertId", default=None
|
|
37104
|
+
),
|
|
37105
|
+
),
|
|
37106
|
+
(
|
|
37107
|
+
"email",
|
|
37108
|
+
sgqlc.types.Arg(
|
|
37109
|
+
sgqlc.types.non_null(String), graphql_name="email", default=None
|
|
37110
|
+
),
|
|
37111
|
+
),
|
|
37112
|
+
)
|
|
37113
|
+
),
|
|
37114
|
+
)
|
|
37115
|
+
"""(experimental) Send an invitation to a non-user for an alert
|
|
37116
|
+
|
|
37117
|
+
Arguments:
|
|
37118
|
+
|
|
37119
|
+
* `alert_id` (`UUID!`): The alert's UUID
|
|
37120
|
+
* `email` (`String!`): Invitee's email
|
|
37121
|
+
"""
|
|
37122
|
+
|
|
37094
37123
|
create_or_update_domain = sgqlc.types.Field(
|
|
37095
37124
|
CreateOrUpdateDomain,
|
|
37096
37125
|
graphql_name="createOrUpdateDomain",
|
|
@@ -49928,6 +49957,12 @@ class Query(sgqlc.types.Type):
|
|
|
49928
49957
|
"return_total_count",
|
|
49929
49958
|
sgqlc.types.Arg(Boolean, graphql_name="returnTotalCount", default=False),
|
|
49930
49959
|
),
|
|
49960
|
+
(
|
|
49961
|
+
"row_sampling_config",
|
|
49962
|
+
sgqlc.types.Arg(
|
|
49963
|
+
MonitorSamplingConfigInput, graphql_name="rowSamplingConfig", default=None
|
|
49964
|
+
),
|
|
49965
|
+
),
|
|
49931
49966
|
)
|
|
49932
49967
|
),
|
|
49933
49968
|
)
|
|
@@ -49953,6 +49988,8 @@ class Query(sgqlc.types.Type):
|
|
|
49953
49988
|
do not run (default: `true`)
|
|
49954
49989
|
* `return_total_count` (`Boolean`): Returns the total count of
|
|
49955
49990
|
rows from the sampling query (default: `false`)
|
|
49991
|
+
* `row_sampling_config` (`MonitorSamplingConfigInput`): Sampling
|
|
49992
|
+
configuration to only read a subset of the data
|
|
49956
49993
|
"""
|
|
49957
49994
|
|
|
49958
49995
|
get_field_health_sampling_conditions = sgqlc.types.Field(
|
|
@@ -62538,6 +62575,14 @@ class SelectGitlabProjects(sgqlc.types.Type):
|
|
|
62538
62575
|
success = sgqlc.types.Field(Boolean, graphql_name="success")
|
|
62539
62576
|
|
|
62540
62577
|
|
|
62578
|
+
class SendAlertInvite(sgqlc.types.Type):
|
|
62579
|
+
"""Send an invitation to a non-user for an existing alert"""
|
|
62580
|
+
|
|
62581
|
+
__schema__ = schema
|
|
62582
|
+
__field_names__ = ("success",)
|
|
62583
|
+
success = sgqlc.types.Field(Boolean, graphql_name="success")
|
|
62584
|
+
|
|
62585
|
+
|
|
62541
62586
|
class SendDbtArtifactsEvent(sgqlc.types.Type):
|
|
62542
62587
|
"""Publish a Dbt artifacts event to Kinesis stream"""
|
|
62543
62588
|
|
|
@@ -35,10 +35,10 @@ pycarlo/features/user/queries.py,sha256=m97RvM0oiBlrU5xmOwe_JJ5N0G0NG5hIOeyQqN2O
|
|
|
35
35
|
pycarlo/features/user/service.py,sha256=DHkhuonySaHro07NTd0YNe3cNkDk62CiRTY77dhVaMs,2890
|
|
36
36
|
pycarlo/lib/README.md,sha256=QGNeUefPzLKGyZqn5aITpcFgkC9WQTNS292BGisRFHk,139
|
|
37
37
|
pycarlo/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
38
|
-
pycarlo/lib/schema.json,sha256=
|
|
39
|
-
pycarlo/lib/schema.py,sha256=
|
|
40
|
-
pycarlo-0.10.
|
|
41
|
-
pycarlo-0.10.
|
|
42
|
-
pycarlo-0.10.
|
|
43
|
-
pycarlo-0.10.
|
|
44
|
-
pycarlo-0.10.
|
|
38
|
+
pycarlo/lib/schema.json,sha256=oOYRTiY0T6sNGVyeHGqAxl4xtUVOuzmKSH91gaoWFhs,6271290
|
|
39
|
+
pycarlo/lib/schema.py,sha256=_UdLLPqEg8tL0cuPmW7c4Iq-UCeRpMPHm3Lu0LKDr6Y,2726488
|
|
40
|
+
pycarlo-0.10.172.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
41
|
+
pycarlo-0.10.172.dist-info/METADATA,sha256=z1aZMjUiLLA1kiH6BgtJnsbYlxxGxDMH_UeFk62O2fM,8742
|
|
42
|
+
pycarlo-0.10.172.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
43
|
+
pycarlo-0.10.172.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
|
|
44
|
+
pycarlo-0.10.172.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|