pycarlo 0.10.204__py3-none-any.whl → 0.10.205__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
@@ -1069,16 +1069,22 @@
1069
1069
  "args": [
1070
1070
  {
1071
1071
  "defaultValue": null,
1072
- "description": "Filter by warehouse type (snowflake, bigquery, databricks)",
1073
- "name": "warehouseType",
1072
+ "description": "Warehouse UUID. If provided, the connection type will be ignored.",
1073
+ "name": "warehouseUuid",
1074
1074
  "type": {
1075
- "kind": "NON_NULL",
1076
- "name": null,
1077
- "ofType": {
1078
- "kind": "SCALAR",
1079
- "name": "String",
1080
- "ofType": null
1081
- }
1075
+ "kind": "SCALAR",
1076
+ "name": "UUID",
1077
+ "ofType": null
1078
+ }
1079
+ },
1080
+ {
1081
+ "defaultValue": null,
1082
+ "description": "connection type, for example \"snowflake\", \"bigquery\", etc.",
1083
+ "name": "connectionType",
1084
+ "type": {
1085
+ "kind": "SCALAR",
1086
+ "name": "String",
1087
+ "ofType": null
1082
1088
  }
1083
1089
  }
1084
1090
  ],
pycarlo/lib/schema.py CHANGED
@@ -45627,10 +45627,12 @@ class Query(sgqlc.types.Type):
45627
45627
  args=sgqlc.types.ArgDict(
45628
45628
  (
45629
45629
  (
45630
- "warehouse_type",
45631
- sgqlc.types.Arg(
45632
- sgqlc.types.non_null(String), graphql_name="warehouseType", default=None
45633
- ),
45630
+ "warehouse_uuid",
45631
+ sgqlc.types.Arg(UUID, graphql_name="warehouseUuid", default=None),
45632
+ ),
45633
+ (
45634
+ "connection_type",
45635
+ sgqlc.types.Arg(String, graphql_name="connectionType", default=None),
45634
45636
  ),
45635
45637
  )
45636
45638
  ),
@@ -45640,8 +45642,10 @@ class Query(sgqlc.types.Type):
45640
45642
 
45641
45643
  Arguments:
45642
45644
 
45643
- * `warehouse_type` (`String!`): Filter by warehouse type
45644
- (snowflake, bigquery, databricks)
45645
+ * `warehouse_uuid` (`UUID`): Warehouse UUID. If provided, the
45646
+ connection type will be ignored.
45647
+ * `connection_type` (`String`): connection type, for example
45648
+ "snowflake", "bigquery", etc.
45645
45649
  """
45646
45650
 
45647
45651
  run_custom_query = sgqlc.types.Field(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.204
3
+ Version: 0.10.205
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=j_QfE3IvHEd7rRIbwa3HvJtWiRvdN2Bs5BbVAuioH8A,6348033
39
- pycarlo/lib/schema.py,sha256=ZFP_aL93xtrMA69khNMc5B4BpUv5sGX7IFKT8mEJr-U,2764608
40
- pycarlo-0.10.204.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.204.dist-info/METADATA,sha256=2TjfLBRemnY5zNiQxsONVkxkRUpY9ZdFzxfz9RyjLX0,8742
42
- pycarlo-0.10.204.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.204.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.204.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=ZfgzsXhgDIZMDK3wCH5n0jMK4I3kMi4FO_RZwNBpKCg,6348283
39
+ pycarlo/lib/schema.py,sha256=RSY13ysD80vbmEOr0ryZET19GZFe_snoZmZ3CsGYfU0,2764809
40
+ pycarlo-0.10.205.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.205.dist-info/METADATA,sha256=25PSgyu_AY4Sw4PWQezkyBVybDZQP_yuOf-k-8ceIcQ,8742
42
+ pycarlo-0.10.205.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.205.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.205.dist-info/RECORD,,