pycarlo 0.10.230__py3-none-any.whl → 0.10.231__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
@@ -63052,6 +63052,18 @@
63052
63052
  "name": "String",
63053
63053
  "ofType": null
63054
63054
  }
63055
+ },
63056
+ {
63057
+ "args": [],
63058
+ "deprecationReason": null,
63059
+ "description": "SQL expression used in the evaluation",
63060
+ "isDeprecated": false,
63061
+ "name": "sqlExpression",
63062
+ "type": {
63063
+ "kind": "SCALAR",
63064
+ "name": "String",
63065
+ "ofType": null
63066
+ }
63055
63067
  }
63056
63068
  ],
63057
63069
  "inputFields": null,
pycarlo/lib/schema.py CHANGED
@@ -20778,7 +20778,7 @@ class EventEdge(sgqlc.types.Type):
20778
20778
 
20779
20779
  class EventEvaluation(sgqlc.types.Type):
20780
20780
  __schema__ = schema
20781
- __field_names__ = ("field", "function", "prompt", "output_type")
20781
+ __field_names__ = ("field", "function", "prompt", "output_type", "sql_expression")
20782
20782
  field = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="field")
20783
20783
  """Field evaluated"""
20784
20784
 
@@ -20791,6 +20791,9 @@ class EventEvaluation(sgqlc.types.Type):
20791
20791
  output_type = sgqlc.types.Field(String, graphql_name="outputType")
20792
20792
  """Output type used in the evaluation"""
20793
20793
 
20794
+ sql_expression = sgqlc.types.Field(String, graphql_name="sqlExpression")
20795
+ """SQL expression used in the evaluation"""
20796
+
20794
20797
 
20795
20798
  class EventGroup(sgqlc.types.Type):
20796
20799
  __schema__ = schema
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.230
3
+ Version: 0.10.231
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=TQpC64vne6ErWMxgbmUAtrKT0a1pqv61UvgAMIlWCD0,6447713
39
- pycarlo/lib/schema.py,sha256=szw1Wr6tXIO4iKgx-BokXff0P_muPlMiDmtpFwKFr1Y,2802008
40
- pycarlo-0.10.230.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.230.dist-info/METADATA,sha256=SvgLu7cVg-V2CVG3V0_GCJiwlRoJLYEJxNvsgKY0WKo,8742
42
- pycarlo-0.10.230.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.230.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.230.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=7JdgUvxFjDk4FgYdvz65gb7Oonzn0kSTajZQ0kXoKvg,6448094
39
+ pycarlo/lib/schema.py,sha256=tKqOoJaD590uoGjRPQ6I-1qdYLPF0XdRtPjzNKwAVWo,2802152
40
+ pycarlo-0.10.231.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.231.dist-info/METADATA,sha256=vteUtAFoEQGWWx69fwPeujb2Ik-JUgnnP2nJigKl6ok,8742
42
+ pycarlo-0.10.231.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.231.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.231.dist-info/RECORD,,