pycarlo 0.10.213__tar.gz → 0.10.215__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.213 → pycarlo-0.10.215}/PKG-INFO +1 -1
  2. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo/lib/schema.json +463 -0
  3. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo/lib/schema.py +141 -0
  4. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo.egg-info/PKG-INFO +1 -1
  5. {pycarlo-0.10.213 → pycarlo-0.10.215}/.circleci/README.md +0 -0
  6. {pycarlo-0.10.213 → pycarlo-0.10.215}/.circleci/config.yml +0 -0
  7. {pycarlo-0.10.213 → pycarlo-0.10.215}/.coveragerc +0 -0
  8. {pycarlo-0.10.213 → pycarlo-0.10.215}/.github/workflows/release.yml +0 -0
  9. {pycarlo-0.10.213 → pycarlo-0.10.215}/.gitignore +0 -0
  10. {pycarlo-0.10.213 → pycarlo-0.10.215}/.pre-commit-config.yaml +0 -0
  11. {pycarlo-0.10.213 → pycarlo-0.10.215}/LICENSE +0 -0
  12. {pycarlo-0.10.213 → pycarlo-0.10.215}/Makefile +0 -0
  13. {pycarlo-0.10.213 → pycarlo-0.10.215}/README.md +0 -0
  14. {pycarlo-0.10.213 → pycarlo-0.10.215}/examples/sample_circuit_breaker.py +0 -0
  15. {pycarlo-0.10.213 → pycarlo-0.10.215}/examples/sample_insight_upload.py +0 -0
  16. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo/__init__.py +0 -0
  17. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo/common/__init__.py +0 -0
  18. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo/common/errors.py +0 -0
  19. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo/common/files.py +0 -0
  20. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo/common/http.py +0 -0
  21. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo/common/mcon.py +0 -0
  22. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo/common/retries.py +0 -0
  23. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo/common/settings.py +0 -0
  24. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo/common/utils.py +0 -0
  25. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo/core/__init__.py +0 -0
  26. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo/core/client.py +0 -0
  27. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo/core/endpoint.py +0 -0
  28. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo/core/operations.py +0 -0
  29. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo/core/session.py +0 -0
  30. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo/features/__init__.py +0 -0
  31. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo/features/circuit_breakers/__init__.py +0 -0
  32. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
  33. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo/features/circuit_breakers/service.py +0 -0
  34. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo/features/dbt/__init__.py +0 -0
  35. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo/features/dbt/dbt_importer.py +0 -0
  36. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo/features/dbt/queries.py +0 -0
  37. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo/features/exceptions.py +0 -0
  38. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo/features/metadata/__init__.py +0 -0
  39. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo/features/metadata/allow_block_list.py +0 -0
  40. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
  41. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo/features/pii/__init__.py +0 -0
  42. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo/features/pii/constants.py +0 -0
  43. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo/features/pii/pii_filterer.py +0 -0
  44. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo/features/pii/queries.py +0 -0
  45. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo/features/pii/service.py +0 -0
  46. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo/features/user/__init__.py +0 -0
  47. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo/features/user/exceptions.py +0 -0
  48. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo/features/user/models.py +0 -0
  49. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo/features/user/queries.py +0 -0
  50. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo/features/user/service.py +0 -0
  51. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo/lib/README.md +0 -0
  52. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo/lib/__init__.py +0 -0
  53. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo.egg-info/SOURCES.txt +0 -0
  54. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo.egg-info/dependency_links.txt +0 -0
  55. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo.egg-info/requires.txt +0 -0
  56. {pycarlo-0.10.213 → pycarlo-0.10.215}/pycarlo.egg-info/top_level.txt +0 -0
  57. {pycarlo-0.10.213 → pycarlo-0.10.215}/pyproject.toml +0 -0
  58. {pycarlo-0.10.213 → pycarlo-0.10.215}/requirements-ci.txt +0 -0
  59. {pycarlo-0.10.213 → pycarlo-0.10.215}/requirements-dev.txt +0 -0
  60. {pycarlo-0.10.213 → pycarlo-0.10.215}/requirements.txt +0 -0
  61. {pycarlo-0.10.213 → pycarlo-0.10.215}/setup.cfg +0 -0
  62. {pycarlo-0.10.213 → pycarlo-0.10.215}/setup.py +0 -0
  63. {pycarlo-0.10.213 → pycarlo-0.10.215}/tests/__init__.py +0 -0
  64. {pycarlo-0.10.213 → pycarlo-0.10.215}/tests/common/__init__.py +0 -0
  65. {pycarlo-0.10.213 → pycarlo-0.10.215}/tests/common/data.json +0 -0
  66. {pycarlo-0.10.213 → pycarlo-0.10.215}/tests/common/test_files.py +0 -0
  67. {pycarlo-0.10.213 → pycarlo-0.10.215}/tests/common/test_http.py +0 -0
  68. {pycarlo-0.10.213 → pycarlo-0.10.215}/tests/common/test_mcon.py +0 -0
  69. {pycarlo-0.10.213 → pycarlo-0.10.215}/tests/common/test_retries.py +0 -0
  70. {pycarlo-0.10.213 → pycarlo-0.10.215}/tests/common/test_utils.py +0 -0
  71. {pycarlo-0.10.213 → pycarlo-0.10.215}/tests/features/__init__.py +0 -0
  72. {pycarlo-0.10.213 → pycarlo-0.10.215}/tests/features/circuit_breakers/__init__.py +0 -0
  73. {pycarlo-0.10.213 → pycarlo-0.10.215}/tests/features/circuit_breakers/test_service.py +0 -0
  74. {pycarlo-0.10.213 → pycarlo-0.10.215}/tests/features/dbt/__init__.py +0 -0
  75. {pycarlo-0.10.213 → pycarlo-0.10.215}/tests/features/dbt/sample_logs.txt +0 -0
  76. {pycarlo-0.10.213 → pycarlo-0.10.215}/tests/features/dbt/sample_manifest.json +0 -0
  77. {pycarlo-0.10.213 → pycarlo-0.10.215}/tests/features/dbt/sample_run_results.json +0 -0
  78. {pycarlo-0.10.213 → pycarlo-0.10.215}/tests/features/dbt/test_dbt_importer.py +0 -0
  79. {pycarlo-0.10.213 → pycarlo-0.10.215}/tests/features/metadata/test_dataset_filtering.py +0 -0
  80. {pycarlo-0.10.213 → pycarlo-0.10.215}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
  81. {pycarlo-0.10.213 → pycarlo-0.10.215}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
  82. {pycarlo-0.10.213 → pycarlo-0.10.215}/tests/features/pii/test_pii_filtering.py +0 -0
  83. {pycarlo-0.10.213 → pycarlo-0.10.215}/tests/features/user/__init__.py +0 -0
  84. {pycarlo-0.10.213 → pycarlo-0.10.215}/tests/features/user/test_user_service.py +0 -0
  85. {pycarlo-0.10.213 → pycarlo-0.10.215}/tests/test_client.py +0 -0
  86. {pycarlo-0.10.213 → pycarlo-0.10.215}/tests/test_operations.py +0 -0
  87. {pycarlo-0.10.213 → pycarlo-0.10.215}/tests/test_retry_decorator.py +0 -0
  88. {pycarlo-0.10.213 → pycarlo-0.10.215}/tests/test_session.py +0 -0
  89. {pycarlo-0.10.213 → pycarlo-0.10.215}/utils/env.sh +0 -0
  90. {pycarlo-0.10.213 → pycarlo-0.10.215}/utils/generate.py +0 -0
  91. {pycarlo-0.10.213 → pycarlo-0.10.215}/utils/sample.env +0 -0
  92. {pycarlo-0.10.213 → pycarlo-0.10.215}/utils/sanity.py +0 -0
  93. {pycarlo-0.10.213 → pycarlo-0.10.215}/utils/vars.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.213
3
+ Version: 0.10.215
4
4
  Summary: Monte Carlo's Python SDK
5
5
  Home-page: https://www.montecarlodata.com/
6
6
  Author: Monte Carlo Data, Inc
@@ -223,6 +223,156 @@
223
223
  "ofType": null
224
224
  }
225
225
  },
226
+ {
227
+ "args": [
228
+ {
229
+ "defaultValue": null,
230
+ "description": null,
231
+ "name": "domainIds",
232
+ "type": {
233
+ "kind": "LIST",
234
+ "name": null,
235
+ "ofType": {
236
+ "kind": "SCALAR",
237
+ "name": "UUID",
238
+ "ofType": null
239
+ }
240
+ }
241
+ },
242
+ {
243
+ "defaultValue": null,
244
+ "description": null,
245
+ "name": "tags",
246
+ "type": {
247
+ "kind": "LIST",
248
+ "name": null,
249
+ "ofType": {
250
+ "kind": "INPUT_OBJECT",
251
+ "name": "TagKeyValuePairInput",
252
+ "ofType": null
253
+ }
254
+ }
255
+ },
256
+ {
257
+ "defaultValue": null,
258
+ "description": null,
259
+ "name": "dataProductIds",
260
+ "type": {
261
+ "kind": "LIST",
262
+ "name": null,
263
+ "ofType": {
264
+ "kind": "SCALAR",
265
+ "name": "UUID",
266
+ "ofType": null
267
+ }
268
+ }
269
+ },
270
+ {
271
+ "defaultValue": "0",
272
+ "description": null,
273
+ "name": "offset",
274
+ "type": {
275
+ "kind": "SCALAR",
276
+ "name": "Int",
277
+ "ofType": null
278
+ }
279
+ },
280
+ {
281
+ "defaultValue": "15",
282
+ "description": null,
283
+ "name": "limit",
284
+ "type": {
285
+ "kind": "SCALAR",
286
+ "name": "Int",
287
+ "ofType": null
288
+ }
289
+ }
290
+ ],
291
+ "deprecationReason": null,
292
+ "description": "(experimental) Get paginated monitor counts grouped by creator",
293
+ "isDeprecated": false,
294
+ "name": "getMonitorCountsByCreator",
295
+ "type": {
296
+ "kind": "OBJECT",
297
+ "name": "CreatorMonitorCountsResponse",
298
+ "ofType": null
299
+ }
300
+ },
301
+ {
302
+ "args": [
303
+ {
304
+ "defaultValue": null,
305
+ "description": null,
306
+ "name": "domainIds",
307
+ "type": {
308
+ "kind": "LIST",
309
+ "name": null,
310
+ "ofType": {
311
+ "kind": "SCALAR",
312
+ "name": "UUID",
313
+ "ofType": null
314
+ }
315
+ }
316
+ },
317
+ {
318
+ "defaultValue": null,
319
+ "description": null,
320
+ "name": "tags",
321
+ "type": {
322
+ "kind": "LIST",
323
+ "name": null,
324
+ "ofType": {
325
+ "kind": "INPUT_OBJECT",
326
+ "name": "TagKeyValuePairInput",
327
+ "ofType": null
328
+ }
329
+ }
330
+ },
331
+ {
332
+ "defaultValue": null,
333
+ "description": null,
334
+ "name": "dataProductIds",
335
+ "type": {
336
+ "kind": "LIST",
337
+ "name": null,
338
+ "ofType": {
339
+ "kind": "SCALAR",
340
+ "name": "UUID",
341
+ "ofType": null
342
+ }
343
+ }
344
+ },
345
+ {
346
+ "defaultValue": "0",
347
+ "description": null,
348
+ "name": "offset",
349
+ "type": {
350
+ "kind": "SCALAR",
351
+ "name": "Int",
352
+ "ofType": null
353
+ }
354
+ },
355
+ {
356
+ "defaultValue": "15",
357
+ "description": null,
358
+ "name": "limit",
359
+ "type": {
360
+ "kind": "SCALAR",
361
+ "name": "Int",
362
+ "ofType": null
363
+ }
364
+ }
365
+ ],
366
+ "deprecationReason": null,
367
+ "description": "(experimental) Get paginated monitor counts grouped by monitor type",
368
+ "isDeprecated": false,
369
+ "name": "getMonitorCountsByType",
370
+ "type": {
371
+ "kind": "OBJECT",
372
+ "name": "MonitorTypeCountsResponse",
373
+ "ofType": null
374
+ }
375
+ },
226
376
  {
227
377
  "args": [
228
378
  {
@@ -32763,6 +32913,309 @@
32763
32913
  "name": "FacetEntry",
32764
32914
  "possibleTypes": null
32765
32915
  },
32916
+ {
32917
+ "description": null,
32918
+ "enumValues": null,
32919
+ "fields": [
32920
+ {
32921
+ "args": [],
32922
+ "deprecationReason": null,
32923
+ "description": null,
32924
+ "isDeprecated": false,
32925
+ "name": "results",
32926
+ "type": {
32927
+ "kind": "NON_NULL",
32928
+ "name": null,
32929
+ "ofType": {
32930
+ "kind": "LIST",
32931
+ "name": null,
32932
+ "ofType": {
32933
+ "kind": "OBJECT",
32934
+ "name": "CreatorMonitorCount",
32935
+ "ofType": null
32936
+ }
32937
+ }
32938
+ }
32939
+ },
32940
+ {
32941
+ "args": [],
32942
+ "deprecationReason": null,
32943
+ "description": null,
32944
+ "isDeprecated": false,
32945
+ "name": "totalCount",
32946
+ "type": {
32947
+ "kind": "NON_NULL",
32948
+ "name": null,
32949
+ "ofType": {
32950
+ "kind": "SCALAR",
32951
+ "name": "Int",
32952
+ "ofType": null
32953
+ }
32954
+ }
32955
+ },
32956
+ {
32957
+ "args": [],
32958
+ "deprecationReason": null,
32959
+ "description": null,
32960
+ "isDeprecated": false,
32961
+ "name": "offset",
32962
+ "type": {
32963
+ "kind": "NON_NULL",
32964
+ "name": null,
32965
+ "ofType": {
32966
+ "kind": "SCALAR",
32967
+ "name": "Int",
32968
+ "ofType": null
32969
+ }
32970
+ }
32971
+ },
32972
+ {
32973
+ "args": [],
32974
+ "deprecationReason": null,
32975
+ "description": null,
32976
+ "isDeprecated": false,
32977
+ "name": "limit",
32978
+ "type": {
32979
+ "kind": "NON_NULL",
32980
+ "name": null,
32981
+ "ofType": {
32982
+ "kind": "SCALAR",
32983
+ "name": "Int",
32984
+ "ofType": null
32985
+ }
32986
+ }
32987
+ }
32988
+ ],
32989
+ "inputFields": null,
32990
+ "interfaces": [],
32991
+ "kind": "OBJECT",
32992
+ "name": "CreatorMonitorCountsResponse",
32993
+ "possibleTypes": null
32994
+ },
32995
+ {
32996
+ "description": null,
32997
+ "enumValues": null,
32998
+ "fields": [
32999
+ {
33000
+ "args": [],
33001
+ "deprecationReason": null,
33002
+ "description": null,
33003
+ "isDeprecated": false,
33004
+ "name": "creator",
33005
+ "type": {
33006
+ "kind": "NON_NULL",
33007
+ "name": null,
33008
+ "ofType": {
33009
+ "kind": "OBJECT",
33010
+ "name": "CreatorDimension",
33011
+ "ofType": null
33012
+ }
33013
+ }
33014
+ },
33015
+ {
33016
+ "args": [],
33017
+ "deprecationReason": null,
33018
+ "description": null,
33019
+ "isDeprecated": false,
33020
+ "name": "count",
33021
+ "type": {
33022
+ "kind": "NON_NULL",
33023
+ "name": null,
33024
+ "ofType": {
33025
+ "kind": "SCALAR",
33026
+ "name": "Int",
33027
+ "ofType": null
33028
+ }
33029
+ }
33030
+ }
33031
+ ],
33032
+ "inputFields": null,
33033
+ "interfaces": [],
33034
+ "kind": "OBJECT",
33035
+ "name": "CreatorMonitorCount",
33036
+ "possibleTypes": null
33037
+ },
33038
+ {
33039
+ "description": null,
33040
+ "enumValues": null,
33041
+ "fields": [
33042
+ {
33043
+ "args": [],
33044
+ "deprecationReason": null,
33045
+ "description": null,
33046
+ "isDeprecated": false,
33047
+ "name": "fullName",
33048
+ "type": {
33049
+ "kind": "NON_NULL",
33050
+ "name": null,
33051
+ "ofType": {
33052
+ "kind": "SCALAR",
33053
+ "name": "String",
33054
+ "ofType": null
33055
+ }
33056
+ }
33057
+ },
33058
+ {
33059
+ "args": [],
33060
+ "deprecationReason": null,
33061
+ "description": null,
33062
+ "isDeprecated": false,
33063
+ "name": "email",
33064
+ "type": {
33065
+ "kind": "NON_NULL",
33066
+ "name": null,
33067
+ "ofType": {
33068
+ "kind": "SCALAR",
33069
+ "name": "String",
33070
+ "ofType": null
33071
+ }
33072
+ }
33073
+ },
33074
+ {
33075
+ "args": [],
33076
+ "deprecationReason": null,
33077
+ "description": null,
33078
+ "isDeprecated": false,
33079
+ "name": "userId",
33080
+ "type": {
33081
+ "kind": "NON_NULL",
33082
+ "name": null,
33083
+ "ofType": {
33084
+ "kind": "SCALAR",
33085
+ "name": "String",
33086
+ "ofType": null
33087
+ }
33088
+ }
33089
+ }
33090
+ ],
33091
+ "inputFields": null,
33092
+ "interfaces": [],
33093
+ "kind": "OBJECT",
33094
+ "name": "CreatorDimension",
33095
+ "possibleTypes": null
33096
+ },
33097
+ {
33098
+ "description": null,
33099
+ "enumValues": null,
33100
+ "fields": [
33101
+ {
33102
+ "args": [],
33103
+ "deprecationReason": null,
33104
+ "description": null,
33105
+ "isDeprecated": false,
33106
+ "name": "results",
33107
+ "type": {
33108
+ "kind": "NON_NULL",
33109
+ "name": null,
33110
+ "ofType": {
33111
+ "kind": "LIST",
33112
+ "name": null,
33113
+ "ofType": {
33114
+ "kind": "OBJECT",
33115
+ "name": "MonitorTypeCount",
33116
+ "ofType": null
33117
+ }
33118
+ }
33119
+ }
33120
+ },
33121
+ {
33122
+ "args": [],
33123
+ "deprecationReason": null,
33124
+ "description": null,
33125
+ "isDeprecated": false,
33126
+ "name": "totalCount",
33127
+ "type": {
33128
+ "kind": "NON_NULL",
33129
+ "name": null,
33130
+ "ofType": {
33131
+ "kind": "SCALAR",
33132
+ "name": "Int",
33133
+ "ofType": null
33134
+ }
33135
+ }
33136
+ },
33137
+ {
33138
+ "args": [],
33139
+ "deprecationReason": null,
33140
+ "description": null,
33141
+ "isDeprecated": false,
33142
+ "name": "offset",
33143
+ "type": {
33144
+ "kind": "NON_NULL",
33145
+ "name": null,
33146
+ "ofType": {
33147
+ "kind": "SCALAR",
33148
+ "name": "Int",
33149
+ "ofType": null
33150
+ }
33151
+ }
33152
+ },
33153
+ {
33154
+ "args": [],
33155
+ "deprecationReason": null,
33156
+ "description": null,
33157
+ "isDeprecated": false,
33158
+ "name": "limit",
33159
+ "type": {
33160
+ "kind": "NON_NULL",
33161
+ "name": null,
33162
+ "ofType": {
33163
+ "kind": "SCALAR",
33164
+ "name": "Int",
33165
+ "ofType": null
33166
+ }
33167
+ }
33168
+ }
33169
+ ],
33170
+ "inputFields": null,
33171
+ "interfaces": [],
33172
+ "kind": "OBJECT",
33173
+ "name": "MonitorTypeCountsResponse",
33174
+ "possibleTypes": null
33175
+ },
33176
+ {
33177
+ "description": null,
33178
+ "enumValues": null,
33179
+ "fields": [
33180
+ {
33181
+ "args": [],
33182
+ "deprecationReason": null,
33183
+ "description": null,
33184
+ "isDeprecated": false,
33185
+ "name": "monitorType",
33186
+ "type": {
33187
+ "kind": "NON_NULL",
33188
+ "name": null,
33189
+ "ofType": {
33190
+ "kind": "SCALAR",
33191
+ "name": "String",
33192
+ "ofType": null
33193
+ }
33194
+ }
33195
+ },
33196
+ {
33197
+ "args": [],
33198
+ "deprecationReason": null,
33199
+ "description": null,
33200
+ "isDeprecated": false,
33201
+ "name": "count",
33202
+ "type": {
33203
+ "kind": "NON_NULL",
33204
+ "name": null,
33205
+ "ofType": {
33206
+ "kind": "SCALAR",
33207
+ "name": "Int",
33208
+ "ofType": null
33209
+ }
33210
+ }
33211
+ }
33212
+ ],
33213
+ "inputFields": null,
33214
+ "interfaces": [],
33215
+ "kind": "OBJECT",
33216
+ "name": "MonitorTypeCount",
33217
+ "possibleTypes": null
33218
+ },
32766
33219
  {
32767
33220
  "description": "A Logs integration (for monitor execution logging)",
32768
33221
  "enumValues": null,
@@ -171766,6 +172219,16 @@
171766
172219
  }
171767
172220
  }
171768
172221
  },
172222
+ {
172223
+ "defaultValue": null,
172224
+ "description": "Integration type for direct routing (optional).",
172225
+ "name": "integrationType",
172226
+ "type": {
172227
+ "kind": "SCALAR",
172228
+ "name": "String",
172229
+ "ofType": null
172230
+ }
172231
+ },
171769
172232
  {
171770
172233
  "defaultValue": null,
171771
172234
  "description": "Desired name.",
@@ -17040,6 +17040,38 @@ class CreateWebexIntegration(sgqlc.types.Type):
17040
17040
  """The integration that was created"""
17041
17041
 
17042
17042
 
17043
+ class CreatorDimension(sgqlc.types.Type):
17044
+ __schema__ = schema
17045
+ __field_names__ = ("full_name", "email", "user_id")
17046
+ full_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="fullName")
17047
+
17048
+ email = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="email")
17049
+
17050
+ user_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="userId")
17051
+
17052
+
17053
+ class CreatorMonitorCount(sgqlc.types.Type):
17054
+ __schema__ = schema
17055
+ __field_names__ = ("creator", "count")
17056
+ creator = sgqlc.types.Field(sgqlc.types.non_null(CreatorDimension), graphql_name="creator")
17057
+
17058
+ count = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name="count")
17059
+
17060
+
17061
+ class CreatorMonitorCountsResponse(sgqlc.types.Type):
17062
+ __schema__ = schema
17063
+ __field_names__ = ("results", "total_count", "offset", "limit")
17064
+ results = sgqlc.types.Field(
17065
+ sgqlc.types.non_null(sgqlc.types.list_of(CreatorMonitorCount)), graphql_name="results"
17066
+ )
17067
+
17068
+ total_count = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name="totalCount")
17069
+
17070
+ offset = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name="offset")
17071
+
17072
+ limit = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name="limit")
17073
+
17074
+
17043
17075
  class CustomComparisonMetric(sgqlc.types.Type):
17044
17076
  __schema__ = schema
17045
17077
  __field_names__ = ("uuid", "display_name", "source_sql_expression", "target_sql_expression")
@@ -25400,6 +25432,28 @@ class MonitorTable(sgqlc.types.Type):
25400
25432
  """List of MCONs for the tables with this identifier"""
25401
25433
 
25402
25434
 
25435
+ class MonitorTypeCount(sgqlc.types.Type):
25436
+ __schema__ = schema
25437
+ __field_names__ = ("monitor_type", "count")
25438
+ monitor_type = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="monitorType")
25439
+
25440
+ count = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name="count")
25441
+
25442
+
25443
+ class MonitorTypeCountsResponse(sgqlc.types.Type):
25444
+ __schema__ = schema
25445
+ __field_names__ = ("results", "total_count", "offset", "limit")
25446
+ results = sgqlc.types.Field(
25447
+ sgqlc.types.non_null(sgqlc.types.list_of(MonitorTypeCount)), graphql_name="results"
25448
+ )
25449
+
25450
+ total_count = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name="totalCount")
25451
+
25452
+ offset = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name="offset")
25453
+
25454
+ limit = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name="limit")
25455
+
25456
+
25403
25457
  class MonitorWarehouse(sgqlc.types.Type):
25404
25458
  """Warehouse assets referenced by monitors, grouped by name"""
25405
25459
 
@@ -39113,6 +39167,10 @@ class Mutation(sgqlc.types.Type):
39113
39167
  sgqlc.types.non_null(UUID), graphql_name="integrationId", default=None
39114
39168
  ),
39115
39169
  ),
39170
+ (
39171
+ "integration_type",
39172
+ sgqlc.types.Arg(String, graphql_name="integrationType", default=None),
39173
+ ),
39116
39174
  (
39117
39175
  "name",
39118
39176
  sgqlc.types.Arg(
@@ -39127,6 +39185,8 @@ class Mutation(sgqlc.types.Type):
39127
39185
  Arguments:
39128
39186
 
39129
39187
  * `integration_id` (`UUID!`): UUID of the integration to update.
39188
+ * `integration_type` (`String`): Integration type for direct
39189
+ routing (optional).
39130
39190
  * `name` (`String!`): Desired name.
39131
39191
  """
39132
39192
 
@@ -44765,6 +44825,8 @@ class Query(sgqlc.types.Type):
44765
44825
  __field_names__ = (
44766
44826
  "get_table_monitor_metric",
44767
44827
  "get_tables_for_coverage_dashboard",
44828
+ "get_monitor_counts_by_creator",
44829
+ "get_monitor_counts_by_type",
44768
44830
  "get_logs_integrations",
44769
44831
  "generate_webhook_url",
44770
44832
  "get_user_id",
@@ -45337,6 +45399,85 @@ class Query(sgqlc.types.Type):
45337
45399
  * `data_product_ids` (`[UUID]`)None
45338
45400
  """
45339
45401
 
45402
+ get_monitor_counts_by_creator = sgqlc.types.Field(
45403
+ CreatorMonitorCountsResponse,
45404
+ graphql_name="getMonitorCountsByCreator",
45405
+ args=sgqlc.types.ArgDict(
45406
+ (
45407
+ (
45408
+ "domain_ids",
45409
+ sgqlc.types.Arg(
45410
+ sgqlc.types.list_of(UUID), graphql_name="domainIds", default=None
45411
+ ),
45412
+ ),
45413
+ (
45414
+ "tags",
45415
+ sgqlc.types.Arg(
45416
+ sgqlc.types.list_of(TagKeyValuePairInput), graphql_name="tags", default=None
45417
+ ),
45418
+ ),
45419
+ (
45420
+ "data_product_ids",
45421
+ sgqlc.types.Arg(
45422
+ sgqlc.types.list_of(UUID), graphql_name="dataProductIds", default=None
45423
+ ),
45424
+ ),
45425
+ ("offset", sgqlc.types.Arg(Int, graphql_name="offset", default=0)),
45426
+ ("limit", sgqlc.types.Arg(Int, graphql_name="limit", default=15)),
45427
+ )
45428
+ ),
45429
+ )
45430
+ """(experimental) Get paginated monitor counts grouped by creator
45431
+
45432
+ Arguments:
45433
+
45434
+ * `domain_ids` (`[UUID]`)None
45435
+ * `tags` (`[TagKeyValuePairInput]`)None
45436
+ * `data_product_ids` (`[UUID]`)None
45437
+ * `offset` (`Int`)None (default: `0`)
45438
+ * `limit` (`Int`)None (default: `15`)
45439
+ """
45440
+
45441
+ get_monitor_counts_by_type = sgqlc.types.Field(
45442
+ MonitorTypeCountsResponse,
45443
+ graphql_name="getMonitorCountsByType",
45444
+ args=sgqlc.types.ArgDict(
45445
+ (
45446
+ (
45447
+ "domain_ids",
45448
+ sgqlc.types.Arg(
45449
+ sgqlc.types.list_of(UUID), graphql_name="domainIds", default=None
45450
+ ),
45451
+ ),
45452
+ (
45453
+ "tags",
45454
+ sgqlc.types.Arg(
45455
+ sgqlc.types.list_of(TagKeyValuePairInput), graphql_name="tags", default=None
45456
+ ),
45457
+ ),
45458
+ (
45459
+ "data_product_ids",
45460
+ sgqlc.types.Arg(
45461
+ sgqlc.types.list_of(UUID), graphql_name="dataProductIds", default=None
45462
+ ),
45463
+ ),
45464
+ ("offset", sgqlc.types.Arg(Int, graphql_name="offset", default=0)),
45465
+ ("limit", sgqlc.types.Arg(Int, graphql_name="limit", default=15)),
45466
+ )
45467
+ ),
45468
+ )
45469
+ """(experimental) Get paginated monitor counts grouped by monitor
45470
+ type
45471
+
45472
+ Arguments:
45473
+
45474
+ * `domain_ids` (`[UUID]`)None
45475
+ * `tags` (`[TagKeyValuePairInput]`)None
45476
+ * `data_product_ids` (`[UUID]`)None
45477
+ * `offset` (`Int`)None (default: `0`)
45478
+ * `limit` (`Int`)None (default: `15`)
45479
+ """
45480
+
45340
45481
  get_logs_integrations = sgqlc.types.Field(
45341
45482
  sgqlc.types.list_of(LogsIntegrationOutput),
45342
45483
  graphql_name="getLogsIntegrations",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.213
3
+ Version: 0.10.215
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