pycarlo 0.10.142__py3-none-any.whl → 0.10.144__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 CHANGED
@@ -22207,6 +22207,16 @@
22207
22207
  "name": "Int",
22208
22208
  "ofType": null
22209
22209
  }
22210
+ },
22211
+ {
22212
+ "defaultValue": null,
22213
+ "description": "Filter by monitor type",
22214
+ "name": "monitorType",
22215
+ "type": {
22216
+ "kind": "SCALAR",
22217
+ "name": "String",
22218
+ "ofType": null
22219
+ }
22210
22220
  }
22211
22221
  ],
22212
22222
  "deprecationReason": null,
@@ -64039,6 +64049,12 @@
64039
64049
  "isDeprecated": false,
64040
64050
  "name": "METRIC_COMPARISON"
64041
64051
  },
64052
+ {
64053
+ "deprecationReason": null,
64054
+ "description": "Agent Anomaly",
64055
+ "isDeprecated": false,
64056
+ "name": "AGENT"
64057
+ },
64042
64058
  {
64043
64059
  "deprecationReason": null,
64044
64060
  "description": "Custom Rule Anomaly",
pycarlo/lib/schema.py CHANGED
@@ -4833,6 +4833,7 @@ String = sgqlc.types.String
4833
4833
  class TableAnomalyModelReason(sgqlc.types.Enum):
4834
4834
  """Enumeration Choices:
4835
4835
 
4836
+ * `AGENT`: Agent Anomaly
4836
4837
  * `COMPARISON_RULE`: Comparison Rule Anomaly
4837
4838
  * `CUSTOM_RULE`: Custom Rule Anomaly
4838
4839
  * `DIST`: Distribution Anomaly
@@ -4849,6 +4850,7 @@ class TableAnomalyModelReason(sgqlc.types.Enum):
4849
4850
 
4850
4851
  __schema__ = schema
4851
4852
  __choices__ = (
4853
+ "AGENT",
4852
4854
  "COMPARISON_RULE",
4853
4855
  "CUSTOM_RULE",
4854
4856
  "DIST",
@@ -55887,6 +55889,7 @@ class Query(sgqlc.types.Type):
55887
55889
  ),
55888
55890
  ("field_type", sgqlc.types.Arg(FieldType, graphql_name="fieldType", default=None)),
55889
55891
  ("version", sgqlc.types.Arg(Int, graphql_name="version", default=None)),
55892
+ ("monitor_type", sgqlc.types.Arg(String, graphql_name="monitorType", default=None)),
55890
55893
  )
55891
55894
  ),
55892
55895
  )
@@ -55901,6 +55904,7 @@ class Query(sgqlc.types.Type):
55901
55904
  * `field_type` (`FieldType`): Field type for which to return field
55902
55905
  metrics
55903
55906
  * `version` (`Int`): Version of the monitor
55907
+ * `monitor_type` (`String`): Filter by monitor type
55904
55908
  """
55905
55909
 
55906
55910
  get_comparison_monitor_field_metric_definitions = sgqlc.types.Field(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.142
3
+ Version: 0.10.144
4
4
  Summary: Monte Carlo's Python SDK
5
5
  Home-page: https://www.montecarlodata.com/
6
6
  Author: Monte Carlo Data, Inc
@@ -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=W-OMBVprdpGqa_H1hUy5MiJeh4VUxhZxoZuOegYNzbs,6192115
39
- pycarlo/lib/schema.py,sha256=BapuuoNccE5tHHNFOkRUXakVK5UkHU2Y1LP8yxc1Ljo,2689173
40
- pycarlo-0.10.142.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.142.dist-info/METADATA,sha256=F-iIFMX-xX_kRfUzEw7FaJJJ_FfsqVUyOJZclWgUC2A,8742
42
- pycarlo-0.10.142.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.142.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.142.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=tgO6v0B-8lswLtieCycmoDID2Ubp7g6S-7QZ42i9GM0,6192634
39
+ pycarlo/lib/schema.py,sha256=X1xwIzXtPHparAIi7nUXJZXMEgAPKK16ZJ28xqfF3mY,2689376
40
+ pycarlo-0.10.144.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.144.dist-info/METADATA,sha256=Iquzqi-6yl-Rv7m6owXjctKaKXGqlAQVgaO3_d8UftM,8742
42
+ pycarlo-0.10.144.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.144.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.144.dist-info/RECORD,,