pycarlo 0.10.101__py3-none-any.whl → 0.10.102__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
@@ -112770,6 +112770,30 @@
112770
112770
  "ofType": null
112771
112771
  }
112772
112772
  },
112773
+ {
112774
+ "args": [],
112775
+ "deprecationReason": null,
112776
+ "description": "Structured SQL filtering",
112777
+ "isDeprecated": false,
112778
+ "name": "sqlBlocks",
112779
+ "type": {
112780
+ "kind": "SCALAR",
112781
+ "name": "JSONString",
112782
+ "ofType": null
112783
+ }
112784
+ },
112785
+ {
112786
+ "args": [],
112787
+ "deprecationReason": null,
112788
+ "description": "Sampling configuration",
112789
+ "isDeprecated": false,
112790
+ "name": "samplingConfig",
112791
+ "type": {
112792
+ "kind": "SCALAR",
112793
+ "name": "JSONString",
112794
+ "ofType": null
112795
+ }
112796
+ },
112773
112797
  {
112774
112798
  "args": [],
112775
112799
  "deprecationReason": null,
pycarlo/lib/schema.py CHANGED
@@ -71470,6 +71470,8 @@ class MetricMonitoring(sgqlc.types.Type, Node):
71470
71470
  "last_update_time",
71471
71471
  "collection_lag_hours",
71472
71472
  "version",
71473
+ "sql_blocks",
71474
+ "sampling_config",
71473
71475
  "table",
71474
71476
  "entities",
71475
71477
  "selected_metrics",
@@ -71639,6 +71641,12 @@ class MetricMonitoring(sgqlc.types.Type, Node):
71639
71641
  version = sgqlc.types.Field(Int, graphql_name="version")
71640
71642
  """Configuration version of the monitor."""
71641
71643
 
71644
+ sql_blocks = sgqlc.types.Field(JSONString, graphql_name="sqlBlocks")
71645
+ """Structured SQL filtering"""
71646
+
71647
+ sampling_config = sgqlc.types.Field(JSONString, graphql_name="samplingConfig")
71648
+ """Sampling configuration"""
71649
+
71642
71650
  table = sgqlc.types.Field("WarehouseTable", graphql_name="table")
71643
71651
  """Table related to monitor"""
71644
71652
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.101
3
+ Version: 0.10.102
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=AStrMSD56Wi_SX-0j7P-8JPpoBm4Q7UPH2jxItgqI78,6042020
39
- pycarlo/lib/schema.py,sha256=1WFucsxAVnsvEufI-49dl9J_y2cuk8ZgWmNCfehoM-4,2609766
40
- pycarlo-0.10.101.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.101.dist-info/METADATA,sha256=FlE4T432LRKERDG5r6Le-aab7k1aaW9gsI8pDur5B88,8742
42
- pycarlo-0.10.101.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.101.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.101.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=SIBcAjlNylKpVWE34wrg2PNSWDUVG2CRQzUz6reS-ZY,6042759
39
+ pycarlo/lib/schema.py,sha256=rBFNQ1mSqAJhZ3Q1w016XIbXpg95-WMrPJLfYpa4E_A,2610041
40
+ pycarlo-0.10.102.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.102.dist-info/METADATA,sha256=sHtn5wyI1i7RBGA9cJoQBTEvAHGZPBYxKf-bKd0Ueks,8742
42
+ pycarlo-0.10.102.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.102.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.102.dist-info/RECORD,,