pycarlo 0.10.130__tar.gz → 0.10.132__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.130 → pycarlo-0.10.132}/PKG-INFO +1 -1
  2. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo/lib/schema.json +79 -0
  3. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo/lib/schema.py +42 -0
  4. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo.egg-info/PKG-INFO +1 -1
  5. {pycarlo-0.10.130 → pycarlo-0.10.132}/.circleci/README.md +0 -0
  6. {pycarlo-0.10.130 → pycarlo-0.10.132}/.circleci/config.yml +0 -0
  7. {pycarlo-0.10.130 → pycarlo-0.10.132}/.coveragerc +0 -0
  8. {pycarlo-0.10.130 → pycarlo-0.10.132}/.github/workflows/release.yml +0 -0
  9. {pycarlo-0.10.130 → pycarlo-0.10.132}/.gitignore +0 -0
  10. {pycarlo-0.10.130 → pycarlo-0.10.132}/.pre-commit-config.yaml +0 -0
  11. {pycarlo-0.10.130 → pycarlo-0.10.132}/LICENSE +0 -0
  12. {pycarlo-0.10.130 → pycarlo-0.10.132}/Makefile +0 -0
  13. {pycarlo-0.10.130 → pycarlo-0.10.132}/README.md +0 -0
  14. {pycarlo-0.10.130 → pycarlo-0.10.132}/examples/sample_circuit_breaker.py +0 -0
  15. {pycarlo-0.10.130 → pycarlo-0.10.132}/examples/sample_insight_upload.py +0 -0
  16. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo/__init__.py +0 -0
  17. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo/common/__init__.py +0 -0
  18. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo/common/errors.py +0 -0
  19. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo/common/files.py +0 -0
  20. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo/common/http.py +0 -0
  21. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo/common/mcon.py +0 -0
  22. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo/common/retries.py +0 -0
  23. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo/common/settings.py +0 -0
  24. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo/common/utils.py +0 -0
  25. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo/core/__init__.py +0 -0
  26. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo/core/client.py +0 -0
  27. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo/core/endpoint.py +0 -0
  28. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo/core/operations.py +0 -0
  29. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo/core/session.py +0 -0
  30. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo/features/__init__.py +0 -0
  31. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo/features/circuit_breakers/__init__.py +0 -0
  32. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
  33. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo/features/circuit_breakers/service.py +0 -0
  34. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo/features/dbt/__init__.py +0 -0
  35. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo/features/dbt/dbt_importer.py +0 -0
  36. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo/features/dbt/queries.py +0 -0
  37. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo/features/exceptions.py +0 -0
  38. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo/features/metadata/__init__.py +0 -0
  39. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo/features/metadata/allow_block_list.py +0 -0
  40. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
  41. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo/features/pii/__init__.py +0 -0
  42. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo/features/pii/constants.py +0 -0
  43. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo/features/pii/pii_filterer.py +0 -0
  44. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo/features/pii/queries.py +0 -0
  45. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo/features/pii/service.py +0 -0
  46. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo/features/user/__init__.py +0 -0
  47. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo/features/user/exceptions.py +0 -0
  48. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo/features/user/models.py +0 -0
  49. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo/features/user/queries.py +0 -0
  50. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo/features/user/service.py +0 -0
  51. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo/lib/README.md +0 -0
  52. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo/lib/__init__.py +0 -0
  53. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo.egg-info/SOURCES.txt +0 -0
  54. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo.egg-info/dependency_links.txt +0 -0
  55. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo.egg-info/requires.txt +0 -0
  56. {pycarlo-0.10.130 → pycarlo-0.10.132}/pycarlo.egg-info/top_level.txt +0 -0
  57. {pycarlo-0.10.130 → pycarlo-0.10.132}/pyproject.toml +0 -0
  58. {pycarlo-0.10.130 → pycarlo-0.10.132}/requirements-ci.txt +0 -0
  59. {pycarlo-0.10.130 → pycarlo-0.10.132}/requirements-dev.txt +0 -0
  60. {pycarlo-0.10.130 → pycarlo-0.10.132}/requirements.txt +0 -0
  61. {pycarlo-0.10.130 → pycarlo-0.10.132}/setup.cfg +0 -0
  62. {pycarlo-0.10.130 → pycarlo-0.10.132}/setup.py +0 -0
  63. {pycarlo-0.10.130 → pycarlo-0.10.132}/tests/__init__.py +0 -0
  64. {pycarlo-0.10.130 → pycarlo-0.10.132}/tests/common/__init__.py +0 -0
  65. {pycarlo-0.10.130 → pycarlo-0.10.132}/tests/common/data.json +0 -0
  66. {pycarlo-0.10.130 → pycarlo-0.10.132}/tests/common/test_files.py +0 -0
  67. {pycarlo-0.10.130 → pycarlo-0.10.132}/tests/common/test_http.py +0 -0
  68. {pycarlo-0.10.130 → pycarlo-0.10.132}/tests/common/test_mcon.py +0 -0
  69. {pycarlo-0.10.130 → pycarlo-0.10.132}/tests/common/test_retries.py +0 -0
  70. {pycarlo-0.10.130 → pycarlo-0.10.132}/tests/common/test_utils.py +0 -0
  71. {pycarlo-0.10.130 → pycarlo-0.10.132}/tests/features/__init__.py +0 -0
  72. {pycarlo-0.10.130 → pycarlo-0.10.132}/tests/features/circuit_breakers/__init__.py +0 -0
  73. {pycarlo-0.10.130 → pycarlo-0.10.132}/tests/features/circuit_breakers/test_service.py +0 -0
  74. {pycarlo-0.10.130 → pycarlo-0.10.132}/tests/features/dbt/__init__.py +0 -0
  75. {pycarlo-0.10.130 → pycarlo-0.10.132}/tests/features/dbt/sample_logs.txt +0 -0
  76. {pycarlo-0.10.130 → pycarlo-0.10.132}/tests/features/dbt/sample_manifest.json +0 -0
  77. {pycarlo-0.10.130 → pycarlo-0.10.132}/tests/features/dbt/sample_run_results.json +0 -0
  78. {pycarlo-0.10.130 → pycarlo-0.10.132}/tests/features/dbt/test_dbt_importer.py +0 -0
  79. {pycarlo-0.10.130 → pycarlo-0.10.132}/tests/features/metadata/test_dataset_filtering.py +0 -0
  80. {pycarlo-0.10.130 → pycarlo-0.10.132}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
  81. {pycarlo-0.10.130 → pycarlo-0.10.132}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
  82. {pycarlo-0.10.130 → pycarlo-0.10.132}/tests/features/pii/test_pii_filtering.py +0 -0
  83. {pycarlo-0.10.130 → pycarlo-0.10.132}/tests/features/user/__init__.py +0 -0
  84. {pycarlo-0.10.130 → pycarlo-0.10.132}/tests/features/user/test_user_service.py +0 -0
  85. {pycarlo-0.10.130 → pycarlo-0.10.132}/tests/test_client.py +0 -0
  86. {pycarlo-0.10.130 → pycarlo-0.10.132}/tests/test_operations.py +0 -0
  87. {pycarlo-0.10.130 → pycarlo-0.10.132}/tests/test_retry_decorator.py +0 -0
  88. {pycarlo-0.10.130 → pycarlo-0.10.132}/tests/test_session.py +0 -0
  89. {pycarlo-0.10.130 → pycarlo-0.10.132}/utils/env.sh +0 -0
  90. {pycarlo-0.10.130 → pycarlo-0.10.132}/utils/generate.py +0 -0
  91. {pycarlo-0.10.130 → pycarlo-0.10.132}/utils/sample.env +0 -0
  92. {pycarlo-0.10.130 → pycarlo-0.10.132}/utils/sanity.py +0 -0
  93. {pycarlo-0.10.130 → pycarlo-0.10.132}/utils/vars.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.130
3
+ Version: 0.10.132
4
4
  Summary: Monte Carlo's Python SDK
5
5
  Home-page: https://www.montecarlodata.com/
6
6
  Author: Monte Carlo Data, Inc
@@ -4741,6 +4741,71 @@
4741
4741
  }
4742
4742
  }
4743
4743
  },
4744
+ {
4745
+ "args": [
4746
+ {
4747
+ "defaultValue": null,
4748
+ "description": "The integration ID",
4749
+ "name": "integrationId",
4750
+ "type": {
4751
+ "kind": "NON_NULL",
4752
+ "name": null,
4753
+ "ofType": {
4754
+ "kind": "SCALAR",
4755
+ "name": "UUID",
4756
+ "ofType": null
4757
+ }
4758
+ }
4759
+ },
4760
+ {
4761
+ "defaultValue": null,
4762
+ "description": "Incident field name of the reference",
4763
+ "name": "fieldName",
4764
+ "type": {
4765
+ "kind": "NON_NULL",
4766
+ "name": null,
4767
+ "ofType": {
4768
+ "kind": "SCALAR",
4769
+ "name": "String",
4770
+ "ofType": null
4771
+ }
4772
+ }
4773
+ },
4774
+ {
4775
+ "defaultValue": null,
4776
+ "description": "Optional filter for label",
4777
+ "name": "query",
4778
+ "type": {
4779
+ "kind": "SCALAR",
4780
+ "name": "String",
4781
+ "ofType": null
4782
+ }
4783
+ },
4784
+ {
4785
+ "defaultValue": null,
4786
+ "description": "Optional limit (default 100)",
4787
+ "name": "limit",
4788
+ "type": {
4789
+ "kind": "SCALAR",
4790
+ "name": "Int",
4791
+ "ofType": null
4792
+ }
4793
+ }
4794
+ ],
4795
+ "deprecationReason": null,
4796
+ "description": "(experimental) Get possible values for an incident field when the field is a reference type. Pass the field name and an optional query to filter by label.",
4797
+ "isDeprecated": false,
4798
+ "name": "getServicenowReferenceValues",
4799
+ "type": {
4800
+ "kind": "LIST",
4801
+ "name": null,
4802
+ "ofType": {
4803
+ "kind": "OBJECT",
4804
+ "name": "ServiceNowChoiceOutput",
4805
+ "ofType": null
4806
+ }
4807
+ }
4808
+ },
4744
4809
  {
4745
4810
  "args": [
4746
4811
  {
@@ -21324,6 +21389,20 @@
21324
21389
  "ofType": null
21325
21390
  }
21326
21391
  },
21392
+ {
21393
+ "defaultValue": null,
21394
+ "description": "Filter on multiple mcons",
21395
+ "name": "mcons",
21396
+ "type": {
21397
+ "kind": "LIST",
21398
+ "name": null,
21399
+ "ofType": {
21400
+ "kind": "SCALAR",
21401
+ "name": "String",
21402
+ "ofType": null
21403
+ }
21404
+ }
21405
+ },
21327
21406
  {
21328
21407
  "defaultValue": null,
21329
21408
  "description": "Filter on parent_mcon",
@@ -43210,6 +43210,7 @@ class Query(sgqlc.types.Type):
43210
43210
  "get_servicenow_incident_fields",
43211
43211
  "get_servicenow_users",
43212
43212
  "get_servicenow_integrations",
43213
+ "get_servicenow_reference_values",
43213
43214
  "test_servicenow_credentials",
43214
43215
  "get_jira_integrations",
43215
43216
  "search_jira_users",
@@ -46225,6 +46226,40 @@ class Query(sgqlc.types.Type):
46225
46226
  * `integration_id` (`UUID`): Filter by integration ID
46226
46227
  """
46227
46228
 
46229
+ get_servicenow_reference_values = sgqlc.types.Field(
46230
+ sgqlc.types.list_of("ServiceNowChoiceOutput"),
46231
+ graphql_name="getServicenowReferenceValues",
46232
+ args=sgqlc.types.ArgDict(
46233
+ (
46234
+ (
46235
+ "integration_id",
46236
+ sgqlc.types.Arg(
46237
+ sgqlc.types.non_null(UUID), graphql_name="integrationId", default=None
46238
+ ),
46239
+ ),
46240
+ (
46241
+ "field_name",
46242
+ sgqlc.types.Arg(
46243
+ sgqlc.types.non_null(String), graphql_name="fieldName", default=None
46244
+ ),
46245
+ ),
46246
+ ("query", sgqlc.types.Arg(String, graphql_name="query", default=None)),
46247
+ ("limit", sgqlc.types.Arg(Int, graphql_name="limit", default=None)),
46248
+ )
46249
+ ),
46250
+ )
46251
+ """(experimental) Get possible values for an incident field when the
46252
+ field is a reference type. Pass the field name and an optional
46253
+ query to filter by label.
46254
+
46255
+ Arguments:
46256
+
46257
+ * `integration_id` (`UUID!`): The integration ID
46258
+ * `field_name` (`String!`): Incident field name of the reference
46259
+ * `query` (`String`): Optional filter for label
46260
+ * `limit` (`Int`): Optional limit (default 100)
46261
+ """
46262
+
46228
46263
  test_servicenow_credentials = sgqlc.types.Field(
46229
46264
  "ServiceNowTestCredentialsOutput",
46230
46265
  graphql_name="testServicenowCredentials",
@@ -55194,6 +55229,12 @@ class Query(sgqlc.types.Type):
55194
55229
  ),
55195
55230
  ("operator", sgqlc.types.Arg(String, graphql_name="operator", default="OR")),
55196
55231
  ("mcon", sgqlc.types.Arg(String, graphql_name="mcon", default=None)),
55232
+ (
55233
+ "mcons",
55234
+ sgqlc.types.Arg(
55235
+ sgqlc.types.list_of(String), graphql_name="mcons", default=None
55236
+ ),
55237
+ ),
55197
55238
  ("parent_mcon", sgqlc.types.Arg(String, graphql_name="parentMcon", default=None)),
55198
55239
  ("domain_id", sgqlc.types.Arg(UUID, graphql_name="domainId", default=None)),
55199
55240
  ("tags_only", sgqlc.types.Arg(Boolean, graphql_name="tagsOnly", default=False)),
@@ -55296,6 +55337,7 @@ class Query(sgqlc.types.Type):
55296
55337
  * `operator` (`String`): Search operator to use, either OR or AND
55297
55338
  (DEPRECATED) (default: `"OR"`)
55298
55339
  * `mcon` (`String`): Filter on mcon
55340
+ * `mcons` (`[String]`): Filter on multiple mcons
55299
55341
  * `parent_mcon` (`String`): Filter on parent_mcon
55300
55342
  * `domain_id` (`UUID`): Filter by domain UUID
55301
55343
  * `tags_only` (`Boolean`): Search only tags and descriptions (no
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.130
3
+ Version: 0.10.132
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