pycarlo 0.10.65__py3-none-any.whl → 0.10.67__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,
@@ -94829,6 +94841,18 @@
94829
94841
  "name": "Int",
94830
94842
  "ofType": null
94831
94843
  }
94844
+ },
94845
+ {
94846
+ "args": [],
94847
+ "deprecationReason": null,
94848
+ "description": null,
94849
+ "isDeprecated": false,
94850
+ "name": "notes",
94851
+ "type": {
94852
+ "kind": "SCALAR",
94853
+ "name": "String",
94854
+ "ofType": null
94855
+ }
94832
94856
  }
94833
94857
  ],
94834
94858
  "inputFields": null,
@@ -95087,6 +95111,18 @@
95087
95111
  "name": "Int",
95088
95112
  "ofType": null
95089
95113
  }
95114
+ },
95115
+ {
95116
+ "args": [],
95117
+ "deprecationReason": null,
95118
+ "description": null,
95119
+ "isDeprecated": false,
95120
+ "name": "customMessage",
95121
+ "type": {
95122
+ "kind": "SCALAR",
95123
+ "name": "String",
95124
+ "ofType": null
95125
+ }
95090
95126
  }
95091
95127
  ],
95092
95128
  "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
@@ -58271,6 +58275,7 @@ class RoutingRuleData(sgqlc.types.Type):
58271
58275
  "digest_settings_id",
58272
58276
  "created_by_id",
58273
58277
  "last_update_user_id",
58278
+ "custom_message",
58274
58279
  )
58275
58280
  uuid = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="uuid")
58276
58281
 
@@ -58306,6 +58311,8 @@ class RoutingRuleData(sgqlc.types.Type):
58306
58311
 
58307
58312
  last_update_user_id = sgqlc.types.Field(Int, graphql_name="lastUpdateUserId")
58308
58313
 
58314
+ custom_message = sgqlc.types.Field(String, graphql_name="customMessage")
58315
+
58309
58316
 
58310
58317
  class RowCountResponseType(sgqlc.types.Type):
58311
58318
  """Row count info"""
@@ -60981,6 +60988,7 @@ class TableMonitorSpec(sgqlc.types.Type):
60981
60988
  "source_monitored_table_rules",
60982
60989
  "created_by_id",
60983
60990
  "distinct_mcons_count",
60991
+ "notes",
60984
60992
  )
60985
60993
  warehouse_uuid = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name="warehouseUuid")
60986
60994
 
@@ -61015,6 +61023,8 @@ class TableMonitorSpec(sgqlc.types.Type):
61015
61023
 
61016
61024
  distinct_mcons_count = sgqlc.types.Field(Int, graphql_name="distinctMconsCount")
61017
61025
 
61026
+ notes = sgqlc.types.Field(String, graphql_name="notes")
61027
+
61018
61028
 
61019
61029
  class TableMonitorStatus(sgqlc.types.Type):
61020
61030
  __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.67
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=rSjhoo7iUpq2kiXt3pVk8EGDYgui2e-HpTua3P9szTY,5976605
39
+ pycarlo/lib/schema.py,sha256=-9vGNr2tBRwb12UzaxaTQRODxgIL-loPx_ZNfcDsQmc,2582561
40
+ pycarlo-0.10.67.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.67.dist-info/METADATA,sha256=uXwtEoruJUu3c3MM5X0TWol93hvRauHvB_0t1l3rNNg,8741
42
+ pycarlo-0.10.67.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.67.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.67.dist-info/RECORD,,