pycarlo 0.10.55__py3-none-any.whl → 0.10.57__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.
- pycarlo/lib/schema.json +21 -17
- pycarlo/lib/schema.py +17 -15
- {pycarlo-0.10.55.dist-info → pycarlo-0.10.57.dist-info}/METADATA +1 -1
- {pycarlo-0.10.55.dist-info → pycarlo-0.10.57.dist-info}/RECORD +7 -7
- {pycarlo-0.10.55.dist-info → pycarlo-0.10.57.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.55.dist-info → pycarlo-0.10.57.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.55.dist-info → pycarlo-0.10.57.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -28916,9 +28916,13 @@
|
|
|
28916
28916
|
"kind": "LIST",
|
|
28917
28917
|
"name": null,
|
|
28918
28918
|
"ofType": {
|
|
28919
|
-
"kind": "
|
|
28920
|
-
"name":
|
|
28921
|
-
"ofType":
|
|
28919
|
+
"kind": "NON_NULL",
|
|
28920
|
+
"name": null,
|
|
28921
|
+
"ofType": {
|
|
28922
|
+
"kind": "OBJECT",
|
|
28923
|
+
"name": "TagInfoOutput",
|
|
28924
|
+
"ofType": null
|
|
28925
|
+
}
|
|
28922
28926
|
}
|
|
28923
28927
|
}
|
|
28924
28928
|
}
|
|
@@ -35890,85 +35894,85 @@
|
|
|
35890
35894
|
"enumValues": [
|
|
35891
35895
|
{
|
|
35892
35896
|
"deprecationReason": null,
|
|
35893
|
-
"description":
|
|
35897
|
+
"description": "Dimension - legacy",
|
|
35894
35898
|
"isDeprecated": false,
|
|
35895
35899
|
"name": "CATEGORIES"
|
|
35896
35900
|
},
|
|
35897
35901
|
{
|
|
35898
35902
|
"deprecationReason": null,
|
|
35899
|
-
"description":
|
|
35903
|
+
"description": "Metric",
|
|
35900
35904
|
"isDeprecated": false,
|
|
35901
35905
|
"name": "STATS"
|
|
35902
35906
|
},
|
|
35903
35907
|
{
|
|
35904
35908
|
"deprecationReason": null,
|
|
35905
|
-
"description":
|
|
35909
|
+
"description": "JSON schema",
|
|
35906
35910
|
"isDeprecated": false,
|
|
35907
35911
|
"name": "JSON_SCHEMA"
|
|
35908
35912
|
},
|
|
35909
35913
|
{
|
|
35910
35914
|
"deprecationReason": null,
|
|
35911
|
-
"description":
|
|
35915
|
+
"description": "Custom SQL",
|
|
35912
35916
|
"isDeprecated": false,
|
|
35913
35917
|
"name": "CUSTOM_SQL"
|
|
35914
35918
|
},
|
|
35915
35919
|
{
|
|
35916
35920
|
"deprecationReason": null,
|
|
35917
|
-
"description":
|
|
35921
|
+
"description": "Metric - legacy",
|
|
35918
35922
|
"isDeprecated": false,
|
|
35919
35923
|
"name": "FIELD_QUALITY"
|
|
35920
35924
|
},
|
|
35921
35925
|
{
|
|
35922
35926
|
"deprecationReason": null,
|
|
35923
|
-
"description":
|
|
35927
|
+
"description": "Freshness",
|
|
35924
35928
|
"isDeprecated": false,
|
|
35925
35929
|
"name": "FRESHNESS"
|
|
35926
35930
|
},
|
|
35927
35931
|
{
|
|
35928
35932
|
"deprecationReason": null,
|
|
35929
|
-
"description":
|
|
35933
|
+
"description": "Volume - legacy",
|
|
35930
35934
|
"isDeprecated": false,
|
|
35931
35935
|
"name": "TABLE_METRIC"
|
|
35932
35936
|
},
|
|
35933
35937
|
{
|
|
35934
35938
|
"deprecationReason": null,
|
|
35935
|
-
"description":
|
|
35939
|
+
"description": "Volume",
|
|
35936
35940
|
"isDeprecated": false,
|
|
35937
35941
|
"name": "VOLUME"
|
|
35938
35942
|
},
|
|
35939
35943
|
{
|
|
35940
35944
|
"deprecationReason": null,
|
|
35941
|
-
"description":
|
|
35945
|
+
"description": "Query performance",
|
|
35942
35946
|
"isDeprecated": false,
|
|
35943
35947
|
"name": "QUERY_PERF"
|
|
35944
35948
|
},
|
|
35945
35949
|
{
|
|
35946
35950
|
"deprecationReason": null,
|
|
35947
|
-
"description":
|
|
35951
|
+
"description": "Comparison - legacy",
|
|
35948
35952
|
"isDeprecated": false,
|
|
35949
35953
|
"name": "COMPARISON"
|
|
35950
35954
|
},
|
|
35951
35955
|
{
|
|
35952
35956
|
"deprecationReason": null,
|
|
35953
|
-
"description":
|
|
35957
|
+
"description": "Validation",
|
|
35954
35958
|
"isDeprecated": false,
|
|
35955
35959
|
"name": "VALIDATION"
|
|
35956
35960
|
},
|
|
35957
35961
|
{
|
|
35958
35962
|
"deprecationReason": null,
|
|
35959
|
-
"description":
|
|
35963
|
+
"description": "Schema",
|
|
35960
35964
|
"isDeprecated": false,
|
|
35961
35965
|
"name": "SCHEMA"
|
|
35962
35966
|
},
|
|
35963
35967
|
{
|
|
35964
35968
|
"deprecationReason": null,
|
|
35965
|
-
"description":
|
|
35969
|
+
"description": "Comparison",
|
|
35966
35970
|
"isDeprecated": false,
|
|
35967
35971
|
"name": "METRIC_COMPARISON"
|
|
35968
35972
|
},
|
|
35969
35973
|
{
|
|
35970
35974
|
"deprecationReason": null,
|
|
35971
|
-
"description":
|
|
35975
|
+
"description": "Table",
|
|
35972
35976
|
"isDeprecated": false,
|
|
35973
35977
|
"name": "TABLE"
|
|
35974
35978
|
}
|
pycarlo/lib/schema.py
CHANGED
|
@@ -5201,20 +5201,20 @@ class UserDefinedMonitorSearchFields(sgqlc.types.Enum):
|
|
|
5201
5201
|
class UserDefinedMonitors(sgqlc.types.Enum):
|
|
5202
5202
|
"""Enumeration Choices:
|
|
5203
5203
|
|
|
5204
|
-
* `CATEGORIES
|
|
5205
|
-
* `COMPARISON
|
|
5206
|
-
* `CUSTOM_SQL
|
|
5207
|
-
* `FIELD_QUALITY
|
|
5208
|
-
* `FRESHNESS
|
|
5209
|
-
* `JSON_SCHEMA
|
|
5210
|
-
* `METRIC_COMPARISON
|
|
5211
|
-
* `QUERY_PERF
|
|
5212
|
-
* `SCHEMA
|
|
5213
|
-
* `STATS
|
|
5214
|
-
* `TABLE
|
|
5215
|
-
* `TABLE_METRIC
|
|
5216
|
-
* `VALIDATION
|
|
5217
|
-
* `VOLUME
|
|
5204
|
+
* `CATEGORIES`: Dimension - legacy
|
|
5205
|
+
* `COMPARISON`: Comparison - legacy
|
|
5206
|
+
* `CUSTOM_SQL`: Custom SQL
|
|
5207
|
+
* `FIELD_QUALITY`: Metric - legacy
|
|
5208
|
+
* `FRESHNESS`: Freshness
|
|
5209
|
+
* `JSON_SCHEMA`: JSON schema
|
|
5210
|
+
* `METRIC_COMPARISON`: Comparison
|
|
5211
|
+
* `QUERY_PERF`: Query performance
|
|
5212
|
+
* `SCHEMA`: Schema
|
|
5213
|
+
* `STATS`: Metric
|
|
5214
|
+
* `TABLE`: Table
|
|
5215
|
+
* `TABLE_METRIC`: Volume - legacy
|
|
5216
|
+
* `VALIDATION`: Validation
|
|
5217
|
+
* `VOLUME`: Volume
|
|
5218
5218
|
"""
|
|
5219
5219
|
|
|
5220
5220
|
__schema__ = schema
|
|
@@ -22739,7 +22739,9 @@ class ListMonitorTagsOutput(sgqlc.types.Type):
|
|
|
22739
22739
|
total_count = sgqlc.types.Field(Int, graphql_name="totalCount")
|
|
22740
22740
|
"""Total count of the monitor tags in a user's account."""
|
|
22741
22741
|
|
|
22742
|
-
tags = sgqlc.types.Field(
|
|
22742
|
+
tags = sgqlc.types.Field(
|
|
22743
|
+
sgqlc.types.list_of(sgqlc.types.non_null("TagInfoOutput")), graphql_name="tags"
|
|
22744
|
+
)
|
|
22743
22745
|
"""Monitor Tags list."""
|
|
22744
22746
|
|
|
22745
22747
|
|
|
@@ -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=UcvM_ehxVJHezl9ueldD9mvdGbyA9JryUryuiIWm7lU,5983757
|
|
39
|
+
pycarlo/lib/schema.py,sha256=_moOMk8TWvabSyUyzvBw1G6aKwa4yUh1vDAJgbLcSFE,2587489
|
|
40
|
+
pycarlo-0.10.57.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
41
|
+
pycarlo-0.10.57.dist-info/METADATA,sha256=gAhcxr6Z0y92ba_5uhMs8w_2gwFmC-ZrLUkxi_Aokf0,8741
|
|
42
|
+
pycarlo-0.10.57.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
43
|
+
pycarlo-0.10.57.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
|
|
44
|
+
pycarlo-0.10.57.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|