pycarlo 0.10.208__py3-none-any.whl → 0.10.209__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
@@ -96391,6 +96391,18 @@
96391
96391
  "name": "Int",
96392
96392
  "ofType": null
96393
96393
  }
96394
+ },
96395
+ {
96396
+ "args": [],
96397
+ "deprecationReason": null,
96398
+ "description": "Total number of tables encapsulated by the rule (both currently monitored and unmonitored)",
96399
+ "isDeprecated": false,
96400
+ "name": "totalCount",
96401
+ "type": {
96402
+ "kind": "SCALAR",
96403
+ "name": "Int",
96404
+ "ofType": null
96405
+ }
96394
96406
  }
96395
96407
  ],
96396
96408
  "inputFields": null,
pycarlo/lib/schema.py CHANGED
@@ -12432,12 +12432,17 @@ class AdditionalMonitoredTablesCountOutput(sgqlc.types.Type):
12432
12432
  """Number of additional tables that would be monitored by"""
12433
12433
 
12434
12434
  __schema__ = schema
12435
- __field_names__ = ("count",)
12435
+ __field_names__ = ("count", "total_count")
12436
12436
  count = sgqlc.types.Field(Int, graphql_name="count")
12437
12437
  """Number of additional tables that would be monitored by current and
12438
12438
  new rules if applied
12439
12439
  """
12440
12440
 
12441
+ total_count = sgqlc.types.Field(Int, graphql_name="totalCount")
12442
+ """Total number of tables encapsulated by the rule (both currently
12443
+ monitored and unmonitored)
12444
+ """
12445
+
12441
12446
 
12442
12447
  class AdfJobConnection(sgqlc.types.relay.Connection):
12443
12448
  __schema__ = schema
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.208
3
+ Version: 0.10.209
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=9U3D8ZdNc1n7DpRFTea9WR2bfZuynNRhxKqiHPAALNg,6374277
39
- pycarlo/lib/schema.py,sha256=yATrUlKC32p489D2u-iwjK2L3d-JlP7hwmtA70aYftM,2773516
40
- pycarlo-0.10.208.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.208.dist-info/METADATA,sha256=lnqYpiG7cyDWTw-SLtGDmB9EwoO569PXc8IjRutZv9M,8742
42
- pycarlo-0.10.208.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.208.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.208.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=oa71tWSVyU1oqChrQwG2ZU2oOj6Q43VmeyF1fmHs97g,6374705
39
+ pycarlo/lib/schema.py,sha256=aveg5OemA4vgo-jNk5RnNKtJ6lp4DS0_AEYRdFJO-68,2773709
40
+ pycarlo-0.10.209.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.209.dist-info/METADATA,sha256=Pm7I1KBY_kvNKymeLAf469SiZi4hJww4kKXeR1Tlwe8,8742
42
+ pycarlo-0.10.209.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.209.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.209.dist-info/RECORD,,