pycarlo 0.10.177__py3-none-any.whl → 0.10.179__py3-none-any.whl

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/lib/schema.json CHANGED
@@ -53525,6 +53525,12 @@
53525
53525
  "description": "Datadog",
53526
53526
  "isDeprecated": false,
53527
53527
  "name": "DATADOG"
53528
+ },
53529
+ {
53530
+ "deprecationReason": null,
53531
+ "description": "Azure Devops",
53532
+ "isDeprecated": false,
53533
+ "name": "AZURE_DEVOPS"
53528
53534
  }
53529
53535
  ],
53530
53536
  "fields": null,
@@ -64089,6 +64095,26 @@
64089
64095
  "ofType": null
64090
64096
  }
64091
64097
  },
64098
+ {
64099
+ "args": [],
64100
+ "deprecationReason": null,
64101
+ "description": "Evaluation details for the fields associated with the event, for agent monitors",
64102
+ "isDeprecated": false,
64103
+ "name": "evaluations",
64104
+ "type": {
64105
+ "kind": "LIST",
64106
+ "name": null,
64107
+ "ofType": {
64108
+ "kind": "NON_NULL",
64109
+ "name": null,
64110
+ "ofType": {
64111
+ "kind": "OBJECT",
64112
+ "name": "EventEvaluation",
64113
+ "ofType": null
64114
+ }
64115
+ }
64116
+ }
64117
+ },
64092
64118
  {
64093
64119
  "args": [],
64094
64120
  "deprecationReason": null,
@@ -67486,6 +67512,73 @@
67486
67512
  "name": "TableStats",
67487
67513
  "possibleTypes": null
67488
67514
  },
67515
+ {
67516
+ "description": null,
67517
+ "enumValues": null,
67518
+ "fields": [
67519
+ {
67520
+ "args": [],
67521
+ "deprecationReason": null,
67522
+ "description": "Field evaluated",
67523
+ "isDeprecated": false,
67524
+ "name": "field",
67525
+ "type": {
67526
+ "kind": "NON_NULL",
67527
+ "name": null,
67528
+ "ofType": {
67529
+ "kind": "SCALAR",
67530
+ "name": "String",
67531
+ "ofType": null
67532
+ }
67533
+ }
67534
+ },
67535
+ {
67536
+ "args": [],
67537
+ "deprecationReason": null,
67538
+ "description": "Function used in the evaluation",
67539
+ "isDeprecated": false,
67540
+ "name": "function",
67541
+ "type": {
67542
+ "kind": "NON_NULL",
67543
+ "name": null,
67544
+ "ofType": {
67545
+ "kind": "SCALAR",
67546
+ "name": "String",
67547
+ "ofType": null
67548
+ }
67549
+ }
67550
+ },
67551
+ {
67552
+ "args": [],
67553
+ "deprecationReason": null,
67554
+ "description": "Prompt used in the evaluation",
67555
+ "isDeprecated": false,
67556
+ "name": "prompt",
67557
+ "type": {
67558
+ "kind": "SCALAR",
67559
+ "name": "String",
67560
+ "ofType": null
67561
+ }
67562
+ },
67563
+ {
67564
+ "args": [],
67565
+ "deprecationReason": null,
67566
+ "description": "Output type used in the evaluation",
67567
+ "isDeprecated": false,
67568
+ "name": "outputType",
67569
+ "type": {
67570
+ "kind": "SCALAR",
67571
+ "name": "String",
67572
+ "ofType": null
67573
+ }
67574
+ }
67575
+ ],
67576
+ "inputFields": null,
67577
+ "interfaces": [],
67578
+ "kind": "OBJECT",
67579
+ "name": "EventEvaluation",
67580
+ "possibleTypes": null
67581
+ },
67489
67582
  {
67490
67583
  "description": null,
67491
67584
  "enumValues": null,
@@ -168155,6 +168248,33 @@
168155
168248
  "ofType": null
168156
168249
  }
168157
168250
  },
168251
+ {
168252
+ "args": [
168253
+ {
168254
+ "defaultValue": null,
168255
+ "description": null,
168256
+ "name": "maxTimeSeries",
168257
+ "type": {
168258
+ "kind": "NON_NULL",
168259
+ "name": null,
168260
+ "ofType": {
168261
+ "kind": "SCALAR",
168262
+ "name": "Int",
168263
+ "ofType": null
168264
+ }
168265
+ }
168266
+ }
168267
+ ],
168268
+ "deprecationReason": null,
168269
+ "description": "(experimental) Set the maximum number of time series for the account.",
168270
+ "isDeprecated": false,
168271
+ "name": "setAccountMaxTimeSeries",
168272
+ "type": {
168273
+ "kind": "OBJECT",
168274
+ "name": "SetMaxTimeSeries",
168275
+ "ofType": null
168276
+ }
168277
+ },
168158
168278
  {
168159
168279
  "args": [
168160
168280
  {
@@ -189222,6 +189342,29 @@
189222
189342
  "name": "BillingPlanType",
189223
189343
  "possibleTypes": null
189224
189344
  },
189345
+ {
189346
+ "description": null,
189347
+ "enumValues": null,
189348
+ "fields": [
189349
+ {
189350
+ "args": [],
189351
+ "deprecationReason": null,
189352
+ "description": null,
189353
+ "isDeprecated": false,
189354
+ "name": "success",
189355
+ "type": {
189356
+ "kind": "SCALAR",
189357
+ "name": "Boolean",
189358
+ "ofType": null
189359
+ }
189360
+ }
189361
+ ],
189362
+ "inputFields": null,
189363
+ "interfaces": [],
189364
+ "kind": "OBJECT",
189365
+ "name": "SetMaxTimeSeries",
189366
+ "possibleTypes": null
189367
+ },
189225
189368
  {
189226
189369
  "description": "Set friendly name for a warehouse.",
189227
189370
  "enumValues": null,
pycarlo/lib/schema.py CHANGED
@@ -67,6 +67,7 @@ class AccountNotificationSettingsModelType(sgqlc.types.Enum):
67
67
  """Enumeration Choices:
68
68
 
69
69
  * `ALATION`: Alation
70
+ * `AZURE_DEVOPS`: Azure Devops
70
71
  * `DATADOG`: Datadog
71
72
  * `EMAIL`: Email
72
73
  * `GOOGLE_CHAT`: Google Chat
@@ -86,6 +87,7 @@ class AccountNotificationSettingsModelType(sgqlc.types.Enum):
86
87
  __schema__ = schema
87
88
  __choices__ = (
88
89
  "ALATION",
90
+ "AZURE_DEVOPS",
89
91
  "DATADOG",
90
92
  "EMAIL",
91
93
  "GOOGLE_CHAT",
@@ -20209,6 +20211,22 @@ class EventEdge(sgqlc.types.Type):
20209
20211
  """A cursor for use in pagination"""
20210
20212
 
20211
20213
 
20214
+ class EventEvaluation(sgqlc.types.Type):
20215
+ __schema__ = schema
20216
+ __field_names__ = ("field", "function", "prompt", "output_type")
20217
+ field = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="field")
20218
+ """Field evaluated"""
20219
+
20220
+ function = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="function")
20221
+ """Function used in the evaluation"""
20222
+
20223
+ prompt = sgqlc.types.Field(String, graphql_name="prompt")
20224
+ """Prompt used in the evaluation"""
20225
+
20226
+ output_type = sgqlc.types.Field(String, graphql_name="outputType")
20227
+ """Output type used in the evaluation"""
20228
+
20229
+
20212
20230
  class EventGroup(sgqlc.types.Type):
20213
20231
  __schema__ = schema
20214
20232
  __field_names__ = ("group_key", "group_metadata", "group_events")
@@ -25552,6 +25570,7 @@ class Mutation(sgqlc.types.Type):
25552
25570
  "update_account_display_assets_search_tags",
25553
25571
  "set_account_name",
25554
25572
  "set_account_billing_plan",
25573
+ "set_account_max_time_series",
25555
25574
  "set_warehouse_name",
25556
25575
  "set_etl_container_name",
25557
25576
  "set_connection_name",
@@ -38170,6 +38189,28 @@ class Mutation(sgqlc.types.Type):
38170
38189
  that will be used to create an initial customer contract
38171
38190
  """
38172
38191
 
38192
+ set_account_max_time_series = sgqlc.types.Field(
38193
+ "SetMaxTimeSeries",
38194
+ graphql_name="setAccountMaxTimeSeries",
38195
+ args=sgqlc.types.ArgDict(
38196
+ (
38197
+ (
38198
+ "max_time_series",
38199
+ sgqlc.types.Arg(
38200
+ sgqlc.types.non_null(Int), graphql_name="maxTimeSeries", default=None
38201
+ ),
38202
+ ),
38203
+ )
38204
+ ),
38205
+ )
38206
+ """(experimental) Set the maximum number of time series for the
38207
+ account.
38208
+
38209
+ Arguments:
38210
+
38211
+ * `max_time_series` (`Int!`)None
38212
+ """
38213
+
38173
38214
  set_warehouse_name = sgqlc.types.Field(
38174
38215
  "SetWarehouseName",
38175
38216
  graphql_name="setWarehouseName",
@@ -63170,6 +63211,12 @@ class SetJobGeneratesIncidents(sgqlc.types.Type):
63170
63211
  dbt_job = sgqlc.types.Field("DbtJob", graphql_name="dbtJob")
63171
63212
 
63172
63213
 
63214
+ class SetMaxTimeSeries(sgqlc.types.Type):
63215
+ __schema__ = schema
63216
+ __field_names__ = ("success",)
63217
+ success = sgqlc.types.Field(Boolean, graphql_name="success")
63218
+
63219
+
63173
63220
  class SetPiiFilterStatus(sgqlc.types.Type):
63174
63221
  """Set PII filter status for this account."""
63175
63222
 
@@ -73650,6 +73697,7 @@ class Event(sgqlc.types.Type, Node):
73650
73697
  "mc_sql",
73651
73698
  "source_sql",
73652
73699
  "custom_sql",
73700
+ "evaluations",
73653
73701
  "is_merged",
73654
73702
  "description",
73655
73703
  "mentioned_users",
@@ -73783,6 +73831,13 @@ class Event(sgqlc.types.Type, Node):
73783
73831
  custom_sql = sgqlc.types.Field(String, graphql_name="customSql")
73784
73832
  """Custom SQL for custom SQL monitors"""
73785
73833
 
73834
+ evaluations = sgqlc.types.Field(
73835
+ sgqlc.types.list_of(sgqlc.types.non_null(EventEvaluation)), graphql_name="evaluations"
73836
+ )
73837
+ """Evaluation details for the fields associated with the event, for
73838
+ agent monitors
73839
+ """
73840
+
73786
73841
  is_merged = sgqlc.types.Field(Boolean, graphql_name="isMerged")
73787
73842
  """Whether the event originally belonged to another alert which was
73788
73843
  merged into the alert currently associated to this event.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.177
3
+ Version: 0.10.179
4
4
  Summary: Monte Carlo's Python SDK
5
5
  Home-page: https://www.montecarlodata.com/
6
6
  Author: Monte Carlo Data, Inc
@@ -35,10 +35,10 @@ pycarlo/features/user/queries.py,sha256=m97RvM0oiBlrU5xmOwe_JJ5N0G0NG5hIOeyQqN2O
35
35
  pycarlo/features/user/service.py,sha256=DHkhuonySaHro07NTd0YNe3cNkDk62CiRTY77dhVaMs,2890
36
36
  pycarlo/lib/README.md,sha256=QGNeUefPzLKGyZqn5aITpcFgkC9WQTNS292BGisRFHk,139
37
37
  pycarlo/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
38
- pycarlo/lib/schema.json,sha256=d-RDKDEjoqYP97GMAxvoxaIgX3hrUEnVoY6Qkq44NoE,6273033
39
- pycarlo/lib/schema.py,sha256=sNCsGE8s1NrLfJUm3EV7-8Oh_NFNViP7ZOLI8STk96w,2727163
40
- pycarlo-0.10.177.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.177.dist-info/METADATA,sha256=0zHHm0h3tMsP9WCa4J2g5Zyy6nJGQA7wk1g9hA1YPgA,8742
42
- pycarlo-0.10.177.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.177.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.177.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=0rhZO_eyzl7L8c0P1Uz0JLR2HSDkV6XplUfVrPEmswQ,6277372
39
+ pycarlo/lib/schema.py,sha256=NEX-738yIFGg9g87s0Bp3Nld9VAGU3oeDWuw62orFlc,2728867
40
+ pycarlo-0.10.179.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.179.dist-info/METADATA,sha256=ND_qVFEj7X2qfTJPC5Np5BkEDhmRaiLLcTHMxrf3CB0,8742
42
+ pycarlo-0.10.179.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.179.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.179.dist-info/RECORD,,