pycarlo 0.10.95__tar.gz → 0.10.97__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.95 → pycarlo-0.10.97}/PKG-INFO +1 -1
  2. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo/lib/schema.json +142 -36
  3. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo/lib/schema.py +31 -11
  4. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo.egg-info/PKG-INFO +1 -1
  5. {pycarlo-0.10.95 → pycarlo-0.10.97}/.circleci/README.md +0 -0
  6. {pycarlo-0.10.95 → pycarlo-0.10.97}/.circleci/config.yml +0 -0
  7. {pycarlo-0.10.95 → pycarlo-0.10.97}/.coveragerc +0 -0
  8. {pycarlo-0.10.95 → pycarlo-0.10.97}/.github/workflows/release.yml +0 -0
  9. {pycarlo-0.10.95 → pycarlo-0.10.97}/.gitignore +0 -0
  10. {pycarlo-0.10.95 → pycarlo-0.10.97}/.pre-commit-config.yaml +0 -0
  11. {pycarlo-0.10.95 → pycarlo-0.10.97}/LICENSE +0 -0
  12. {pycarlo-0.10.95 → pycarlo-0.10.97}/Makefile +0 -0
  13. {pycarlo-0.10.95 → pycarlo-0.10.97}/README.md +0 -0
  14. {pycarlo-0.10.95 → pycarlo-0.10.97}/examples/sample_circuit_breaker.py +0 -0
  15. {pycarlo-0.10.95 → pycarlo-0.10.97}/examples/sample_insight_upload.py +0 -0
  16. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo/__init__.py +0 -0
  17. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo/common/__init__.py +0 -0
  18. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo/common/errors.py +0 -0
  19. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo/common/files.py +0 -0
  20. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo/common/http.py +0 -0
  21. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo/common/mcon.py +0 -0
  22. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo/common/retries.py +0 -0
  23. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo/common/settings.py +0 -0
  24. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo/common/utils.py +0 -0
  25. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo/core/__init__.py +0 -0
  26. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo/core/client.py +0 -0
  27. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo/core/endpoint.py +0 -0
  28. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo/core/operations.py +0 -0
  29. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo/core/session.py +0 -0
  30. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo/features/__init__.py +0 -0
  31. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo/features/circuit_breakers/__init__.py +0 -0
  32. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
  33. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo/features/circuit_breakers/service.py +0 -0
  34. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo/features/dbt/__init__.py +0 -0
  35. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo/features/dbt/dbt_importer.py +0 -0
  36. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo/features/dbt/queries.py +0 -0
  37. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo/features/exceptions.py +0 -0
  38. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo/features/metadata/__init__.py +0 -0
  39. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo/features/metadata/allow_block_list.py +0 -0
  40. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
  41. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo/features/pii/__init__.py +0 -0
  42. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo/features/pii/constants.py +0 -0
  43. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo/features/pii/pii_filterer.py +0 -0
  44. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo/features/pii/queries.py +0 -0
  45. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo/features/pii/service.py +0 -0
  46. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo/features/user/__init__.py +0 -0
  47. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo/features/user/exceptions.py +0 -0
  48. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo/features/user/models.py +0 -0
  49. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo/features/user/queries.py +0 -0
  50. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo/features/user/service.py +0 -0
  51. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo/lib/README.md +0 -0
  52. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo/lib/__init__.py +0 -0
  53. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo.egg-info/SOURCES.txt +0 -0
  54. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo.egg-info/dependency_links.txt +0 -0
  55. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo.egg-info/requires.txt +0 -0
  56. {pycarlo-0.10.95 → pycarlo-0.10.97}/pycarlo.egg-info/top_level.txt +0 -0
  57. {pycarlo-0.10.95 → pycarlo-0.10.97}/pyproject.toml +0 -0
  58. {pycarlo-0.10.95 → pycarlo-0.10.97}/requirements-ci.txt +0 -0
  59. {pycarlo-0.10.95 → pycarlo-0.10.97}/requirements-dev.txt +0 -0
  60. {pycarlo-0.10.95 → pycarlo-0.10.97}/requirements.txt +0 -0
  61. {pycarlo-0.10.95 → pycarlo-0.10.97}/setup.cfg +0 -0
  62. {pycarlo-0.10.95 → pycarlo-0.10.97}/setup.py +0 -0
  63. {pycarlo-0.10.95 → pycarlo-0.10.97}/tests/__init__.py +0 -0
  64. {pycarlo-0.10.95 → pycarlo-0.10.97}/tests/common/__init__.py +0 -0
  65. {pycarlo-0.10.95 → pycarlo-0.10.97}/tests/common/data.json +0 -0
  66. {pycarlo-0.10.95 → pycarlo-0.10.97}/tests/common/test_files.py +0 -0
  67. {pycarlo-0.10.95 → pycarlo-0.10.97}/tests/common/test_http.py +0 -0
  68. {pycarlo-0.10.95 → pycarlo-0.10.97}/tests/common/test_mcon.py +0 -0
  69. {pycarlo-0.10.95 → pycarlo-0.10.97}/tests/common/test_retries.py +0 -0
  70. {pycarlo-0.10.95 → pycarlo-0.10.97}/tests/common/test_utils.py +0 -0
  71. {pycarlo-0.10.95 → pycarlo-0.10.97}/tests/features/__init__.py +0 -0
  72. {pycarlo-0.10.95 → pycarlo-0.10.97}/tests/features/circuit_breakers/__init__.py +0 -0
  73. {pycarlo-0.10.95 → pycarlo-0.10.97}/tests/features/circuit_breakers/test_service.py +0 -0
  74. {pycarlo-0.10.95 → pycarlo-0.10.97}/tests/features/dbt/__init__.py +0 -0
  75. {pycarlo-0.10.95 → pycarlo-0.10.97}/tests/features/dbt/sample_logs.txt +0 -0
  76. {pycarlo-0.10.95 → pycarlo-0.10.97}/tests/features/dbt/sample_manifest.json +0 -0
  77. {pycarlo-0.10.95 → pycarlo-0.10.97}/tests/features/dbt/sample_run_results.json +0 -0
  78. {pycarlo-0.10.95 → pycarlo-0.10.97}/tests/features/dbt/test_dbt_importer.py +0 -0
  79. {pycarlo-0.10.95 → pycarlo-0.10.97}/tests/features/metadata/test_dataset_filtering.py +0 -0
  80. {pycarlo-0.10.95 → pycarlo-0.10.97}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
  81. {pycarlo-0.10.95 → pycarlo-0.10.97}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
  82. {pycarlo-0.10.95 → pycarlo-0.10.97}/tests/features/pii/test_pii_filtering.py +0 -0
  83. {pycarlo-0.10.95 → pycarlo-0.10.97}/tests/features/user/__init__.py +0 -0
  84. {pycarlo-0.10.95 → pycarlo-0.10.97}/tests/features/user/test_user_service.py +0 -0
  85. {pycarlo-0.10.95 → pycarlo-0.10.97}/tests/test_client.py +0 -0
  86. {pycarlo-0.10.95 → pycarlo-0.10.97}/tests/test_operations.py +0 -0
  87. {pycarlo-0.10.95 → pycarlo-0.10.97}/tests/test_retry_decorator.py +0 -0
  88. {pycarlo-0.10.95 → pycarlo-0.10.97}/tests/test_session.py +0 -0
  89. {pycarlo-0.10.95 → pycarlo-0.10.97}/utils/env.sh +0 -0
  90. {pycarlo-0.10.95 → pycarlo-0.10.97}/utils/generate.py +0 -0
  91. {pycarlo-0.10.95 → pycarlo-0.10.97}/utils/sample.env +0 -0
  92. {pycarlo-0.10.95 → pycarlo-0.10.97}/utils/sanity.py +0 -0
  93. {pycarlo-0.10.95 → pycarlo-0.10.97}/utils/vars.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.95
3
+ Version: 0.10.97
4
4
  Summary: Monte Carlo's Python SDK
5
5
  Home-page: https://www.montecarlodata.com/
6
6
  Author: Monte Carlo Data, Inc
@@ -61884,6 +61884,22 @@
61884
61884
  }
61885
61885
  }
61886
61886
  },
61887
+ {
61888
+ "args": [],
61889
+ "deprecationReason": null,
61890
+ "description": "Datadog incidents associated with the alert",
61891
+ "isDeprecated": false,
61892
+ "name": "datadogIncidents",
61893
+ "type": {
61894
+ "kind": "LIST",
61895
+ "name": null,
61896
+ "ofType": {
61897
+ "kind": "OBJECT",
61898
+ "name": "DatadogIncident",
61899
+ "ofType": null
61900
+ }
61901
+ }
61902
+ },
61887
61903
  {
61888
61904
  "args": [],
61889
61905
  "deprecationReason": null,
@@ -62015,6 +62031,11 @@
62015
62031
  "name": "OpsgenieIncident",
62016
62032
  "ofType": null
62017
62033
  },
62034
+ {
62035
+ "kind": "OBJECT",
62036
+ "name": "DatadogIncident",
62037
+ "ofType": null
62038
+ },
62018
62039
  {
62019
62040
  "kind": "OBJECT",
62020
62041
  "name": "MergedAlert",
@@ -63059,6 +63080,111 @@
63059
63080
  "name": "OpsgenieIncident",
63060
63081
  "possibleTypes": null
63061
63082
  },
63083
+ {
63084
+ "description": null,
63085
+ "enumValues": null,
63086
+ "fields": [
63087
+ {
63088
+ "args": [],
63089
+ "deprecationReason": null,
63090
+ "description": "Creator",
63091
+ "isDeprecated": false,
63092
+ "name": "createdBy",
63093
+ "type": {
63094
+ "kind": "OBJECT",
63095
+ "name": "User",
63096
+ "ofType": null
63097
+ }
63098
+ },
63099
+ {
63100
+ "args": [],
63101
+ "deprecationReason": null,
63102
+ "description": null,
63103
+ "isDeprecated": false,
63104
+ "name": "id",
63105
+ "type": {
63106
+ "kind": "NON_NULL",
63107
+ "name": null,
63108
+ "ofType": {
63109
+ "kind": "SCALAR",
63110
+ "name": "UUID",
63111
+ "ofType": null
63112
+ }
63113
+ }
63114
+ },
63115
+ {
63116
+ "args": [],
63117
+ "deprecationReason": null,
63118
+ "description": null,
63119
+ "isDeprecated": false,
63120
+ "name": "displayName",
63121
+ "type": {
63122
+ "kind": "NON_NULL",
63123
+ "name": null,
63124
+ "ofType": {
63125
+ "kind": "SCALAR",
63126
+ "name": "String",
63127
+ "ofType": null
63128
+ }
63129
+ }
63130
+ },
63131
+ {
63132
+ "args": [],
63133
+ "deprecationReason": null,
63134
+ "description": "Datadog incident URL",
63135
+ "isDeprecated": false,
63136
+ "name": "incidentUrl",
63137
+ "type": {
63138
+ "kind": "NON_NULL",
63139
+ "name": null,
63140
+ "ofType": {
63141
+ "kind": "SCALAR",
63142
+ "name": "String",
63143
+ "ofType": null
63144
+ }
63145
+ }
63146
+ },
63147
+ {
63148
+ "args": [],
63149
+ "deprecationReason": null,
63150
+ "description": "Datadog integration ID",
63151
+ "isDeprecated": false,
63152
+ "name": "integrationId",
63153
+ "type": {
63154
+ "kind": "SCALAR",
63155
+ "name": "UUID",
63156
+ "ofType": null
63157
+ }
63158
+ },
63159
+ {
63160
+ "args": [],
63161
+ "deprecationReason": null,
63162
+ "description": null,
63163
+ "isDeprecated": false,
63164
+ "name": "createdAt",
63165
+ "type": {
63166
+ "kind": "NON_NULL",
63167
+ "name": null,
63168
+ "ofType": {
63169
+ "kind": "SCALAR",
63170
+ "name": "DateTime",
63171
+ "ofType": null
63172
+ }
63173
+ }
63174
+ }
63175
+ ],
63176
+ "inputFields": null,
63177
+ "interfaces": [
63178
+ {
63179
+ "kind": "INTERFACE",
63180
+ "name": "NodeWithUUID",
63181
+ "ofType": null
63182
+ }
63183
+ ],
63184
+ "kind": "OBJECT",
63185
+ "name": "DatadogIncident",
63186
+ "possibleTypes": null
63187
+ },
63062
63188
  {
63063
63189
  "description": null,
63064
63190
  "enumValues": null,
@@ -110988,18 +111114,6 @@
110988
111114
  "ofType": null
110989
111115
  }
110990
111116
  },
110991
- {
110992
- "args": [],
110993
- "deprecationReason": null,
110994
- "description": "",
110995
- "isDeprecated": false,
110996
- "name": "notifyRuleRunFailure",
110997
- "type": {
110998
- "kind": "SCALAR",
110999
- "name": "Boolean",
111000
- "ofType": null
111001
- }
111002
- },
111003
111117
  {
111004
111118
  "args": [],
111005
111119
  "deprecationReason": null,
@@ -112340,18 +112454,6 @@
112340
112454
  "ofType": null
112341
112455
  }
112342
112456
  },
112343
- {
112344
- "args": [],
112345
- "deprecationReason": null,
112346
- "description": "DEPRECATED: Not used for anything.",
112347
- "isDeprecated": false,
112348
- "name": "notifyRuleRunFailure",
112349
- "type": {
112350
- "kind": "SCALAR",
112351
- "name": "Boolean",
112352
- "ofType": null
112353
- }
112354
- },
112355
112457
  {
112356
112458
  "args": [],
112357
112459
  "deprecationReason": null,
@@ -114086,18 +114188,6 @@
114086
114188
  "ofType": null
114087
114189
  }
114088
114190
  },
114089
- {
114090
- "args": [],
114091
- "deprecationReason": null,
114092
- "description": "DEPRECATED: Not used for anything",
114093
- "isDeprecated": false,
114094
- "name": "notifyRuleRunFailure",
114095
- "type": {
114096
- "kind": "SCALAR",
114097
- "name": "Boolean",
114098
- "ofType": null
114099
- }
114100
- },
114101
114191
  {
114102
114192
  "args": [],
114103
114193
  "deprecationReason": null,
@@ -140642,6 +140732,16 @@
140642
140732
  "ofType": null
140643
140733
  }
140644
140734
  },
140735
+ {
140736
+ "defaultValue": null,
140737
+ "description": "If true, return only alerts with Datadog incidents. If false, return only alerts without any Datadog incidents.",
140738
+ "name": "hasDatadogIncidents",
140739
+ "type": {
140740
+ "kind": "SCALAR",
140741
+ "name": "Boolean",
140742
+ "ofType": null
140743
+ }
140744
+ },
140645
140745
  {
140646
140746
  "defaultValue": null,
140647
140747
  "description": "If true, return only alerts associated with key assets.If false, return only alerts not associated with any key assets.",
@@ -141048,6 +141148,12 @@
141048
141148
  "isDeprecated": false,
141049
141149
  "name": "HAS_OPSGENIE_INCIDENTS"
141050
141150
  },
141151
+ {
141152
+ "deprecationReason": null,
141153
+ "description": null,
141154
+ "isDeprecated": false,
141155
+ "name": "HAS_DATADOG_INCIDENTS"
141156
+ },
141051
141157
  {
141052
141158
  "deprecationReason": null,
141053
141159
  "description": null,
@@ -572,6 +572,7 @@ class AlertsFilterFieldName(sgqlc.types.Enum):
572
572
  * `AUDIENCE`None
573
573
  * `DATABASE`None
574
574
  * `DOMAIN`None
575
+ * `HAS_DATADOG_INCIDENTS`None
575
576
  * `HAS_JIRA_TICKETS`None
576
577
  * `HAS_KEY_ASSETS`None
577
578
  * `HAS_OPSGENIE_INCIDENTS`None
@@ -593,6 +594,7 @@ class AlertsFilterFieldName(sgqlc.types.Enum):
593
594
  "AUDIENCE",
594
595
  "DATABASE",
595
596
  "DOMAIN",
597
+ "HAS_DATADOG_INCIDENTS",
596
598
  "HAS_JIRA_TICKETS",
597
599
  "HAS_KEY_ASSETS",
598
600
  "HAS_OPSGENIE_INCIDENTS",
@@ -5553,6 +5555,7 @@ class AlertsFilterCriteriaInput(sgqlc.types.Input):
5553
5555
  "has_jira_tickets",
5554
5556
  "has_service_now_incidents",
5555
5557
  "has_opsgenie_incidents",
5558
+ "has_datadog_incidents",
5556
5559
  "has_key_assets",
5557
5560
  "tags",
5558
5561
  "audience_ids",
@@ -5635,6 +5638,11 @@ class AlertsFilterCriteriaInput(sgqlc.types.Input):
5635
5638
  return only alerts without any Opsgenie incidents.
5636
5639
  """
5637
5640
 
5641
+ has_datadog_incidents = sgqlc.types.Field(Boolean, graphql_name="hasDatadogIncidents")
5642
+ """If true, return only alerts with Datadog incidents. If false,
5643
+ return only alerts without any Datadog incidents.
5644
+ """
5645
+
5638
5646
  has_key_assets = sgqlc.types.Field(Boolean, graphql_name="hasKeyAssets")
5639
5647
  """If true, return only alerts associated with key assets.If false,
5640
5648
  return only alerts not associated with any key assets.
@@ -66274,6 +66282,7 @@ class Alert(sgqlc.types.Type, NodeWithUUID):
66274
66282
  "jira_tickets",
66275
66283
  "service_now_incidents",
66276
66284
  "opsgenie_incidents",
66285
+ "datadog_incidents",
66277
66286
  "created_time",
66278
66287
  "updated_time",
66279
66288
  "feedback",
@@ -66320,6 +66329,11 @@ class Alert(sgqlc.types.Type, NodeWithUUID):
66320
66329
  )
66321
66330
  """Opsgenie incidents associated with the alert"""
66322
66331
 
66332
+ datadog_incidents = sgqlc.types.Field(
66333
+ sgqlc.types.list_of("DatadogIncident"), graphql_name="datadogIncidents"
66334
+ )
66335
+ """Datadog incidents associated with the alert"""
66336
+
66323
66337
  created_time = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name="createdTime")
66324
66338
 
66325
66339
  updated_time = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name="updatedTime")
@@ -67901,7 +67915,6 @@ class CustomRule(sgqlc.types.Type, Node):
67901
67915
  "conditional_snooze",
67902
67916
  "event_rollup_until_changed",
67903
67917
  "event_rollup_count",
67904
- "notify_rule_run_failure",
67905
67918
  "schedule",
67906
67919
  "dc_schedule_uuid",
67907
67920
  "data_collection_dc_schedule_uuid",
@@ -68041,9 +68054,6 @@ class CustomRule(sgqlc.types.Type, Node):
68041
68054
  event_rollup_count = sgqlc.types.Field(Int, graphql_name="eventRollupCount")
68042
68055
  """The number of events to roll up into a single incident"""
68043
68056
 
68044
- notify_rule_run_failure = sgqlc.types.Field(Boolean, graphql_name="notifyRuleRunFailure")
68045
- """DEPRECATED: Not used for anything"""
68046
-
68047
68057
  schedule = sgqlc.types.Field(DataCollectorSchedule, graphql_name="schedule")
68048
68058
 
68049
68059
  dc_schedule_uuid = sgqlc.types.Field(UUID, graphql_name="dcScheduleUuid")
@@ -69370,6 +69380,23 @@ class DatabricksTaskRun(sgqlc.types.Type, Node):
69370
69380
  """MCON of Job for provided job_id"""
69371
69381
 
69372
69382
 
69383
+ class DatadogIncident(sgqlc.types.Type, NodeWithUUID):
69384
+ __schema__ = schema
69385
+ __field_names__ = ("created_by", "display_name", "incident_url", "integration_id", "created_at")
69386
+ created_by = sgqlc.types.Field("User", graphql_name="createdBy")
69387
+ """Creator"""
69388
+
69389
+ display_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="displayName")
69390
+
69391
+ incident_url = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="incidentUrl")
69392
+ """Datadog incident URL"""
69393
+
69394
+ integration_id = sgqlc.types.Field(UUID, graphql_name="integrationId")
69395
+ """Datadog integration ID"""
69396
+
69397
+ created_at = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name="createdAt")
69398
+
69399
+
69373
69400
  class Dataset(sgqlc.types.Type, Node):
69374
69401
  __schema__ = schema
69375
69402
  __field_names__ = (
@@ -71222,7 +71249,6 @@ class MetricMonitoring(sgqlc.types.Type, Node):
71222
71249
  "schedule",
71223
71250
  "monitor_name",
71224
71251
  "is_paused",
71225
- "notify_rule_run_failure",
71226
71252
  "disable_look_back_bootstrap",
71227
71253
  "high_segment_count",
71228
71254
  "segment_count_hint",
@@ -71354,9 +71380,6 @@ class MetricMonitoring(sgqlc.types.Type, Node):
71354
71380
  is_paused = sgqlc.types.Field(Boolean, graphql_name="isPaused")
71355
71381
  """Is this monitor paused?"""
71356
71382
 
71357
- notify_rule_run_failure = sgqlc.types.Field(Boolean, graphql_name="notifyRuleRunFailure")
71358
- """DEPRECATED: Not used for anything."""
71359
-
71360
71383
  disable_look_back_bootstrap = sgqlc.types.Field(
71361
71384
  Boolean, graphql_name="disableLookBackBootstrap"
71362
71385
  )
@@ -73683,7 +73706,6 @@ class UserDefinedMonitorV2(sgqlc.types.Type, Node):
73683
73706
  "last_update_time",
73684
73707
  "schedule_type",
73685
73708
  "last_run",
73686
- "notify_rule_run_failure",
73687
73709
  "interval_in_seconds",
73688
73710
  "prev_execution_time",
73689
73711
  "next_execution_time",
@@ -73793,8 +73815,6 @@ class UserDefinedMonitorV2(sgqlc.types.Type, Node):
73793
73815
 
73794
73816
  last_run = sgqlc.types.Field(DateTime, graphql_name="lastRun")
73795
73817
 
73796
- notify_rule_run_failure = sgqlc.types.Field(Boolean, graphql_name="notifyRuleRunFailure")
73797
-
73798
73818
  interval_in_seconds = sgqlc.types.Field(Int, graphql_name="intervalInSeconds")
73799
73819
 
73800
73820
  prev_execution_time = sgqlc.types.Field(DateTime, graphql_name="prevExecutionTime")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.95
3
+ Version: 0.10.97
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
File without changes
File without changes
File without changes