pycarlo 0.10.71__py3-none-any.whl → 0.10.73__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
@@ -10758,7 +10758,7 @@
10758
10758
  },
10759
10759
  {
10760
10760
  "defaultValue": null,
10761
- "description": "Filter by associated entities (MCON)",
10761
+ "description": "Filter by warehouses, projects, datasets, or tables (MCON)",
10762
10762
  "name": "mcons",
10763
10763
  "type": {
10764
10764
  "kind": "LIST",
@@ -11129,7 +11129,7 @@
11129
11129
  },
11130
11130
  {
11131
11131
  "defaultValue": null,
11132
- "description": "Filter by associated entities (MCON)",
11132
+ "description": "Filter by warehouses, projects, datasets, or tables (MCON)",
11133
11133
  "name": "mcons",
11134
11134
  "type": {
11135
11135
  "kind": "LIST",
@@ -11496,7 +11496,7 @@
11496
11496
  },
11497
11497
  {
11498
11498
  "defaultValue": null,
11499
- "description": "Filter by associated entities (MCON)",
11499
+ "description": "Filter by warehouses, projects, datasets, or tables (MCON)",
11500
11500
  "name": "mcons",
11501
11501
  "type": {
11502
11502
  "kind": "LIST",
@@ -11871,7 +11871,7 @@
11871
11871
  },
11872
11872
  {
11873
11873
  "defaultValue": null,
11874
- "description": "Filter by associated entities (MCON)",
11874
+ "description": "Filter by warehouses, projects, datasets, or tables (MCON)",
11875
11875
  "name": "mcons",
11876
11876
  "type": {
11877
11877
  "kind": "LIST",
@@ -12242,7 +12242,7 @@
12242
12242
  },
12243
12243
  {
12244
12244
  "defaultValue": null,
12245
- "description": "Filter by associated entities (MCON)",
12245
+ "description": "Filter by warehouses, projects, datasets, or tables (MCON)",
12246
12246
  "name": "mcons",
12247
12247
  "type": {
12248
12248
  "kind": "LIST",
@@ -33052,6 +33052,18 @@
33052
33052
  "name": "String",
33053
33053
  "ofType": null
33054
33054
  }
33055
+ },
33056
+ {
33057
+ "args": [],
33058
+ "deprecationReason": null,
33059
+ "description": null,
33060
+ "isDeprecated": false,
33061
+ "name": "scoreField",
33062
+ "type": {
33063
+ "kind": "SCALAR",
33064
+ "name": "String",
33065
+ "ofType": null
33066
+ }
33055
33067
  }
33056
33068
  ],
33057
33069
  "inputFields": null,
@@ -40817,7 +40829,7 @@
40817
40829
  },
40818
40830
  {
40819
40831
  "defaultValue": null,
40820
- "description": "Filter by associated entities (MCON)",
40832
+ "description": "Filter by warehouses, projects, datasets, or tables (MCON)",
40821
40833
  "name": "mcons",
40822
40834
  "type": {
40823
40835
  "kind": "LIST",
pycarlo/lib/schema.py CHANGED
@@ -23560,7 +23560,8 @@ class MonitorLabelObject(sgqlc.types.Type):
23560
23560
  * `include_ootb_replacement` (`Boolean`): If set to true and
23561
23561
  is_ootb_replacement is not specified or false, ootb_replacement
23562
23562
  monitors will be included in result (default: `false`)
23563
- * `mcons` (`[String]`): Filter by associated entities (MCON)
23563
+ * `mcons` (`[String]`): Filter by warehouses, projects, datasets,
23564
+ or tables (MCON)
23564
23565
  * `alerted_only` (`Boolean`): EXPERIMENTAL. Filter monitors to
23565
23566
  only the ones that are breached.
23566
23567
  * `tags` (`[TagKeyValuePairInput]`): Filter by monitor tags. It
@@ -48383,7 +48384,8 @@ class Query(sgqlc.types.Type):
48383
48384
  * `include_ootb_replacement` (`Boolean`): If set to true and
48384
48385
  is_ootb_replacement is not specified or false, ootb_replacement
48385
48386
  monitors will be included in result (default: `false`)
48386
- * `mcons` (`[String]`): Filter by associated entities (MCON)
48387
+ * `mcons` (`[String]`): Filter by warehouses, projects, datasets,
48388
+ or tables (MCON)
48387
48389
  * `alerted_only` (`Boolean`): EXPERIMENTAL. Filter monitors to
48388
48390
  only the ones that are breached.
48389
48391
  * `tags` (`[TagKeyValuePairInput]`): Filter by monitor tags. It
@@ -48595,7 +48597,8 @@ class Query(sgqlc.types.Type):
48595
48597
  * `include_ootb_replacement` (`Boolean`): If set to true and
48596
48598
  is_ootb_replacement is not specified or false, ootb_replacement
48597
48599
  monitors will be included in result (default: `false`)
48598
- * `mcons` (`[String]`): Filter by associated entities (MCON)
48600
+ * `mcons` (`[String]`): Filter by warehouses, projects, datasets,
48601
+ or tables (MCON)
48599
48602
  * `alerted_only` (`Boolean`): EXPERIMENTAL. Filter monitors to
48600
48603
  only the ones that are breached.
48601
48604
  * `tags` (`[TagKeyValuePairInput]`): Filter by monitor tags. It
@@ -48807,7 +48810,8 @@ class Query(sgqlc.types.Type):
48807
48810
  * `include_ootb_replacement` (`Boolean`): If set to true and
48808
48811
  is_ootb_replacement is not specified or false, ootb_replacement
48809
48812
  monitors will be included in result (default: `false`)
48810
- * `mcons` (`[String]`): Filter by associated entities (MCON)
48813
+ * `mcons` (`[String]`): Filter by warehouses, projects, datasets,
48814
+ or tables (MCON)
48811
48815
  * `alerted_only` (`Boolean`): EXPERIMENTAL. Filter monitors to
48812
48816
  only the ones that are breached.
48813
48817
  * `tags` (`[TagKeyValuePairInput]`): Filter by monitor tags. It
@@ -49019,7 +49023,8 @@ class Query(sgqlc.types.Type):
49019
49023
  * `include_ootb_replacement` (`Boolean`): If set to true and
49020
49024
  is_ootb_replacement is not specified or false, ootb_replacement
49021
49025
  monitors will be included in result (default: `false`)
49022
- * `mcons` (`[String]`): Filter by associated entities (MCON)
49026
+ * `mcons` (`[String]`): Filter by warehouses, projects, datasets,
49027
+ or tables (MCON)
49023
49028
  * `alerted_only` (`Boolean`): EXPERIMENTAL. Filter monitors to
49024
49029
  only the ones that are breached.
49025
49030
  * `tags` (`[TagKeyValuePairInput]`): Filter by monitor tags. It
@@ -49231,7 +49236,8 @@ class Query(sgqlc.types.Type):
49231
49236
  * `include_ootb_replacement` (`Boolean`): If set to true and
49232
49237
  is_ootb_replacement is not specified or false, ootb_replacement
49233
49238
  monitors will be included in result (default: `false`)
49234
- * `mcons` (`[String]`): Filter by associated entities (MCON)
49239
+ * `mcons` (`[String]`): Filter by warehouses, projects, datasets,
49240
+ or tables (MCON)
49235
49241
  * `alerted_only` (`Boolean`): EXPERIMENTAL. Filter monitors to
49236
49242
  only the ones that are breached.
49237
49243
  * `tags` (`[TagKeyValuePairInput]`): Filter by monitor tags. It
@@ -62676,6 +62682,7 @@ class TransformFunction(sgqlc.types.Type):
62676
62682
  "response_format",
62677
62683
  "category",
62678
62684
  "standard_prompt",
62685
+ "score_field",
62679
62686
  )
62680
62687
  name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="name")
62681
62688
 
@@ -62703,6 +62710,8 @@ class TransformFunction(sgqlc.types.Type):
62703
62710
 
62704
62711
  standard_prompt = sgqlc.types.Field(String, graphql_name="standardPrompt")
62705
62712
 
62713
+ score_field = sgqlc.types.Field(String, graphql_name="scoreField")
62714
+
62706
62715
 
62707
62716
  class TriggerCircuitBreakerRule(sgqlc.types.Type):
62708
62717
  """Run a custom rule as a circuit breaker immediately. Supports rules
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.71
3
+ Version: 0.10.73
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=6gvjGG9y3bk2OlDb6e_XLeG4ENA4yjMJQwyfvRvYlMM,5964943
39
- pycarlo/lib/schema.py,sha256=pP_qFLE2pHayRuXJlqFHw2Hh_wNcAzqXTZIz-yUcLbE,2576704
40
- pycarlo-0.10.71.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.71.dist-info/METADATA,sha256=fMjB6CT8Ulh2SpqFoebxKgo0G9fCdimsdrUXRc5sutM,8741
42
- pycarlo-0.10.71.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.71.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.71.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=GN8sQR70SfF7Q6nytQBW9nUN5nNVgnwGU-thC_fwgj0,5965418
39
+ pycarlo/lib/schema.py,sha256=5r7Sv-GrOmUl_tc0k06WYgBBy0ql_ShjUJ-v0D6MjvQ,2576967
40
+ pycarlo-0.10.73.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.73.dist-info/METADATA,sha256=g1MTu2okli3bu1DA-as54NJ4ggXudtwYAIA45uTCoo0,8741
42
+ pycarlo-0.10.73.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.73.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.73.dist-info/RECORD,,