pycarlo 0.10.189__tar.gz → 0.10.191__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.189 → pycarlo-0.10.191}/PKG-INFO +1 -1
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo/lib/schema.json +11 -9
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo/lib/schema.py +4 -4
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo.egg-info/PKG-INFO +1 -1
- {pycarlo-0.10.189 → pycarlo-0.10.191}/.circleci/README.md +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/.circleci/config.yml +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/.coveragerc +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/.github/workflows/release.yml +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/.gitignore +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/.pre-commit-config.yaml +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/LICENSE +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/Makefile +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/README.md +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/examples/sample_circuit_breaker.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/examples/sample_insight_upload.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo/__init__.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo/common/__init__.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo/common/errors.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo/common/files.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo/common/http.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo/common/mcon.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo/common/retries.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo/common/settings.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo/common/utils.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo/core/__init__.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo/core/client.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo/core/endpoint.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo/core/operations.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo/core/session.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo/features/__init__.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo/features/circuit_breakers/service.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo/features/dbt/dbt_importer.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo/features/dbt/queries.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo/features/exceptions.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo/features/metadata/__init__.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo/features/metadata/allow_block_list.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo/features/pii/__init__.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo/features/pii/constants.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo/features/pii/pii_filterer.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo/features/pii/queries.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo/features/pii/service.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo/features/user/__init__.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo/features/user/exceptions.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo/features/user/models.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo/features/user/queries.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo/features/user/service.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo/lib/README.md +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo/lib/__init__.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo.egg-info/SOURCES.txt +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo.egg-info/dependency_links.txt +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo.egg-info/requires.txt +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pycarlo.egg-info/top_level.txt +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/pyproject.toml +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/requirements-ci.txt +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/requirements-dev.txt +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/requirements.txt +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/setup.cfg +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/setup.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/tests/__init__.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/tests/common/__init__.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/tests/common/data.json +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/tests/common/test_files.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/tests/common/test_http.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/tests/common/test_mcon.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/tests/common/test_retries.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/tests/common/test_utils.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/tests/features/__init__.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/tests/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/tests/features/circuit_breakers/test_service.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/tests/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/tests/features/dbt/sample_logs.txt +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/tests/features/dbt/sample_manifest.json +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/tests/features/dbt/sample_run_results.json +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/tests/features/dbt/test_dbt_importer.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/tests/features/metadata/test_dataset_filtering.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/tests/features/pii/test_pii_filtering.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/tests/features/user/__init__.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/tests/features/user/test_user_service.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/tests/test_client.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/tests/test_operations.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/tests/test_retry_decorator.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/tests/test_session.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/utils/env.sh +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/utils/generate.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/utils/sample.env +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/utils/sanity.py +0 -0
- {pycarlo-0.10.189 → pycarlo-0.10.191}/utils/vars.py +0 -0
|
@@ -10964,19 +10964,15 @@
|
|
|
10964
10964
|
"description": "Filter by agent span fields (agent, workflow, task, span_name)",
|
|
10965
10965
|
"name": "agentSpanFilters",
|
|
10966
10966
|
"type": {
|
|
10967
|
-
"kind": "
|
|
10967
|
+
"kind": "LIST",
|
|
10968
10968
|
"name": null,
|
|
10969
10969
|
"ofType": {
|
|
10970
|
-
"kind": "
|
|
10970
|
+
"kind": "NON_NULL",
|
|
10971
10971
|
"name": null,
|
|
10972
10972
|
"ofType": {
|
|
10973
|
-
"kind": "
|
|
10974
|
-
"name":
|
|
10975
|
-
"ofType":
|
|
10976
|
-
"kind": "INPUT_OBJECT",
|
|
10977
|
-
"name": "AgentSpanFilterInput",
|
|
10978
|
-
"ofType": null
|
|
10979
|
-
}
|
|
10973
|
+
"kind": "INPUT_OBJECT",
|
|
10974
|
+
"name": "AgentSpanFilterInput",
|
|
10975
|
+
"ofType": null
|
|
10980
10976
|
}
|
|
10981
10977
|
}
|
|
10982
10978
|
}
|
|
@@ -126099,6 +126095,12 @@
|
|
|
126099
126095
|
"isDeprecated": false,
|
|
126100
126096
|
"name": "S3_QL_EVENTS"
|
|
126101
126097
|
},
|
|
126098
|
+
{
|
|
126099
|
+
"deprecationReason": null,
|
|
126100
|
+
"description": null,
|
|
126101
|
+
"isDeprecated": false,
|
|
126102
|
+
"name": "SLO"
|
|
126103
|
+
},
|
|
126102
126104
|
{
|
|
126103
126105
|
"deprecationReason": null,
|
|
126104
126106
|
"description": null,
|
|
@@ -3178,6 +3178,7 @@ class InternalJobType(sgqlc.types.Enum):
|
|
|
3178
3178
|
* `REPORTS`None
|
|
3179
3179
|
* `S3_METADATA_EVENTS`None
|
|
3180
3180
|
* `S3_QL_EVENTS`None
|
|
3181
|
+
* `SLO`None
|
|
3181
3182
|
* `SQL_QUERY`None
|
|
3182
3183
|
* `STREAM_METADATA`None
|
|
3183
3184
|
* `TABLEAU_GQL`None
|
|
@@ -3195,6 +3196,7 @@ class InternalJobType(sgqlc.types.Enum):
|
|
|
3195
3196
|
"REPORTS",
|
|
3196
3197
|
"S3_METADATA_EVENTS",
|
|
3197
3198
|
"S3_QL_EVENTS",
|
|
3199
|
+
"SLO",
|
|
3198
3200
|
"SQL_QUERY",
|
|
3199
3201
|
"STREAM_METADATA",
|
|
3200
3202
|
"TABLEAU_GQL",
|
|
@@ -51090,9 +51092,7 @@ class Query(sgqlc.types.Type):
|
|
|
51090
51092
|
(
|
|
51091
51093
|
"agent_span_filters",
|
|
51092
51094
|
sgqlc.types.Arg(
|
|
51093
|
-
sgqlc.types.non_null(
|
|
51094
|
-
sgqlc.types.list_of(sgqlc.types.non_null(AgentSpanFilterInput))
|
|
51095
|
-
),
|
|
51095
|
+
sgqlc.types.list_of(sgqlc.types.non_null(AgentSpanFilterInput)),
|
|
51096
51096
|
graphql_name="agentSpanFilters",
|
|
51097
51097
|
default=None,
|
|
51098
51098
|
),
|
|
@@ -51143,7 +51143,7 @@ class Query(sgqlc.types.Type):
|
|
|
51143
51143
|
|
|
51144
51144
|
* `mcon` (`String!`): MCON of the table with agent observability
|
|
51145
51145
|
traces
|
|
51146
|
-
* `agent_span_filters` (`[AgentSpanFilterInput!]
|
|
51146
|
+
* `agent_span_filters` (`[AgentSpanFilterInput!]`): Filter by
|
|
51147
51147
|
agent span fields (agent, workflow, task, span_name)
|
|
51148
51148
|
* `filters` (`FilterGroupInput`): Structured SQL filtering
|
|
51149
51149
|
conditions to apply to query
|
|
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.189 → pycarlo-0.10.191}/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.189 → pycarlo-0.10.191}/tests/features/pii/sample_events/sample_md_events_01.json
RENAMED
|
File without changes
|
{pycarlo-0.10.189 → pycarlo-0.10.191}/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
|