pycarlo 0.10.114__py3-none-any.whl → 0.10.116__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 +43 -75
- pycarlo/lib/schema.py +12 -24
- {pycarlo-0.10.114.dist-info → pycarlo-0.10.116.dist-info}/METADATA +1 -1
- {pycarlo-0.10.114.dist-info → pycarlo-0.10.116.dist-info}/RECORD +7 -7
- {pycarlo-0.10.114.dist-info → pycarlo-0.10.116.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.114.dist-info → pycarlo-0.10.116.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.114.dist-info → pycarlo-0.10.116.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -22107,26 +22107,6 @@
|
|
|
22107
22107
|
}
|
|
22108
22108
|
}
|
|
22109
22109
|
},
|
|
22110
|
-
{
|
|
22111
|
-
"defaultValue": null,
|
|
22112
|
-
"description": "Filter from this time. Defaults to monitor creation time.",
|
|
22113
|
-
"name": "startTime",
|
|
22114
|
-
"type": {
|
|
22115
|
-
"kind": "SCALAR",
|
|
22116
|
-
"name": "DateTime",
|
|
22117
|
-
"ofType": null
|
|
22118
|
-
}
|
|
22119
|
-
},
|
|
22120
|
-
{
|
|
22121
|
-
"defaultValue": null,
|
|
22122
|
-
"description": "Filter through this time. Defaults to now.",
|
|
22123
|
-
"name": "endTime",
|
|
22124
|
-
"type": {
|
|
22125
|
-
"kind": "SCALAR",
|
|
22126
|
-
"name": "DateTime",
|
|
22127
|
-
"ofType": null
|
|
22128
|
-
}
|
|
22129
|
-
},
|
|
22130
22110
|
{
|
|
22131
22111
|
"defaultValue": null,
|
|
22132
22112
|
"description": "Number of results to return. Default: 1,000. Max: 10,000.",
|
|
@@ -22192,26 +22172,6 @@
|
|
|
22192
22172
|
}
|
|
22193
22173
|
}
|
|
22194
22174
|
},
|
|
22195
|
-
{
|
|
22196
|
-
"defaultValue": null,
|
|
22197
|
-
"description": "Filter from this time. Defaults to monitor creation time.",
|
|
22198
|
-
"name": "startTime",
|
|
22199
|
-
"type": {
|
|
22200
|
-
"kind": "SCALAR",
|
|
22201
|
-
"name": "DateTime",
|
|
22202
|
-
"ofType": null
|
|
22203
|
-
}
|
|
22204
|
-
},
|
|
22205
|
-
{
|
|
22206
|
-
"defaultValue": null,
|
|
22207
|
-
"description": "Filter through this time. Defaults to now.",
|
|
22208
|
-
"name": "endTime",
|
|
22209
|
-
"type": {
|
|
22210
|
-
"kind": "SCALAR",
|
|
22211
|
-
"name": "DateTime",
|
|
22212
|
-
"ofType": null
|
|
22213
|
-
}
|
|
22214
|
-
},
|
|
22215
22175
|
{
|
|
22216
22176
|
"defaultValue": null,
|
|
22217
22177
|
"description": "Filter to segments where all terms are present in segment label",
|
|
@@ -87532,15 +87492,15 @@
|
|
|
87532
87492
|
{
|
|
87533
87493
|
"args": [],
|
|
87534
87494
|
"deprecationReason": null,
|
|
87535
|
-
"description": "",
|
|
87495
|
+
"description": "Is this monitor paused?",
|
|
87536
87496
|
"isDeprecated": false,
|
|
87537
|
-
"name": "
|
|
87497
|
+
"name": "isPaused",
|
|
87538
87498
|
"type": {
|
|
87539
87499
|
"kind": "NON_NULL",
|
|
87540
87500
|
"name": null,
|
|
87541
87501
|
"ofType": {
|
|
87542
87502
|
"kind": "SCALAR",
|
|
87543
|
-
"name": "
|
|
87503
|
+
"name": "Boolean",
|
|
87544
87504
|
"ofType": null
|
|
87545
87505
|
}
|
|
87546
87506
|
}
|
|
@@ -87548,24 +87508,28 @@
|
|
|
87548
87508
|
{
|
|
87549
87509
|
"args": [],
|
|
87550
87510
|
"deprecationReason": null,
|
|
87551
|
-
"description": "
|
|
87511
|
+
"description": "",
|
|
87552
87512
|
"isDeprecated": false,
|
|
87553
|
-
"name": "
|
|
87513
|
+
"name": "warehouseUuid",
|
|
87554
87514
|
"type": {
|
|
87555
|
-
"kind": "
|
|
87556
|
-
"name":
|
|
87557
|
-
"ofType":
|
|
87515
|
+
"kind": "NON_NULL",
|
|
87516
|
+
"name": null,
|
|
87517
|
+
"ofType": {
|
|
87518
|
+
"kind": "SCALAR",
|
|
87519
|
+
"name": "UUID",
|
|
87520
|
+
"ofType": null
|
|
87521
|
+
}
|
|
87558
87522
|
}
|
|
87559
87523
|
},
|
|
87560
87524
|
{
|
|
87561
87525
|
"args": [],
|
|
87562
87526
|
"deprecationReason": null,
|
|
87563
|
-
"description": "
|
|
87527
|
+
"description": "Name of monitor, must be unique per account, used for monitor identityresolution for monitors-as-code",
|
|
87564
87528
|
"isDeprecated": false,
|
|
87565
|
-
"name": "
|
|
87529
|
+
"name": "monitorName",
|
|
87566
87530
|
"type": {
|
|
87567
87531
|
"kind": "SCALAR",
|
|
87568
|
-
"name": "
|
|
87532
|
+
"name": "String",
|
|
87569
87533
|
"ofType": null
|
|
87570
87534
|
}
|
|
87571
87535
|
},
|
|
@@ -114743,6 +114707,22 @@
|
|
|
114743
114707
|
}
|
|
114744
114708
|
}
|
|
114745
114709
|
},
|
|
114710
|
+
{
|
|
114711
|
+
"args": [],
|
|
114712
|
+
"deprecationReason": null,
|
|
114713
|
+
"description": "Is this monitor paused?",
|
|
114714
|
+
"isDeprecated": false,
|
|
114715
|
+
"name": "isPaused",
|
|
114716
|
+
"type": {
|
|
114717
|
+
"kind": "NON_NULL",
|
|
114718
|
+
"name": null,
|
|
114719
|
+
"ofType": {
|
|
114720
|
+
"kind": "SCALAR",
|
|
114721
|
+
"name": "Boolean",
|
|
114722
|
+
"ofType": null
|
|
114723
|
+
}
|
|
114724
|
+
}
|
|
114725
|
+
},
|
|
114746
114726
|
{
|
|
114747
114727
|
"args": [],
|
|
114748
114728
|
"deprecationReason": null,
|
|
@@ -114971,18 +114951,6 @@
|
|
|
114971
114951
|
"ofType": null
|
|
114972
114952
|
}
|
|
114973
114953
|
},
|
|
114974
|
-
{
|
|
114975
|
-
"args": [],
|
|
114976
|
-
"deprecationReason": null,
|
|
114977
|
-
"description": "Is this monitor paused?",
|
|
114978
|
-
"isDeprecated": false,
|
|
114979
|
-
"name": "isPaused",
|
|
114980
|
-
"type": {
|
|
114981
|
-
"kind": "SCALAR",
|
|
114982
|
-
"name": "Boolean",
|
|
114983
|
-
"ofType": null
|
|
114984
|
-
}
|
|
114985
|
-
},
|
|
114986
114954
|
{
|
|
114987
114955
|
"args": [],
|
|
114988
114956
|
"deprecationReason": null,
|
|
@@ -116521,6 +116489,18 @@
|
|
|
116521
116489
|
}
|
|
116522
116490
|
}
|
|
116523
116491
|
},
|
|
116492
|
+
{
|
|
116493
|
+
"args": [],
|
|
116494
|
+
"deprecationReason": null,
|
|
116495
|
+
"description": "True if rule is paused",
|
|
116496
|
+
"isDeprecated": false,
|
|
116497
|
+
"name": "isPaused",
|
|
116498
|
+
"type": {
|
|
116499
|
+
"kind": "SCALAR",
|
|
116500
|
+
"name": "Boolean",
|
|
116501
|
+
"ofType": null
|
|
116502
|
+
}
|
|
116503
|
+
},
|
|
116524
116504
|
{
|
|
116525
116505
|
"args": [],
|
|
116526
116506
|
"deprecationReason": null,
|
|
@@ -116677,18 +116657,6 @@
|
|
|
116677
116657
|
"ofType": null
|
|
116678
116658
|
}
|
|
116679
116659
|
},
|
|
116680
|
-
{
|
|
116681
|
-
"args": [],
|
|
116682
|
-
"deprecationReason": null,
|
|
116683
|
-
"description": "True if rule is paused",
|
|
116684
|
-
"isDeprecated": false,
|
|
116685
|
-
"name": "isPaused",
|
|
116686
|
-
"type": {
|
|
116687
|
-
"kind": "SCALAR",
|
|
116688
|
-
"name": "Boolean",
|
|
116689
|
-
"ofType": null
|
|
116690
|
-
}
|
|
116691
|
-
},
|
|
116692
116660
|
{
|
|
116693
116661
|
"args": [],
|
|
116694
116662
|
"deprecationReason": null,
|
pycarlo/lib/schema.py
CHANGED
|
@@ -55499,8 +55499,6 @@ class Query(sgqlc.types.Type):
|
|
|
55499
55499
|
sgqlc.types.non_null(UUID), graphql_name="monitorUuid", default=None
|
|
55500
55500
|
),
|
|
55501
55501
|
),
|
|
55502
|
-
("start_time", sgqlc.types.Arg(DateTime, graphql_name="startTime", default=None)),
|
|
55503
|
-
("end_time", sgqlc.types.Arg(DateTime, graphql_name="endTime", default=None)),
|
|
55504
55502
|
("first", sgqlc.types.Arg(Int, graphql_name="first", default=None)),
|
|
55505
55503
|
("after", sgqlc.types.Arg(String, graphql_name="after", default=None)),
|
|
55506
55504
|
(
|
|
@@ -55519,10 +55517,6 @@ class Query(sgqlc.types.Type):
|
|
|
55519
55517
|
Arguments:
|
|
55520
55518
|
|
|
55521
55519
|
* `monitor_uuid` (`UUID!`): Filter to this monitor.
|
|
55522
|
-
* `start_time` (`DateTime`): Filter from this time. Defaults to
|
|
55523
|
-
monitor creation time.
|
|
55524
|
-
* `end_time` (`DateTime`): Filter through this time. Defaults to
|
|
55525
|
-
now.
|
|
55526
55520
|
* `first` (`Int`): Number of results to return. Default: 1,000.
|
|
55527
55521
|
Max: 10,000.
|
|
55528
55522
|
* `after` (`String`): Fetch batch of 'first' results after this
|
|
@@ -55542,8 +55536,6 @@ class Query(sgqlc.types.Type):
|
|
|
55542
55536
|
sgqlc.types.non_null(UUID), graphql_name="monitorUuid", default=None
|
|
55543
55537
|
),
|
|
55544
55538
|
),
|
|
55545
|
-
("start_time", sgqlc.types.Arg(DateTime, graphql_name="startTime", default=None)),
|
|
55546
|
-
("end_time", sgqlc.types.Arg(DateTime, graphql_name="endTime", default=None)),
|
|
55547
55539
|
(
|
|
55548
55540
|
"include_terms",
|
|
55549
55541
|
sgqlc.types.Arg(
|
|
@@ -55560,10 +55552,6 @@ class Query(sgqlc.types.Type):
|
|
|
55560
55552
|
Arguments:
|
|
55561
55553
|
|
|
55562
55554
|
* `monitor_uuid` (`UUID!`): Filter to this monitor.
|
|
55563
|
-
* `start_time` (`DateTime`): Filter from this time. Defaults to
|
|
55564
|
-
monitor creation time.
|
|
55565
|
-
* `end_time` (`DateTime`): Filter through this time. Defaults to
|
|
55566
|
-
now.
|
|
55567
55555
|
* `include_terms` (`[String!]`): Filter to segments where all
|
|
55568
55556
|
terms are present in segment label
|
|
55569
55557
|
"""
|
|
@@ -69460,6 +69448,7 @@ class CustomRule(sgqlc.types.Type, Node):
|
|
|
69460
69448
|
"severity",
|
|
69461
69449
|
"priority",
|
|
69462
69450
|
"comparisons",
|
|
69451
|
+
"is_paused",
|
|
69463
69452
|
"rule_type",
|
|
69464
69453
|
"warehouse_uuid",
|
|
69465
69454
|
"interval_minutes",
|
|
@@ -69471,7 +69460,6 @@ class CustomRule(sgqlc.types.Type, Node):
|
|
|
69471
69460
|
"prev_execution_time",
|
|
69472
69461
|
"next_execution_time",
|
|
69473
69462
|
"last_check_timestamp",
|
|
69474
|
-
"is_paused",
|
|
69475
69463
|
"snooze_until_time",
|
|
69476
69464
|
"slack_snooze_user",
|
|
69477
69465
|
"conditional_snooze",
|
|
@@ -69574,6 +69562,9 @@ class CustomRule(sgqlc.types.Type, Node):
|
|
|
69574
69562
|
sgqlc.types.non_null(sgqlc.types.list_of(CustomRuleComparison)), graphql_name="comparisons"
|
|
69575
69563
|
)
|
|
69576
69564
|
|
|
69565
|
+
is_paused = sgqlc.types.Field(Boolean, graphql_name="isPaused")
|
|
69566
|
+
"""True if rule is paused"""
|
|
69567
|
+
|
|
69577
69568
|
rule_type = sgqlc.types.Field(CustomRuleModelRuleType, graphql_name="ruleType")
|
|
69578
69569
|
|
|
69579
69570
|
warehouse_uuid = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name="warehouseUuid")
|
|
@@ -69600,9 +69591,6 @@ class CustomRule(sgqlc.types.Type, Node):
|
|
|
69600
69591
|
|
|
69601
69592
|
last_check_timestamp = sgqlc.types.Field(DateTime, graphql_name="lastCheckTimestamp")
|
|
69602
69593
|
|
|
69603
|
-
is_paused = sgqlc.types.Field(Boolean, graphql_name="isPaused")
|
|
69604
|
-
"""True if rule is paused"""
|
|
69605
|
-
|
|
69606
69594
|
snooze_until_time = sgqlc.types.Field(DateTime, graphql_name="snoozeUntilTime")
|
|
69607
69595
|
|
|
69608
69596
|
slack_snooze_user = sgqlc.types.Field(String, graphql_name="slackSnoozeUser")
|
|
@@ -72820,6 +72808,7 @@ class MetricMonitoring(sgqlc.types.Type, Node):
|
|
|
72820
72808
|
"severity",
|
|
72821
72809
|
"priority",
|
|
72822
72810
|
"comparisons",
|
|
72811
|
+
"is_paused",
|
|
72823
72812
|
"type",
|
|
72824
72813
|
"warehouse_uuid",
|
|
72825
72814
|
"data_source",
|
|
@@ -72836,7 +72825,6 @@ class MetricMonitoring(sgqlc.types.Type, Node):
|
|
|
72836
72825
|
"use_partition_clause",
|
|
72837
72826
|
"schedule",
|
|
72838
72827
|
"monitor_name",
|
|
72839
|
-
"is_paused",
|
|
72840
72828
|
"disable_look_back_bootstrap",
|
|
72841
72829
|
"high_segment_count",
|
|
72842
72830
|
"segment_count_hint",
|
|
@@ -72918,6 +72906,9 @@ class MetricMonitoring(sgqlc.types.Type, Node):
|
|
|
72918
72906
|
sgqlc.types.non_null(sgqlc.types.list_of(CustomRuleComparison)), graphql_name="comparisons"
|
|
72919
72907
|
)
|
|
72920
72908
|
|
|
72909
|
+
is_paused = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name="isPaused")
|
|
72910
|
+
"""Is this monitor paused?"""
|
|
72911
|
+
|
|
72921
72912
|
type = sgqlc.types.Field(sgqlc.types.non_null(MetricMonitoringModelType), graphql_name="type")
|
|
72922
72913
|
|
|
72923
72914
|
warehouse_uuid = sgqlc.types.Field(UUID, graphql_name="warehouseUuid")
|
|
@@ -72968,9 +72959,6 @@ class MetricMonitoring(sgqlc.types.Type, Node):
|
|
|
72968
72959
|
identityresolution for monitors-as-code
|
|
72969
72960
|
"""
|
|
72970
72961
|
|
|
72971
|
-
is_paused = sgqlc.types.Field(Boolean, graphql_name="isPaused")
|
|
72972
|
-
"""Is this monitor paused?"""
|
|
72973
|
-
|
|
72974
72962
|
disable_look_back_bootstrap = sgqlc.types.Field(
|
|
72975
72963
|
Boolean, graphql_name="disableLookBackBootstrap"
|
|
72976
72964
|
)
|
|
@@ -73682,9 +73670,9 @@ class TableMonitor(sgqlc.types.Type, Node):
|
|
|
73682
73670
|
"is_template_managed",
|
|
73683
73671
|
"namespace",
|
|
73684
73672
|
"priority",
|
|
73673
|
+
"is_paused",
|
|
73685
73674
|
"warehouse_uuid",
|
|
73686
73675
|
"monitor_name",
|
|
73687
|
-
"is_paused",
|
|
73688
73676
|
"deleted_by",
|
|
73689
73677
|
"domain_restrictions",
|
|
73690
73678
|
"asset_selection",
|
|
@@ -73727,6 +73715,9 @@ class TableMonitor(sgqlc.types.Type, Node):
|
|
|
73727
73715
|
priority = sgqlc.types.Field(TableMonitorModelPriority, graphql_name="priority")
|
|
73728
73716
|
"""Default priority for alerts involving this monitor"""
|
|
73729
73717
|
|
|
73718
|
+
is_paused = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name="isPaused")
|
|
73719
|
+
"""Is this monitor paused?"""
|
|
73720
|
+
|
|
73730
73721
|
warehouse_uuid = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name="warehouseUuid")
|
|
73731
73722
|
|
|
73732
73723
|
monitor_name = sgqlc.types.Field(String, graphql_name="monitorName")
|
|
@@ -73734,9 +73725,6 @@ class TableMonitor(sgqlc.types.Type, Node):
|
|
|
73734
73725
|
identityresolution for monitors-as-code
|
|
73735
73726
|
"""
|
|
73736
73727
|
|
|
73737
|
-
is_paused = sgqlc.types.Field(Boolean, graphql_name="isPaused")
|
|
73738
|
-
"""Is this monitor paused?"""
|
|
73739
|
-
|
|
73740
73728
|
deleted_by = sgqlc.types.Field("User", graphql_name="deletedBy")
|
|
73741
73729
|
"""Deleted by"""
|
|
73742
73730
|
|
|
@@ -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=Wd2e3BCCD8KBjYarz-tUL0JUtiBna0_BLcnZ8Muv5rM,6134206
|
|
39
|
+
pycarlo/lib/schema.py,sha256=sVMqXg1PykxJHP5jV-IV7mTfXfwTX2Rj-Gbsopwp76k,2665626
|
|
40
|
+
pycarlo-0.10.116.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
41
|
+
pycarlo-0.10.116.dist-info/METADATA,sha256=Kk1PJQWWn_RfNzrAqlG3EIBlXFnF6fJFFcTxxuSUpxM,8742
|
|
42
|
+
pycarlo-0.10.116.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
43
|
+
pycarlo-0.10.116.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
|
|
44
|
+
pycarlo-0.10.116.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|