pycarlo 0.10.149__py3-none-any.whl → 0.10.150__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
@@ -63541,6 +63541,18 @@
63541
63541
  "ofType": null
63542
63542
  }
63543
63543
  },
63544
+ {
63545
+ "args": [],
63546
+ "deprecationReason": null,
63547
+ "description": "Custom SQL for custom SQL monitors",
63548
+ "isDeprecated": false,
63549
+ "name": "customSql",
63550
+ "type": {
63551
+ "kind": "SCALAR",
63552
+ "name": "String",
63553
+ "ofType": null
63554
+ }
63555
+ },
63544
63556
  {
63545
63557
  "args": [],
63546
63558
  "deprecationReason": null,
pycarlo/lib/schema.py CHANGED
@@ -72757,6 +72757,7 @@ class Event(sgqlc.types.Type, Node):
72757
72757
  "table_stats",
72758
72758
  "mc_sql",
72759
72759
  "source_sql",
72760
+ "custom_sql",
72760
72761
  "is_merged",
72761
72762
  "description",
72762
72763
  )
@@ -72886,6 +72887,9 @@ class Event(sgqlc.types.Type, Node):
72886
72887
  source_sql = sgqlc.types.Field(String, graphql_name="sourceSql")
72887
72888
  """Data source SQL for monitors using a custom SQL source."""
72888
72889
 
72890
+ custom_sql = sgqlc.types.Field(String, graphql_name="customSql")
72891
+ """Custom SQL for custom SQL monitors"""
72892
+
72889
72893
  is_merged = sgqlc.types.Field(Boolean, graphql_name="isMerged")
72890
72894
  """Whether the event originally belonged to another alert which was
72891
72895
  merged into the alert currently associated to this event.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.149
3
+ Version: 0.10.150
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=Q4MvcgUsJhoDABLmPLGI9WB-D8iI7Fm_wYzxrPh-Hc0,6211724
39
- pycarlo/lib/schema.py,sha256=UmDURLZJQOYa-qk68ijTwx7f2ABoBQe8EE3PXndVTs8,2696213
40
- pycarlo-0.10.149.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.149.dist-info/METADATA,sha256=g4J5I3Kv75aM-zGMFuBXW6MUFXPIOL2j1ZtM44MHnfU,8742
42
- pycarlo-0.10.149.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.149.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.149.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=L-nAj31Onrmd122IjCFFcxIPBuiIsFXCv2pk4pmoPFo,6212098
39
+ pycarlo/lib/schema.py,sha256=dCQd5HTMPX3_QF1hf3NlgJhCx1CVMaWe1Tgt7zTI5Bo,2696350
40
+ pycarlo-0.10.150.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.150.dist-info/METADATA,sha256=KTa8bV3iG-iuyVKLb1rxo-XqfxdsLNml5jFORkXVQyk,8742
42
+ pycarlo-0.10.150.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.150.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.150.dist-info/RECORD,,