pycarlo 0.10.86__py3-none-any.whl → 0.10.88__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
@@ -19559,6 +19559,16 @@
19559
19559
  "ofType": null
19560
19560
  }
19561
19561
  }
19562
+ },
19563
+ {
19564
+ "defaultValue": null,
19565
+ "description": "Order results by project, dataset, everything else.",
19566
+ "name": "orderByTableComponent",
19567
+ "type": {
19568
+ "kind": "SCALAR",
19569
+ "name": "Boolean",
19570
+ "ofType": null
19571
+ }
19562
19572
  }
19563
19573
  ],
19564
19574
  "deprecationReason": null,
@@ -26401,6 +26411,16 @@
26401
26411
  "ofType": null
26402
26412
  }
26403
26413
  },
26414
+ {
26415
+ "defaultValue": null,
26416
+ "description": null,
26417
+ "name": "searchDatabaseSchema",
26418
+ "type": {
26419
+ "kind": "SCALAR",
26420
+ "name": "String",
26421
+ "ofType": null
26422
+ }
26423
+ },
26404
26424
  {
26405
26425
  "defaultValue": null,
26406
26426
  "description": null,
pycarlo/lib/schema.py CHANGED
@@ -53504,6 +53504,10 @@ class Query(sgqlc.types.Type):
53504
53504
  sgqlc.types.list_of(String), graphql_name="biTypes", default=None
53505
53505
  ),
53506
53506
  ),
53507
+ (
53508
+ "order_by_table_component",
53509
+ sgqlc.types.Arg(Boolean, graphql_name="orderByTableComponent", default=None),
53510
+ ),
53507
53511
  )
53508
53512
  ),
53509
53513
  )
@@ -53547,6 +53551,8 @@ class Query(sgqlc.types.Type):
53547
53551
  * `warehouse_types` (`[String]`): Filter by warehouse types
53548
53552
  * `etl_types` (`[String]`): Filter by ETL types
53549
53553
  * `bi_types` (`[String]`): Filter by BI types
53554
+ * `order_by_table_component` (`Boolean`): Order results by
53555
+ project, dataset, everything else.
53550
53556
  """
53551
53557
 
53552
53558
  search_tables_for_dynamic_schedule = sgqlc.types.Field(
@@ -57061,6 +57067,10 @@ class Query(sgqlc.types.Type):
57061
57067
  ),
57062
57068
  ),
57063
57069
  ("search", sgqlc.types.Arg(String, graphql_name="search", default=None)),
57070
+ (
57071
+ "search_database_schema",
57072
+ sgqlc.types.Arg(String, graphql_name="searchDatabaseSchema", default=None),
57073
+ ),
57064
57074
  (
57065
57075
  "search_full_table_id",
57066
57076
  sgqlc.types.Arg(String, graphql_name="searchFullTableId", default=None),
@@ -57087,6 +57097,7 @@ class Query(sgqlc.types.Type):
57087
57097
  * `filter_by_schema_name` (`String`)None
57088
57098
  * `domain_restrictions` (`[UUID!]`)None
57089
57099
  * `search` (`String`)None
57100
+ * `search_database_schema` (`String`)None
57090
57101
  * `search_full_table_id` (`String`)None
57091
57102
  * `is_monitored` (`Boolean`): Filter by monitored status if
57092
57103
  provided
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.86
3
+ Version: 0.10.88
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=LuYDG89lYx8cYxlbe-GCF08Vo_vP29Eodggy_sZ9prA,6018377
39
- pycarlo/lib/schema.py,sha256=Liq2TGaWc68kw1IpYZtMb2rW002dCxu_NiCY4R4ctdg,2599154
40
- pycarlo-0.10.86.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.86.dist-info/METADATA,sha256=_qIHS5HaoF4tBRwiZXcx9dUEXQk34z-aMTWXMyb7090,8741
42
- pycarlo-0.10.86.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.86.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.86.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=2nhpFo88Zfered07w2XzCssn_BC8-J7kcnVtKg0WNok,6019078
39
+ pycarlo/lib/schema.py,sha256=YvuAYG35pnK8ffgCU74u6T8AdkrXkspRlIgq6RLNlV8,2599666
40
+ pycarlo-0.10.88.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.88.dist-info/METADATA,sha256=vONB6OCybbWsj3rIJB90M3IDtq8vQd5nJU0uBKEKCa4,8741
42
+ pycarlo-0.10.88.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.88.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.88.dist-info/RECORD,,