pycarlo 0.10.65__py3-none-any.whl → 0.10.66__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
@@ -80468,6 +80468,18 @@
80468
80468
  "ofType": null
80469
80469
  }
80470
80470
  }
80471
+ },
80472
+ {
80473
+ "args": [],
80474
+ "deprecationReason": null,
80475
+ "description": "Segment count from the previous run.",
80476
+ "isDeprecated": false,
80477
+ "name": "segmentCountHint",
80478
+ "type": {
80479
+ "kind": "SCALAR",
80480
+ "name": "Int",
80481
+ "ofType": null
80482
+ }
80471
80483
  }
80472
80484
  ],
80473
80485
  "inputFields": null,
pycarlo/lib/schema.py CHANGED
@@ -19705,6 +19705,7 @@ class ExtendedDataSource(sgqlc.types.Type):
19705
19705
  "segments",
19706
19706
  "connection_uuid",
19707
19707
  "uuid",
19708
+ "segment_count_hint",
19708
19709
  )
19709
19710
  data_source = sgqlc.types.Field(
19710
19711
  sgqlc.types.non_null(DataSourceInputInterface), graphql_name="dataSource"
@@ -19728,6 +19729,9 @@ class ExtendedDataSource(sgqlc.types.Type):
19728
19729
  uuid = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name="uuid")
19729
19730
  """UUID of the data source."""
19730
19731
 
19732
+ segment_count_hint = sgqlc.types.Field(Int, graphql_name="segmentCountHint")
19733
+ """Segment count from the previous run."""
19734
+
19731
19735
 
19732
19736
  class FHEvent(sgqlc.types.Type):
19733
19737
  __schema__ = schema
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.65
3
+ Version: 0.10.66
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=zZt_ILGQ6rgD2b17W32UDdphleHuS4MJqfsaiupDj4A,5975541
39
- pycarlo/lib/schema.py,sha256=5Tj_X7Rl_h1NYBX_7kFTxO87xOh-89U5Jg5nM_sjv8w,2582220
40
- pycarlo-0.10.65.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.65.dist-info/METADATA,sha256=RhsyRg_Ll43qNfZrfXzwQiazqSSb8QSFpjMsOAjfLsM,8741
42
- pycarlo-0.10.65.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.65.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.65.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=w-xGO2URizwfeGH_JDO6DK-4Xf-PBtak1O1tZU8UwnQ,5975921
39
+ pycarlo/lib/schema.py,sha256=SnEYq0k-J_rmX3mMTRGm0K6dVq436W-A3lGC3cRJgOA,2582379
40
+ pycarlo-0.10.66.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.66.dist-info/METADATA,sha256=GCYMG8m8ZJ1W9sEqW0LpH9Oiuw1tejDnEFZ6hZ1r4ww,8741
42
+ pycarlo-0.10.66.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.66.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.66.dist-info/RECORD,,