pycarlo 0.10.86__py3-none-any.whl → 0.10.87__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,
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(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.86
3
+ Version: 0.10.87
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=LlQFFwXCc1DVSHxh_g8TljPEntET9eTYPpY1-ZFumFY,6018753
39
+ pycarlo/lib/schema.py,sha256=ZNd20i2KnoCu8OEva_-FmIdfzLzK9K7unby0YmbV1Os,2599441
40
+ pycarlo-0.10.87.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.87.dist-info/METADATA,sha256=hgvI6tJPiKavFx-k9Sp2BMGrgWI6IcYs2wUjsFjiWJY,8741
42
+ pycarlo-0.10.87.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.87.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.87.dist-info/RECORD,,