pycarlo 0.10.157__tar.gz → 0.10.158__tar.gz
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-0.10.157 → pycarlo-0.10.158}/PKG-INFO +1 -1
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo/lib/schema.json +20 -2
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo/lib/schema.py +13 -3
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo.egg-info/PKG-INFO +1 -1
- {pycarlo-0.10.157 → pycarlo-0.10.158}/.circleci/README.md +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/.circleci/config.yml +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/.coveragerc +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/.github/workflows/release.yml +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/.gitignore +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/.pre-commit-config.yaml +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/LICENSE +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/Makefile +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/README.md +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/examples/sample_circuit_breaker.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/examples/sample_insight_upload.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo/__init__.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo/common/__init__.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo/common/errors.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo/common/files.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo/common/http.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo/common/mcon.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo/common/retries.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo/common/settings.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo/common/utils.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo/core/__init__.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo/core/client.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo/core/endpoint.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo/core/operations.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo/core/session.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo/features/__init__.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo/features/circuit_breakers/service.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo/features/dbt/dbt_importer.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo/features/dbt/queries.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo/features/exceptions.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo/features/metadata/__init__.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo/features/metadata/allow_block_list.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo/features/pii/__init__.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo/features/pii/constants.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo/features/pii/pii_filterer.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo/features/pii/queries.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo/features/pii/service.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo/features/user/__init__.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo/features/user/exceptions.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo/features/user/models.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo/features/user/queries.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo/features/user/service.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo/lib/README.md +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo/lib/__init__.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo.egg-info/SOURCES.txt +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo.egg-info/dependency_links.txt +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo.egg-info/requires.txt +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo.egg-info/top_level.txt +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/pyproject.toml +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/requirements-ci.txt +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/requirements-dev.txt +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/requirements.txt +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/setup.cfg +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/setup.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/tests/__init__.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/tests/common/__init__.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/tests/common/data.json +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/tests/common/test_files.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/tests/common/test_http.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/tests/common/test_mcon.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/tests/common/test_retries.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/tests/common/test_utils.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/tests/features/__init__.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/tests/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/tests/features/circuit_breakers/test_service.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/tests/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/tests/features/dbt/sample_logs.txt +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/tests/features/dbt/sample_manifest.json +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/tests/features/dbt/sample_run_results.json +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/tests/features/dbt/test_dbt_importer.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/tests/features/metadata/test_dataset_filtering.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/tests/features/pii/test_pii_filtering.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/tests/features/user/__init__.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/tests/features/user/test_user_service.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/tests/test_client.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/tests/test_operations.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/tests/test_retry_decorator.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/tests/test_session.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/utils/env.sh +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/utils/generate.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/utils/sample.env +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/utils/sanity.py +0 -0
- {pycarlo-0.10.157 → pycarlo-0.10.158}/utils/vars.py +0 -0
|
@@ -10758,7 +10758,7 @@
|
|
|
10758
10758
|
},
|
|
10759
10759
|
{
|
|
10760
10760
|
"defaultValue": "false",
|
|
10761
|
-
"description": "Return
|
|
10761
|
+
"description": "Return evaluation test columns only (prompts, completions, span_id)",
|
|
10762
10762
|
"name": "evaluationMode",
|
|
10763
10763
|
"type": {
|
|
10764
10764
|
"kind": "SCALAR",
|
|
@@ -10768,7 +10768,7 @@
|
|
|
10768
10768
|
},
|
|
10769
10769
|
{
|
|
10770
10770
|
"defaultValue": "10",
|
|
10771
|
-
"description": "Number of sample rows to return",
|
|
10771
|
+
"description": "Number of sample rows to return (max 100)",
|
|
10772
10772
|
"name": "limit",
|
|
10773
10773
|
"type": {
|
|
10774
10774
|
"kind": "SCALAR",
|
|
@@ -10776,6 +10776,24 @@
|
|
|
10776
10776
|
"ofType": null
|
|
10777
10777
|
}
|
|
10778
10778
|
},
|
|
10779
|
+
{
|
|
10780
|
+
"defaultValue": null,
|
|
10781
|
+
"description": "Filter by specific span IDs (<= limit)",
|
|
10782
|
+
"name": "spanIds",
|
|
10783
|
+
"type": {
|
|
10784
|
+
"kind": "LIST",
|
|
10785
|
+
"name": null,
|
|
10786
|
+
"ofType": {
|
|
10787
|
+
"kind": "NON_NULL",
|
|
10788
|
+
"name": null,
|
|
10789
|
+
"ofType": {
|
|
10790
|
+
"kind": "SCALAR",
|
|
10791
|
+
"name": "String",
|
|
10792
|
+
"ofType": null
|
|
10793
|
+
}
|
|
10794
|
+
}
|
|
10795
|
+
}
|
|
10796
|
+
},
|
|
10779
10797
|
{
|
|
10780
10798
|
"defaultValue": null,
|
|
10781
10799
|
"description": "Connection UUID",
|
|
@@ -49906,6 +49906,14 @@ class Query(sgqlc.types.Type):
|
|
|
49906
49906
|
sgqlc.types.Arg(Boolean, graphql_name="evaluationMode", default=False),
|
|
49907
49907
|
),
|
|
49908
49908
|
("limit", sgqlc.types.Arg(Int, graphql_name="limit", default=10)),
|
|
49909
|
+
(
|
|
49910
|
+
"span_ids",
|
|
49911
|
+
sgqlc.types.Arg(
|
|
49912
|
+
sgqlc.types.list_of(sgqlc.types.non_null(String)),
|
|
49913
|
+
graphql_name="spanIds",
|
|
49914
|
+
default=None,
|
|
49915
|
+
),
|
|
49916
|
+
),
|
|
49909
49917
|
("connection_id", sgqlc.types.Arg(UUID, graphql_name="connectionId", default=None)),
|
|
49910
49918
|
)
|
|
49911
49919
|
),
|
|
@@ -49923,9 +49931,11 @@ class Query(sgqlc.types.Type):
|
|
|
49923
49931
|
conditions to apply to query
|
|
49924
49932
|
* `transforms` (`[TransformInput!]`): Transforms to apply to the
|
|
49925
49933
|
data source
|
|
49926
|
-
* `evaluation_mode` (`Boolean`): Return
|
|
49927
|
-
|
|
49928
|
-
* `limit` (`Int`): Number of sample rows to return (
|
|
49934
|
+
* `evaluation_mode` (`Boolean`): Return evaluation test columns
|
|
49935
|
+
only (prompts, completions, span_id) (default: `false`)
|
|
49936
|
+
* `limit` (`Int`): Number of sample rows to return (max 100)
|
|
49937
|
+
(default: `10`)
|
|
49938
|
+
* `span_ids` (`[String!]`): Filter by specific span IDs (<= limit)
|
|
49929
49939
|
* `connection_id` (`UUID`): Connection UUID
|
|
49930
49940
|
"""
|
|
49931
49941
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pycarlo-0.10.157 → pycarlo-0.10.158}/pycarlo/features/metadata/metadata_filters_container.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pycarlo-0.10.157 → pycarlo-0.10.158}/tests/features/pii/sample_events/sample_md_events_01.json
RENAMED
|
File without changes
|
{pycarlo-0.10.157 → pycarlo-0.10.158}/tests/features/pii/sample_events/sample_md_events_02.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|