pycarlo 0.10.156__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.

Files changed (93) hide show
  1. {pycarlo-0.10.156 → pycarlo-0.10.158}/PKG-INFO +1 -1
  2. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo/lib/schema.json +52 -2
  3. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo/lib/schema.py +24 -4
  4. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo.egg-info/PKG-INFO +1 -1
  5. {pycarlo-0.10.156 → pycarlo-0.10.158}/.circleci/README.md +0 -0
  6. {pycarlo-0.10.156 → pycarlo-0.10.158}/.circleci/config.yml +0 -0
  7. {pycarlo-0.10.156 → pycarlo-0.10.158}/.coveragerc +0 -0
  8. {pycarlo-0.10.156 → pycarlo-0.10.158}/.github/workflows/release.yml +0 -0
  9. {pycarlo-0.10.156 → pycarlo-0.10.158}/.gitignore +0 -0
  10. {pycarlo-0.10.156 → pycarlo-0.10.158}/.pre-commit-config.yaml +0 -0
  11. {pycarlo-0.10.156 → pycarlo-0.10.158}/LICENSE +0 -0
  12. {pycarlo-0.10.156 → pycarlo-0.10.158}/Makefile +0 -0
  13. {pycarlo-0.10.156 → pycarlo-0.10.158}/README.md +0 -0
  14. {pycarlo-0.10.156 → pycarlo-0.10.158}/examples/sample_circuit_breaker.py +0 -0
  15. {pycarlo-0.10.156 → pycarlo-0.10.158}/examples/sample_insight_upload.py +0 -0
  16. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo/__init__.py +0 -0
  17. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo/common/__init__.py +0 -0
  18. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo/common/errors.py +0 -0
  19. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo/common/files.py +0 -0
  20. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo/common/http.py +0 -0
  21. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo/common/mcon.py +0 -0
  22. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo/common/retries.py +0 -0
  23. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo/common/settings.py +0 -0
  24. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo/common/utils.py +0 -0
  25. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo/core/__init__.py +0 -0
  26. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo/core/client.py +0 -0
  27. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo/core/endpoint.py +0 -0
  28. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo/core/operations.py +0 -0
  29. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo/core/session.py +0 -0
  30. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo/features/__init__.py +0 -0
  31. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo/features/circuit_breakers/__init__.py +0 -0
  32. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
  33. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo/features/circuit_breakers/service.py +0 -0
  34. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo/features/dbt/__init__.py +0 -0
  35. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo/features/dbt/dbt_importer.py +0 -0
  36. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo/features/dbt/queries.py +0 -0
  37. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo/features/exceptions.py +0 -0
  38. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo/features/metadata/__init__.py +0 -0
  39. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo/features/metadata/allow_block_list.py +0 -0
  40. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
  41. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo/features/pii/__init__.py +0 -0
  42. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo/features/pii/constants.py +0 -0
  43. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo/features/pii/pii_filterer.py +0 -0
  44. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo/features/pii/queries.py +0 -0
  45. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo/features/pii/service.py +0 -0
  46. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo/features/user/__init__.py +0 -0
  47. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo/features/user/exceptions.py +0 -0
  48. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo/features/user/models.py +0 -0
  49. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo/features/user/queries.py +0 -0
  50. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo/features/user/service.py +0 -0
  51. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo/lib/README.md +0 -0
  52. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo/lib/__init__.py +0 -0
  53. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo.egg-info/SOURCES.txt +0 -0
  54. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo.egg-info/dependency_links.txt +0 -0
  55. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo.egg-info/requires.txt +0 -0
  56. {pycarlo-0.10.156 → pycarlo-0.10.158}/pycarlo.egg-info/top_level.txt +0 -0
  57. {pycarlo-0.10.156 → pycarlo-0.10.158}/pyproject.toml +0 -0
  58. {pycarlo-0.10.156 → pycarlo-0.10.158}/requirements-ci.txt +0 -0
  59. {pycarlo-0.10.156 → pycarlo-0.10.158}/requirements-dev.txt +0 -0
  60. {pycarlo-0.10.156 → pycarlo-0.10.158}/requirements.txt +0 -0
  61. {pycarlo-0.10.156 → pycarlo-0.10.158}/setup.cfg +0 -0
  62. {pycarlo-0.10.156 → pycarlo-0.10.158}/setup.py +0 -0
  63. {pycarlo-0.10.156 → pycarlo-0.10.158}/tests/__init__.py +0 -0
  64. {pycarlo-0.10.156 → pycarlo-0.10.158}/tests/common/__init__.py +0 -0
  65. {pycarlo-0.10.156 → pycarlo-0.10.158}/tests/common/data.json +0 -0
  66. {pycarlo-0.10.156 → pycarlo-0.10.158}/tests/common/test_files.py +0 -0
  67. {pycarlo-0.10.156 → pycarlo-0.10.158}/tests/common/test_http.py +0 -0
  68. {pycarlo-0.10.156 → pycarlo-0.10.158}/tests/common/test_mcon.py +0 -0
  69. {pycarlo-0.10.156 → pycarlo-0.10.158}/tests/common/test_retries.py +0 -0
  70. {pycarlo-0.10.156 → pycarlo-0.10.158}/tests/common/test_utils.py +0 -0
  71. {pycarlo-0.10.156 → pycarlo-0.10.158}/tests/features/__init__.py +0 -0
  72. {pycarlo-0.10.156 → pycarlo-0.10.158}/tests/features/circuit_breakers/__init__.py +0 -0
  73. {pycarlo-0.10.156 → pycarlo-0.10.158}/tests/features/circuit_breakers/test_service.py +0 -0
  74. {pycarlo-0.10.156 → pycarlo-0.10.158}/tests/features/dbt/__init__.py +0 -0
  75. {pycarlo-0.10.156 → pycarlo-0.10.158}/tests/features/dbt/sample_logs.txt +0 -0
  76. {pycarlo-0.10.156 → pycarlo-0.10.158}/tests/features/dbt/sample_manifest.json +0 -0
  77. {pycarlo-0.10.156 → pycarlo-0.10.158}/tests/features/dbt/sample_run_results.json +0 -0
  78. {pycarlo-0.10.156 → pycarlo-0.10.158}/tests/features/dbt/test_dbt_importer.py +0 -0
  79. {pycarlo-0.10.156 → pycarlo-0.10.158}/tests/features/metadata/test_dataset_filtering.py +0 -0
  80. {pycarlo-0.10.156 → pycarlo-0.10.158}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
  81. {pycarlo-0.10.156 → pycarlo-0.10.158}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
  82. {pycarlo-0.10.156 → pycarlo-0.10.158}/tests/features/pii/test_pii_filtering.py +0 -0
  83. {pycarlo-0.10.156 → pycarlo-0.10.158}/tests/features/user/__init__.py +0 -0
  84. {pycarlo-0.10.156 → pycarlo-0.10.158}/tests/features/user/test_user_service.py +0 -0
  85. {pycarlo-0.10.156 → pycarlo-0.10.158}/tests/test_client.py +0 -0
  86. {pycarlo-0.10.156 → pycarlo-0.10.158}/tests/test_operations.py +0 -0
  87. {pycarlo-0.10.156 → pycarlo-0.10.158}/tests/test_retry_decorator.py +0 -0
  88. {pycarlo-0.10.156 → pycarlo-0.10.158}/tests/test_session.py +0 -0
  89. {pycarlo-0.10.156 → pycarlo-0.10.158}/utils/env.sh +0 -0
  90. {pycarlo-0.10.156 → pycarlo-0.10.158}/utils/generate.py +0 -0
  91. {pycarlo-0.10.156 → pycarlo-0.10.158}/utils/sample.env +0 -0
  92. {pycarlo-0.10.156 → pycarlo-0.10.158}/utils/sanity.py +0 -0
  93. {pycarlo-0.10.156 → pycarlo-0.10.158}/utils/vars.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.156
3
+ Version: 0.10.158
4
4
  Summary: Monte Carlo's Python SDK
5
5
  Home-page: https://www.montecarlodata.com/
6
6
  Author: Monte Carlo Data, Inc
@@ -10758,7 +10758,7 @@
10758
10758
  },
10759
10759
  {
10760
10760
  "defaultValue": "false",
10761
- "description": "Return only columns for evaluation testing (prompts, completions)",
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",
@@ -140329,6 +140347,38 @@
140329
140347
  "ofType": null
140330
140348
  }
140331
140349
  }
140350
+ },
140351
+ {
140352
+ "args": [],
140353
+ "deprecationReason": null,
140354
+ "description": "Alert types supported by Troubleshooting Agent",
140355
+ "isDeprecated": false,
140356
+ "name": "unsupportedAlertTypes",
140357
+ "type": {
140358
+ "kind": "LIST",
140359
+ "name": null,
140360
+ "ofType": {
140361
+ "kind": "ENUM",
140362
+ "name": "AlertType",
140363
+ "ofType": null
140364
+ }
140365
+ }
140366
+ },
140367
+ {
140368
+ "args": [],
140369
+ "deprecationReason": null,
140370
+ "description": "Alert sub types supported by Troubleshooting Agent",
140371
+ "isDeprecated": false,
140372
+ "name": "supportedAlertSubTypes",
140373
+ "type": {
140374
+ "kind": "LIST",
140375
+ "name": null,
140376
+ "ofType": {
140377
+ "kind": "ENUM",
140378
+ "name": "AlertSubType",
140379
+ "ofType": null
140380
+ }
140381
+ }
140332
140382
  }
140333
140383
  ],
140334
140384
  "inputFields": null,
@@ -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 only columns for
49927
- evaluation testing (prompts, completions) (default: `false`)
49928
- * `limit` (`Int`): Number of sample rows to return (default: `10`)
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
 
@@ -63172,7 +63182,7 @@ class SyncMonitorsToCollibra(sgqlc.types.Type):
63172
63182
 
63173
63183
  class TSAAvailability(sgqlc.types.Type):
63174
63184
  __schema__ = schema
63175
- __field_names__ = ("enabled", "reasons")
63185
+ __field_names__ = ("enabled", "reasons", "unsupported_alert_types", "supported_alert_sub_types")
63176
63186
  enabled = sgqlc.types.Field(Boolean, graphql_name="enabled")
63177
63187
  """If true, the Troubleshooting Agent is available to the
63178
63188
  user/account
@@ -63181,6 +63191,16 @@ class TSAAvailability(sgqlc.types.Type):
63181
63191
  reasons = sgqlc.types.Field(sgqlc.types.list_of(DenialReason), graphql_name="reasons")
63182
63192
  """Reasons if Troubleshooting Agent not available"""
63183
63193
 
63194
+ unsupported_alert_types = sgqlc.types.Field(
63195
+ sgqlc.types.list_of(AlertType), graphql_name="unsupportedAlertTypes"
63196
+ )
63197
+ """Alert types supported by Troubleshooting Agent"""
63198
+
63199
+ supported_alert_sub_types = sgqlc.types.Field(
63200
+ sgqlc.types.list_of(AlertSubType), graphql_name="supportedAlertSubTypes"
63201
+ )
63202
+ """Alert sub types supported by Troubleshooting Agent"""
63203
+
63184
63204
 
63185
63205
  class TableAnomalyConnection(sgqlc.types.relay.Connection):
63186
63206
  __schema__ = schema
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.156
3
+ Version: 0.10.158
4
4
  Summary: Monte Carlo's Python SDK
5
5
  Home-page: https://www.montecarlodata.com/
6
6
  Author: Monte Carlo Data, Inc
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