pycarlo 0.10.138__py3-none-any.whl → 0.10.140__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 +221 -0
- pycarlo/lib/schema.py +58 -0
- {pycarlo-0.10.138.dist-info → pycarlo-0.10.140.dist-info}/METADATA +1 -1
- {pycarlo-0.10.138.dist-info → pycarlo-0.10.140.dist-info}/RECORD +7 -7
- {pycarlo-0.10.138.dist-info → pycarlo-0.10.140.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.138.dist-info → pycarlo-0.10.140.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.138.dist-info → pycarlo-0.10.140.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -34723,6 +34723,24 @@
|
|
|
34723
34723
|
"ofType": null
|
|
34724
34724
|
}
|
|
34725
34725
|
},
|
|
34726
|
+
{
|
|
34727
|
+
"defaultValue": null,
|
|
34728
|
+
"description": null,
|
|
34729
|
+
"name": "fieldConfigList",
|
|
34730
|
+
"type": {
|
|
34731
|
+
"kind": "LIST",
|
|
34732
|
+
"name": null,
|
|
34733
|
+
"ofType": {
|
|
34734
|
+
"kind": "NON_NULL",
|
|
34735
|
+
"name": null,
|
|
34736
|
+
"ofType": {
|
|
34737
|
+
"kind": "INPUT_OBJECT",
|
|
34738
|
+
"name": "FieldConfigInput",
|
|
34739
|
+
"ofType": null
|
|
34740
|
+
}
|
|
34741
|
+
}
|
|
34742
|
+
}
|
|
34743
|
+
},
|
|
34726
34744
|
{
|
|
34727
34745
|
"defaultValue": null,
|
|
34728
34746
|
"description": null,
|
|
@@ -34816,6 +34834,74 @@
|
|
|
34816
34834
|
"name": "ClassificationCategoriesInput",
|
|
34817
34835
|
"possibleTypes": null
|
|
34818
34836
|
},
|
|
34837
|
+
{
|
|
34838
|
+
"description": null,
|
|
34839
|
+
"enumValues": null,
|
|
34840
|
+
"fields": null,
|
|
34841
|
+
"inputFields": [
|
|
34842
|
+
{
|
|
34843
|
+
"defaultValue": null,
|
|
34844
|
+
"description": null,
|
|
34845
|
+
"name": "type",
|
|
34846
|
+
"type": {
|
|
34847
|
+
"kind": "NON_NULL",
|
|
34848
|
+
"name": null,
|
|
34849
|
+
"ofType": {
|
|
34850
|
+
"kind": "ENUM",
|
|
34851
|
+
"name": "FieldConfigType",
|
|
34852
|
+
"ofType": null
|
|
34853
|
+
}
|
|
34854
|
+
}
|
|
34855
|
+
},
|
|
34856
|
+
{
|
|
34857
|
+
"defaultValue": null,
|
|
34858
|
+
"description": null,
|
|
34859
|
+
"name": "count",
|
|
34860
|
+
"type": {
|
|
34861
|
+
"kind": "SCALAR",
|
|
34862
|
+
"name": "Int",
|
|
34863
|
+
"ofType": null
|
|
34864
|
+
}
|
|
34865
|
+
},
|
|
34866
|
+
{
|
|
34867
|
+
"defaultValue": null,
|
|
34868
|
+
"description": null,
|
|
34869
|
+
"name": "field",
|
|
34870
|
+
"type": {
|
|
34871
|
+
"kind": "SCALAR",
|
|
34872
|
+
"name": "String",
|
|
34873
|
+
"ofType": null
|
|
34874
|
+
}
|
|
34875
|
+
}
|
|
34876
|
+
],
|
|
34877
|
+
"interfaces": null,
|
|
34878
|
+
"kind": "INPUT_OBJECT",
|
|
34879
|
+
"name": "FieldConfigInput",
|
|
34880
|
+
"possibleTypes": null
|
|
34881
|
+
},
|
|
34882
|
+
{
|
|
34883
|
+
"description": null,
|
|
34884
|
+
"enumValues": [
|
|
34885
|
+
{
|
|
34886
|
+
"deprecationReason": null,
|
|
34887
|
+
"description": null,
|
|
34888
|
+
"isDeprecated": false,
|
|
34889
|
+
"name": "FIRST"
|
|
34890
|
+
},
|
|
34891
|
+
{
|
|
34892
|
+
"deprecationReason": null,
|
|
34893
|
+
"description": null,
|
|
34894
|
+
"isDeprecated": false,
|
|
34895
|
+
"name": "LAST"
|
|
34896
|
+
}
|
|
34897
|
+
],
|
|
34898
|
+
"fields": null,
|
|
34899
|
+
"inputFields": null,
|
|
34900
|
+
"interfaces": null,
|
|
34901
|
+
"kind": "ENUM",
|
|
34902
|
+
"name": "FieldConfigType",
|
|
34903
|
+
"possibleTypes": null
|
|
34904
|
+
},
|
|
34819
34905
|
{
|
|
34820
34906
|
"description": null,
|
|
34821
34907
|
"enumValues": null,
|
|
@@ -36318,6 +36404,46 @@
|
|
|
36318
36404
|
"name": "String",
|
|
36319
36405
|
"ofType": null
|
|
36320
36406
|
}
|
|
36407
|
+
},
|
|
36408
|
+
{
|
|
36409
|
+
"args": [],
|
|
36410
|
+
"deprecationReason": null,
|
|
36411
|
+
"description": null,
|
|
36412
|
+
"isDeprecated": false,
|
|
36413
|
+
"name": "supportsFieldRange",
|
|
36414
|
+
"type": {
|
|
36415
|
+
"kind": "NON_NULL",
|
|
36416
|
+
"name": null,
|
|
36417
|
+
"ofType": {
|
|
36418
|
+
"kind": "SCALAR",
|
|
36419
|
+
"name": "Boolean",
|
|
36420
|
+
"ofType": null
|
|
36421
|
+
}
|
|
36422
|
+
}
|
|
36423
|
+
},
|
|
36424
|
+
{
|
|
36425
|
+
"args": [],
|
|
36426
|
+
"deprecationReason": null,
|
|
36427
|
+
"description": null,
|
|
36428
|
+
"isDeprecated": false,
|
|
36429
|
+
"name": "supportedOutputTypes",
|
|
36430
|
+
"type": {
|
|
36431
|
+
"kind": "NON_NULL",
|
|
36432
|
+
"name": null,
|
|
36433
|
+
"ofType": {
|
|
36434
|
+
"kind": "LIST",
|
|
36435
|
+
"name": null,
|
|
36436
|
+
"ofType": {
|
|
36437
|
+
"kind": "NON_NULL",
|
|
36438
|
+
"name": null,
|
|
36439
|
+
"ofType": {
|
|
36440
|
+
"kind": "SCALAR",
|
|
36441
|
+
"name": "String",
|
|
36442
|
+
"ofType": null
|
|
36443
|
+
}
|
|
36444
|
+
}
|
|
36445
|
+
}
|
|
36446
|
+
}
|
|
36321
36447
|
}
|
|
36322
36448
|
],
|
|
36323
36449
|
"inputFields": null,
|
|
@@ -85815,6 +85941,26 @@
|
|
|
85815
85941
|
"ofType": null
|
|
85816
85942
|
}
|
|
85817
85943
|
},
|
|
85944
|
+
{
|
|
85945
|
+
"args": [],
|
|
85946
|
+
"deprecationReason": null,
|
|
85947
|
+
"description": null,
|
|
85948
|
+
"isDeprecated": false,
|
|
85949
|
+
"name": "fieldConfigList",
|
|
85950
|
+
"type": {
|
|
85951
|
+
"kind": "LIST",
|
|
85952
|
+
"name": null,
|
|
85953
|
+
"ofType": {
|
|
85954
|
+
"kind": "NON_NULL",
|
|
85955
|
+
"name": null,
|
|
85956
|
+
"ofType": {
|
|
85957
|
+
"kind": "OBJECT",
|
|
85958
|
+
"name": "FieldConfig",
|
|
85959
|
+
"ofType": null
|
|
85960
|
+
}
|
|
85961
|
+
}
|
|
85962
|
+
}
|
|
85963
|
+
},
|
|
85818
85964
|
{
|
|
85819
85965
|
"args": [],
|
|
85820
85966
|
"deprecationReason": null,
|
|
@@ -85921,6 +86067,57 @@
|
|
|
85921
86067
|
"name": "ClassificationCategories",
|
|
85922
86068
|
"possibleTypes": null
|
|
85923
86069
|
},
|
|
86070
|
+
{
|
|
86071
|
+
"description": null,
|
|
86072
|
+
"enumValues": null,
|
|
86073
|
+
"fields": [
|
|
86074
|
+
{
|
|
86075
|
+
"args": [],
|
|
86076
|
+
"deprecationReason": null,
|
|
86077
|
+
"description": null,
|
|
86078
|
+
"isDeprecated": false,
|
|
86079
|
+
"name": "type",
|
|
86080
|
+
"type": {
|
|
86081
|
+
"kind": "NON_NULL",
|
|
86082
|
+
"name": null,
|
|
86083
|
+
"ofType": {
|
|
86084
|
+
"kind": "ENUM",
|
|
86085
|
+
"name": "FieldConfigType",
|
|
86086
|
+
"ofType": null
|
|
86087
|
+
}
|
|
86088
|
+
}
|
|
86089
|
+
},
|
|
86090
|
+
{
|
|
86091
|
+
"args": [],
|
|
86092
|
+
"deprecationReason": null,
|
|
86093
|
+
"description": null,
|
|
86094
|
+
"isDeprecated": false,
|
|
86095
|
+
"name": "count",
|
|
86096
|
+
"type": {
|
|
86097
|
+
"kind": "SCALAR",
|
|
86098
|
+
"name": "Int",
|
|
86099
|
+
"ofType": null
|
|
86100
|
+
}
|
|
86101
|
+
},
|
|
86102
|
+
{
|
|
86103
|
+
"args": [],
|
|
86104
|
+
"deprecationReason": null,
|
|
86105
|
+
"description": null,
|
|
86106
|
+
"isDeprecated": false,
|
|
86107
|
+
"name": "field",
|
|
86108
|
+
"type": {
|
|
86109
|
+
"kind": "SCALAR",
|
|
86110
|
+
"name": "String",
|
|
86111
|
+
"ofType": null
|
|
86112
|
+
}
|
|
86113
|
+
}
|
|
86114
|
+
],
|
|
86115
|
+
"inputFields": null,
|
|
86116
|
+
"interfaces": [],
|
|
86117
|
+
"kind": "OBJECT",
|
|
86118
|
+
"name": "FieldConfig",
|
|
86119
|
+
"possibleTypes": null
|
|
86120
|
+
},
|
|
85924
86121
|
{
|
|
85925
86122
|
"description": null,
|
|
85926
86123
|
"enumValues": null,
|
|
@@ -98289,6 +98486,30 @@
|
|
|
98289
98486
|
}
|
|
98290
98487
|
}
|
|
98291
98488
|
},
|
|
98489
|
+
{
|
|
98490
|
+
"args": [],
|
|
98491
|
+
"deprecationReason": null,
|
|
98492
|
+
"description": null,
|
|
98493
|
+
"isDeprecated": false,
|
|
98494
|
+
"name": "mconCoverageDistribution",
|
|
98495
|
+
"type": {
|
|
98496
|
+
"kind": "NON_NULL",
|
|
98497
|
+
"name": null,
|
|
98498
|
+
"ofType": {
|
|
98499
|
+
"kind": "LIST",
|
|
98500
|
+
"name": null,
|
|
98501
|
+
"ofType": {
|
|
98502
|
+
"kind": "NON_NULL",
|
|
98503
|
+
"name": null,
|
|
98504
|
+
"ofType": {
|
|
98505
|
+
"kind": "OBJECT",
|
|
98506
|
+
"name": "MconCountPair",
|
|
98507
|
+
"ofType": null
|
|
98508
|
+
}
|
|
98509
|
+
}
|
|
98510
|
+
}
|
|
98511
|
+
}
|
|
98512
|
+
},
|
|
98292
98513
|
{
|
|
98293
98514
|
"args": [],
|
|
98294
98515
|
"deprecationReason": null,
|
pycarlo/lib/schema.py
CHANGED
|
@@ -2202,6 +2202,17 @@ class FacetType(sgqlc.types.Enum):
|
|
|
2202
2202
|
)
|
|
2203
2203
|
|
|
2204
2204
|
|
|
2205
|
+
class FieldConfigType(sgqlc.types.Enum):
|
|
2206
|
+
"""Enumeration Choices:
|
|
2207
|
+
|
|
2208
|
+
* `FIRST`None
|
|
2209
|
+
* `LAST`None
|
|
2210
|
+
"""
|
|
2211
|
+
|
|
2212
|
+
__schema__ = schema
|
|
2213
|
+
__choices__ = ("FIRST", "LAST")
|
|
2214
|
+
|
|
2215
|
+
|
|
2205
2216
|
class FieldHealthMetrics(sgqlc.types.Enum):
|
|
2206
2217
|
"""Field Health monitor opt-in metrics.
|
|
2207
2218
|
|
|
@@ -6933,6 +6944,16 @@ class ExtendedDataSourceInput(sgqlc.types.Input):
|
|
|
6933
6944
|
"""Timeout for the SQL query."""
|
|
6934
6945
|
|
|
6935
6946
|
|
|
6947
|
+
class FieldConfigInput(sgqlc.types.Input):
|
|
6948
|
+
__schema__ = schema
|
|
6949
|
+
__field_names__ = ("type", "count", "field")
|
|
6950
|
+
type = sgqlc.types.Field(sgqlc.types.non_null(FieldConfigType), graphql_name="type")
|
|
6951
|
+
|
|
6952
|
+
count = sgqlc.types.Field(Int, graphql_name="count")
|
|
6953
|
+
|
|
6954
|
+
field = sgqlc.types.Field(String, graphql_name="field")
|
|
6955
|
+
|
|
6956
|
+
|
|
6936
6957
|
class FieldMetricFilterInput(sgqlc.types.Input):
|
|
6937
6958
|
__schema__ = schema
|
|
6938
6959
|
__field_names__ = ("field_name", "operator", "value")
|
|
@@ -9828,6 +9849,7 @@ class TransformInput(sgqlc.types.Input):
|
|
|
9828
9849
|
"categories",
|
|
9829
9850
|
"model_connection_id",
|
|
9830
9851
|
"output_type",
|
|
9852
|
+
"field_config_list",
|
|
9831
9853
|
"function",
|
|
9832
9854
|
"field",
|
|
9833
9855
|
"id",
|
|
@@ -9845,6 +9867,10 @@ class TransformInput(sgqlc.types.Input):
|
|
|
9845
9867
|
|
|
9846
9868
|
output_type = sgqlc.types.Field(String, graphql_name="outputType")
|
|
9847
9869
|
|
|
9870
|
+
field_config_list = sgqlc.types.Field(
|
|
9871
|
+
sgqlc.types.list_of(sgqlc.types.non_null(FieldConfigInput)), graphql_name="fieldConfigList"
|
|
9872
|
+
)
|
|
9873
|
+
|
|
9848
9874
|
function = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="function")
|
|
9849
9875
|
|
|
9850
9876
|
field = sgqlc.types.Field(String, graphql_name="field")
|
|
@@ -15397,6 +15423,7 @@ class ConversionResult(sgqlc.types.Type):
|
|
|
15397
15423
|
"monitored_tables_count",
|
|
15398
15424
|
"selected_tables_count",
|
|
15399
15425
|
"top_multicovered_mcons_by_monitor_count",
|
|
15426
|
+
"mcon_coverage_distribution",
|
|
15400
15427
|
"sample_covered_not_monitored",
|
|
15401
15428
|
"sample_monitored_not_covered",
|
|
15402
15429
|
"mcons_covered_by_table_monitor_audiences",
|
|
@@ -15472,6 +15499,11 @@ class ConversionResult(sgqlc.types.Type):
|
|
|
15472
15499
|
graphql_name="topMulticoveredMconsByMonitorCount",
|
|
15473
15500
|
)
|
|
15474
15501
|
|
|
15502
|
+
mcon_coverage_distribution = sgqlc.types.Field(
|
|
15503
|
+
sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null("MconCountPair"))),
|
|
15504
|
+
graphql_name="mconCoverageDistribution",
|
|
15505
|
+
)
|
|
15506
|
+
|
|
15475
15507
|
sample_covered_not_monitored = sgqlc.types.Field(
|
|
15476
15508
|
sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null("MconMonitorPair"))),
|
|
15477
15509
|
graphql_name="sampleCoveredNotMonitored",
|
|
@@ -20471,6 +20503,16 @@ class FieldChange(sgqlc.types.Type):
|
|
|
20471
20503
|
"""Change to M2M field"""
|
|
20472
20504
|
|
|
20473
20505
|
|
|
20506
|
+
class FieldConfig(sgqlc.types.Type):
|
|
20507
|
+
__schema__ = schema
|
|
20508
|
+
__field_names__ = ("type", "count", "field")
|
|
20509
|
+
type = sgqlc.types.Field(sgqlc.types.non_null(FieldConfigType), graphql_name="type")
|
|
20510
|
+
|
|
20511
|
+
count = sgqlc.types.Field(Int, graphql_name="count")
|
|
20512
|
+
|
|
20513
|
+
field = sgqlc.types.Field(String, graphql_name="field")
|
|
20514
|
+
|
|
20515
|
+
|
|
20474
20516
|
class FieldDistRcaData(sgqlc.types.Type):
|
|
20475
20517
|
__schema__ = schema
|
|
20476
20518
|
__field_names__ = ("time_field", "anom_time", "explanatory_field", "val")
|
|
@@ -65356,6 +65398,7 @@ class Transform(sgqlc.types.Type):
|
|
|
65356
65398
|
"categories",
|
|
65357
65399
|
"model_connection_id",
|
|
65358
65400
|
"output_type",
|
|
65401
|
+
"field_config_list",
|
|
65359
65402
|
"function",
|
|
65360
65403
|
"field",
|
|
65361
65404
|
"id",
|
|
@@ -65373,6 +65416,10 @@ class Transform(sgqlc.types.Type):
|
|
|
65373
65416
|
|
|
65374
65417
|
output_type = sgqlc.types.Field(String, graphql_name="outputType")
|
|
65375
65418
|
|
|
65419
|
+
field_config_list = sgqlc.types.Field(
|
|
65420
|
+
sgqlc.types.list_of(sgqlc.types.non_null(FieldConfig)), graphql_name="fieldConfigList"
|
|
65421
|
+
)
|
|
65422
|
+
|
|
65376
65423
|
function = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="function")
|
|
65377
65424
|
|
|
65378
65425
|
field = sgqlc.types.Field(String, graphql_name="field")
|
|
@@ -65394,6 +65441,8 @@ class TransformFunction(sgqlc.types.Type):
|
|
|
65394
65441
|
"prompt",
|
|
65395
65442
|
"score_field",
|
|
65396
65443
|
"output_type",
|
|
65444
|
+
"supports_field_range",
|
|
65445
|
+
"supported_output_types",
|
|
65397
65446
|
)
|
|
65398
65447
|
name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="name")
|
|
65399
65448
|
|
|
@@ -65425,6 +65474,15 @@ class TransformFunction(sgqlc.types.Type):
|
|
|
65425
65474
|
|
|
65426
65475
|
output_type = sgqlc.types.Field(String, graphql_name="outputType")
|
|
65427
65476
|
|
|
65477
|
+
supports_field_range = sgqlc.types.Field(
|
|
65478
|
+
sgqlc.types.non_null(Boolean), graphql_name="supportsFieldRange"
|
|
65479
|
+
)
|
|
65480
|
+
|
|
65481
|
+
supported_output_types = sgqlc.types.Field(
|
|
65482
|
+
sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(String))),
|
|
65483
|
+
graphql_name="supportedOutputTypes",
|
|
65484
|
+
)
|
|
65485
|
+
|
|
65428
65486
|
|
|
65429
65487
|
class TriggerCircuitBreakerRule(sgqlc.types.Type):
|
|
65430
65488
|
"""Run a custom rule as a circuit breaker immediately. Supports rules
|
|
@@ -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=nN5db0fEI8vcr1M4P_wXGHjf3KCcCQadosntuT1IVFQ,6182272
|
|
39
|
+
pycarlo/lib/schema.py,sha256=8GzlhYuT-RHpBZoCZv9_6FjDv5R3a6sIwq0YcTHs52M,2684924
|
|
40
|
+
pycarlo-0.10.140.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
41
|
+
pycarlo-0.10.140.dist-info/METADATA,sha256=XE0Kl7747jAFMh5BlD5knYCDOmJch3XinMkXtUjDEsw,8742
|
|
42
|
+
pycarlo-0.10.140.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
43
|
+
pycarlo-0.10.140.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
|
|
44
|
+
pycarlo-0.10.140.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|