pycarlo 0.10.62__tar.gz → 0.10.64__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.62 → pycarlo-0.10.64}/PKG-INFO +1 -1
  2. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo/lib/schema.json +52 -278
  3. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo/lib/schema.py +14 -96
  4. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo.egg-info/PKG-INFO +1 -1
  5. {pycarlo-0.10.62 → pycarlo-0.10.64}/.circleci/README.md +0 -0
  6. {pycarlo-0.10.62 → pycarlo-0.10.64}/.circleci/config.yml +0 -0
  7. {pycarlo-0.10.62 → pycarlo-0.10.64}/.coveragerc +0 -0
  8. {pycarlo-0.10.62 → pycarlo-0.10.64}/.github/workflows/release.yml +0 -0
  9. {pycarlo-0.10.62 → pycarlo-0.10.64}/.gitignore +0 -0
  10. {pycarlo-0.10.62 → pycarlo-0.10.64}/.pre-commit-config.yaml +0 -0
  11. {pycarlo-0.10.62 → pycarlo-0.10.64}/LICENSE +0 -0
  12. {pycarlo-0.10.62 → pycarlo-0.10.64}/Makefile +0 -0
  13. {pycarlo-0.10.62 → pycarlo-0.10.64}/README.md +0 -0
  14. {pycarlo-0.10.62 → pycarlo-0.10.64}/examples/sample_circuit_breaker.py +0 -0
  15. {pycarlo-0.10.62 → pycarlo-0.10.64}/examples/sample_insight_upload.py +0 -0
  16. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo/__init__.py +0 -0
  17. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo/common/__init__.py +0 -0
  18. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo/common/errors.py +0 -0
  19. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo/common/files.py +0 -0
  20. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo/common/http.py +0 -0
  21. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo/common/mcon.py +0 -0
  22. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo/common/retries.py +0 -0
  23. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo/common/settings.py +0 -0
  24. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo/common/utils.py +0 -0
  25. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo/core/__init__.py +0 -0
  26. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo/core/client.py +0 -0
  27. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo/core/endpoint.py +0 -0
  28. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo/core/operations.py +0 -0
  29. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo/core/session.py +0 -0
  30. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo/features/__init__.py +0 -0
  31. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo/features/circuit_breakers/__init__.py +0 -0
  32. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
  33. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo/features/circuit_breakers/service.py +0 -0
  34. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo/features/dbt/__init__.py +0 -0
  35. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo/features/dbt/dbt_importer.py +0 -0
  36. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo/features/dbt/queries.py +0 -0
  37. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo/features/exceptions.py +0 -0
  38. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo/features/metadata/__init__.py +0 -0
  39. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo/features/metadata/allow_block_list.py +0 -0
  40. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
  41. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo/features/pii/__init__.py +0 -0
  42. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo/features/pii/constants.py +0 -0
  43. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo/features/pii/pii_filterer.py +0 -0
  44. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo/features/pii/queries.py +0 -0
  45. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo/features/pii/service.py +0 -0
  46. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo/features/user/__init__.py +0 -0
  47. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo/features/user/exceptions.py +0 -0
  48. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo/features/user/models.py +0 -0
  49. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo/features/user/queries.py +0 -0
  50. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo/features/user/service.py +0 -0
  51. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo/lib/README.md +0 -0
  52. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo/lib/__init__.py +0 -0
  53. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo.egg-info/SOURCES.txt +0 -0
  54. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo.egg-info/dependency_links.txt +0 -0
  55. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo.egg-info/requires.txt +0 -0
  56. {pycarlo-0.10.62 → pycarlo-0.10.64}/pycarlo.egg-info/top_level.txt +0 -0
  57. {pycarlo-0.10.62 → pycarlo-0.10.64}/pyproject.toml +0 -0
  58. {pycarlo-0.10.62 → pycarlo-0.10.64}/requirements-ci.txt +0 -0
  59. {pycarlo-0.10.62 → pycarlo-0.10.64}/requirements-dev.txt +0 -0
  60. {pycarlo-0.10.62 → pycarlo-0.10.64}/requirements.txt +0 -0
  61. {pycarlo-0.10.62 → pycarlo-0.10.64}/setup.cfg +0 -0
  62. {pycarlo-0.10.62 → pycarlo-0.10.64}/setup.py +0 -0
  63. {pycarlo-0.10.62 → pycarlo-0.10.64}/tests/__init__.py +0 -0
  64. {pycarlo-0.10.62 → pycarlo-0.10.64}/tests/common/__init__.py +0 -0
  65. {pycarlo-0.10.62 → pycarlo-0.10.64}/tests/common/data.json +0 -0
  66. {pycarlo-0.10.62 → pycarlo-0.10.64}/tests/common/test_files.py +0 -0
  67. {pycarlo-0.10.62 → pycarlo-0.10.64}/tests/common/test_http.py +0 -0
  68. {pycarlo-0.10.62 → pycarlo-0.10.64}/tests/common/test_mcon.py +0 -0
  69. {pycarlo-0.10.62 → pycarlo-0.10.64}/tests/common/test_retries.py +0 -0
  70. {pycarlo-0.10.62 → pycarlo-0.10.64}/tests/common/test_utils.py +0 -0
  71. {pycarlo-0.10.62 → pycarlo-0.10.64}/tests/features/__init__.py +0 -0
  72. {pycarlo-0.10.62 → pycarlo-0.10.64}/tests/features/circuit_breakers/__init__.py +0 -0
  73. {pycarlo-0.10.62 → pycarlo-0.10.64}/tests/features/circuit_breakers/test_service.py +0 -0
  74. {pycarlo-0.10.62 → pycarlo-0.10.64}/tests/features/dbt/__init__.py +0 -0
  75. {pycarlo-0.10.62 → pycarlo-0.10.64}/tests/features/dbt/sample_logs.txt +0 -0
  76. {pycarlo-0.10.62 → pycarlo-0.10.64}/tests/features/dbt/sample_manifest.json +0 -0
  77. {pycarlo-0.10.62 → pycarlo-0.10.64}/tests/features/dbt/sample_run_results.json +0 -0
  78. {pycarlo-0.10.62 → pycarlo-0.10.64}/tests/features/dbt/test_dbt_importer.py +0 -0
  79. {pycarlo-0.10.62 → pycarlo-0.10.64}/tests/features/metadata/test_dataset_filtering.py +0 -0
  80. {pycarlo-0.10.62 → pycarlo-0.10.64}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
  81. {pycarlo-0.10.62 → pycarlo-0.10.64}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
  82. {pycarlo-0.10.62 → pycarlo-0.10.64}/tests/features/pii/test_pii_filtering.py +0 -0
  83. {pycarlo-0.10.62 → pycarlo-0.10.64}/tests/features/user/__init__.py +0 -0
  84. {pycarlo-0.10.62 → pycarlo-0.10.64}/tests/features/user/test_user_service.py +0 -0
  85. {pycarlo-0.10.62 → pycarlo-0.10.64}/tests/test_client.py +0 -0
  86. {pycarlo-0.10.62 → pycarlo-0.10.64}/tests/test_operations.py +0 -0
  87. {pycarlo-0.10.62 → pycarlo-0.10.64}/tests/test_retry_decorator.py +0 -0
  88. {pycarlo-0.10.62 → pycarlo-0.10.64}/tests/test_session.py +0 -0
  89. {pycarlo-0.10.62 → pycarlo-0.10.64}/utils/env.sh +0 -0
  90. {pycarlo-0.10.62 → pycarlo-0.10.64}/utils/generate.py +0 -0
  91. {pycarlo-0.10.62 → pycarlo-0.10.64}/utils/sample.env +0 -0
  92. {pycarlo-0.10.62 → pycarlo-0.10.64}/utils/sanity.py +0 -0
  93. {pycarlo-0.10.62 → pycarlo-0.10.64}/utils/vars.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.62
3
+ Version: 0.10.64
4
4
  Summary: Monte Carlo's Python SDK
5
5
  Home-page: https://www.montecarlodata.com/
6
6
  Author: Monte Carlo Data, Inc
@@ -19804,93 +19804,6 @@
19804
19804
  }
19805
19805
  }
19806
19806
  },
19807
- {
19808
- "args": [
19809
- {
19810
- "defaultValue": null,
19811
- "description": "Warehouse the table is contained in",
19812
- "name": "dwId",
19813
- "type": {
19814
- "kind": "SCALAR",
19815
- "name": "UUID",
19816
- "ofType": null
19817
- }
19818
- },
19819
- {
19820
- "defaultValue": null,
19821
- "description": "the mcon associated with the metric",
19822
- "name": "mcon",
19823
- "type": {
19824
- "kind": "SCALAR",
19825
- "name": "String",
19826
- "ofType": null
19827
- }
19828
- },
19829
- {
19830
- "defaultValue": null,
19831
- "description": "Type of metric (e.g. row_count)",
19832
- "name": "metric",
19833
- "type": {
19834
- "kind": "SCALAR",
19835
- "name": "String",
19836
- "ofType": null
19837
- }
19838
- },
19839
- {
19840
- "defaultValue": null,
19841
- "description": "Filter for data newer than this",
19842
- "name": "startTime",
19843
- "type": {
19844
- "kind": "SCALAR",
19845
- "name": "DateTime",
19846
- "ofType": null
19847
- }
19848
- },
19849
- {
19850
- "defaultValue": null,
19851
- "description": "Filter for data older than this",
19852
- "name": "endTime",
19853
- "type": {
19854
- "kind": "SCALAR",
19855
- "name": "DateTime",
19856
- "ofType": null
19857
- }
19858
- },
19859
- {
19860
- "defaultValue": null,
19861
- "description": "Number of metrics to retrieve",
19862
- "name": "first",
19863
- "type": {
19864
- "kind": "SCALAR",
19865
- "name": "Int",
19866
- "ofType": null
19867
- }
19868
- },
19869
- {
19870
- "defaultValue": null,
19871
- "description": "Filter by a list of key/value dimension pairs",
19872
- "name": "dimensionFilters",
19873
- "type": {
19874
- "kind": "LIST",
19875
- "name": null,
19876
- "ofType": {
19877
- "kind": "INPUT_OBJECT",
19878
- "name": "MetricDimensionFilter",
19879
- "ofType": null
19880
- }
19881
- }
19882
- }
19883
- ],
19884
- "deprecationReason": "Use GetMetricsV4 instead",
19885
- "description": "(experimental) DEPRECATED. Retrieves metric values in a given time range AND in a given measurement time range",
19886
- "isDeprecated": true,
19887
- "name": "getNonTableMetrics",
19888
- "type": {
19889
- "kind": "OBJECT",
19890
- "name": "NonTableMetrics",
19891
- "ofType": null
19892
- }
19893
- },
19894
19807
  {
19895
19808
  "args": [
19896
19809
  {
@@ -85228,6 +85141,18 @@
85228
85141
  }
85229
85142
  }
85230
85143
  },
85144
+ {
85145
+ "args": [],
85146
+ "deprecationReason": null,
85147
+ "description": "",
85148
+ "isDeprecated": false,
85149
+ "name": "deletedAt",
85150
+ "type": {
85151
+ "kind": "SCALAR",
85152
+ "name": "DateTime",
85153
+ "ofType": null
85154
+ }
85155
+ },
85231
85156
  {
85232
85157
  "args": [],
85233
85158
  "deprecationReason": null,
@@ -85332,18 +85257,6 @@
85332
85257
  "ofType": null
85333
85258
  }
85334
85259
  },
85335
- {
85336
- "args": [],
85337
- "deprecationReason": null,
85338
- "description": "When the monitor was deleted",
85339
- "isDeprecated": false,
85340
- "name": "deletedTime",
85341
- "type": {
85342
- "kind": "SCALAR",
85343
- "name": "DateTime",
85344
- "ofType": null
85345
- }
85346
- },
85347
85260
  {
85348
85261
  "args": [],
85349
85262
  "deprecationReason": null,
@@ -94186,6 +94099,22 @@
94186
94099
  }
94187
94100
  }
94188
94101
  },
94102
+ {
94103
+ "args": [],
94104
+ "deprecationReason": null,
94105
+ "description": null,
94106
+ "isDeprecated": false,
94107
+ "name": "hasJobConnection",
94108
+ "type": {
94109
+ "kind": "NON_NULL",
94110
+ "name": null,
94111
+ "ofType": {
94112
+ "kind": "SCALAR",
94113
+ "name": "Boolean",
94114
+ "ofType": null
94115
+ }
94116
+ }
94117
+ },
94189
94118
  {
94190
94119
  "args": [],
94191
94120
  "deprecationReason": null,
@@ -95433,6 +95362,30 @@
95433
95362
  }
95434
95363
  }
95435
95364
  },
95365
+ {
95366
+ "args": [],
95367
+ "deprecationReason": null,
95368
+ "description": null,
95369
+ "isDeprecated": false,
95370
+ "name": "jobSubTypes",
95371
+ "type": {
95372
+ "kind": "NON_NULL",
95373
+ "name": null,
95374
+ "ofType": {
95375
+ "kind": "LIST",
95376
+ "name": null,
95377
+ "ofType": {
95378
+ "kind": "NON_NULL",
95379
+ "name": null,
95380
+ "ofType": {
95381
+ "kind": "SCALAR",
95382
+ "name": "String",
95383
+ "ofType": null
95384
+ }
95385
+ }
95386
+ }
95387
+ }
95388
+ },
95436
95389
  {
95437
95390
  "args": [],
95438
95391
  "deprecationReason": null,
@@ -130397,185 +130350,6 @@
130397
130350
  "name": "MetricUnit",
130398
130351
  "possibleTypes": null
130399
130352
  },
130400
- {
130401
- "description": null,
130402
- "enumValues": null,
130403
- "fields": [
130404
- {
130405
- "args": [],
130406
- "deprecationReason": null,
130407
- "description": null,
130408
- "isDeprecated": false,
130409
- "name": "metrics",
130410
- "type": {
130411
- "kind": "LIST",
130412
- "name": null,
130413
- "ofType": {
130414
- "kind": "OBJECT",
130415
- "name": "NonTableMetric",
130416
- "ofType": null
130417
- }
130418
- }
130419
- },
130420
- {
130421
- "args": [],
130422
- "deprecationReason": null,
130423
- "description": null,
130424
- "isDeprecated": false,
130425
- "name": "isPartialDateRange",
130426
- "type": {
130427
- "kind": "SCALAR",
130428
- "name": "Boolean",
130429
- "ofType": null
130430
- }
130431
- }
130432
- ],
130433
- "inputFields": null,
130434
- "interfaces": [],
130435
- "kind": "OBJECT",
130436
- "name": "NonTableMetrics",
130437
- "possibleTypes": null
130438
- },
130439
- {
130440
- "description": null,
130441
- "enumValues": null,
130442
- "fields": [
130443
- {
130444
- "args": [],
130445
- "deprecationReason": null,
130446
- "description": "Metric for which to fetch results. E.g; custom_metric_uuid",
130447
- "isDeprecated": false,
130448
- "name": "metric",
130449
- "type": {
130450
- "kind": "NON_NULL",
130451
- "name": null,
130452
- "ofType": {
130453
- "kind": "SCALAR",
130454
- "name": "String",
130455
- "ofType": null
130456
- }
130457
- }
130458
- },
130459
- {
130460
- "args": [],
130461
- "deprecationReason": null,
130462
- "description": "Measurement value for the metric",
130463
- "isDeprecated": false,
130464
- "name": "value",
130465
- "type": {
130466
- "kind": "NON_NULL",
130467
- "name": null,
130468
- "ofType": {
130469
- "kind": "SCALAR",
130470
- "name": "Float",
130471
- "ofType": null
130472
- }
130473
- }
130474
- },
130475
- {
130476
- "args": [],
130477
- "deprecationReason": null,
130478
- "description": "Time when measurement value was obtained",
130479
- "isDeprecated": false,
130480
- "name": "measurementTimestamp",
130481
- "type": {
130482
- "kind": "NON_NULL",
130483
- "name": null,
130484
- "ofType": {
130485
- "kind": "SCALAR",
130486
- "name": "DateTime",
130487
- "ofType": null
130488
- }
130489
- }
130490
- },
130491
- {
130492
- "args": [],
130493
- "deprecationReason": null,
130494
- "description": "List of key/value dimension pairs applied as filters",
130495
- "isDeprecated": false,
130496
- "name": "dimensions",
130497
- "type": {
130498
- "kind": "OBJECT",
130499
- "name": "MetricDimensions",
130500
- "ofType": null
130501
- }
130502
- },
130503
- {
130504
- "args": [],
130505
- "deprecationReason": null,
130506
- "description": "UUID of the job execution that produced the measurement",
130507
- "isDeprecated": false,
130508
- "name": "jobExecutionUuid",
130509
- "type": {
130510
- "kind": "SCALAR",
130511
- "name": "UUID",
130512
- "ofType": null
130513
- }
130514
- },
130515
- {
130516
- "args": [],
130517
- "deprecationReason": null,
130518
- "description": "Thresholds",
130519
- "isDeprecated": false,
130520
- "name": "thresholds",
130521
- "type": {
130522
- "kind": "LIST",
130523
- "name": null,
130524
- "ofType": {
130525
- "kind": "OBJECT",
130526
- "name": "Threshold",
130527
- "ofType": null
130528
- }
130529
- }
130530
- }
130531
- ],
130532
- "inputFields": null,
130533
- "interfaces": [],
130534
- "kind": "OBJECT",
130535
- "name": "NonTableMetric",
130536
- "possibleTypes": null
130537
- },
130538
- {
130539
- "description": "Filter in key value pairs that would be applied in dimensions",
130540
- "enumValues": null,
130541
- "fields": null,
130542
- "inputFields": [
130543
- {
130544
- "defaultValue": null,
130545
- "description": "name of the dimension.",
130546
- "name": "key",
130547
- "type": {
130548
- "kind": "SCALAR",
130549
- "name": "String",
130550
- "ofType": null
130551
- }
130552
- },
130553
- {
130554
- "defaultValue": null,
130555
- "description": "float value field.",
130556
- "name": "value",
130557
- "type": {
130558
- "kind": "SCALAR",
130559
- "name": "Float",
130560
- "ofType": null
130561
- }
130562
- },
130563
- {
130564
- "defaultValue": null,
130565
- "description": "string value field. This field and value field should be exclusive",
130566
- "name": "valueStr",
130567
- "type": {
130568
- "kind": "SCALAR",
130569
- "name": "String",
130570
- "ofType": null
130571
- }
130572
- }
130573
- ],
130574
- "interfaces": null,
130575
- "kind": "INPUT_OBJECT",
130576
- "name": "MetricDimensionFilter",
130577
- "possibleTypes": null
130578
- },
130579
130353
  {
130580
130354
  "description": null,
130581
130355
  "enumValues": null,
@@ -7509,21 +7509,6 @@ class MetricAlertConditionInput(sgqlc.types.Input):
7509
7509
  id = sgqlc.types.Field(String, graphql_name="id")
7510
7510
 
7511
7511
 
7512
- class MetricDimensionFilter(sgqlc.types.Input):
7513
- """Filter in key value pairs that would be applied in dimensions"""
7514
-
7515
- __schema__ = schema
7516
- __field_names__ = ("key", "value", "value_str")
7517
- key = sgqlc.types.Field(String, graphql_name="key")
7518
- """name of the dimension."""
7519
-
7520
- value = sgqlc.types.Field(Float, graphql_name="value")
7521
- """float value field."""
7522
-
7523
- value_str = sgqlc.types.Field(String, graphql_name="valueStr")
7524
- """string value field. This field and value field should be exclusive"""
7525
-
7526
-
7527
7512
  class MetricsFilter(sgqlc.types.Input):
7528
7513
  """Filters for the metrics to be fetched"""
7529
7514
 
@@ -14975,6 +14960,7 @@ class ConversionResult(sgqlc.types.Type):
14975
14960
  __field_names__ = (
14976
14961
  "account_name",
14977
14962
  "account_uuid",
14963
+ "has_job_connection",
14978
14964
  "use_cbp_v2",
14979
14965
  "table_monitor_specs",
14980
14966
  "removed_table_monitor_specs",
@@ -15008,6 +14994,10 @@ class ConversionResult(sgqlc.types.Type):
15008
14994
 
15009
14995
  account_uuid = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name="accountUuid")
15010
14996
 
14997
+ has_job_connection = sgqlc.types.Field(
14998
+ sgqlc.types.non_null(Boolean), graphql_name="hasJobConnection"
14999
+ )
15000
+
15011
15001
  use_cbp_v2 = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name="useCbpV2")
15012
15002
 
15013
15003
  table_monitor_specs = sgqlc.types.Field(
@@ -21942,6 +21932,7 @@ class JobRoutingRuleSpec(sgqlc.types.Type):
21942
21932
  "original_rule_uuid",
21943
21933
  "audience",
21944
21934
  "job_anomaly_types",
21935
+ "job_sub_types",
21945
21936
  "job_asset_rules",
21946
21937
  "description",
21947
21938
  )
@@ -21956,6 +21947,11 @@ class JobRoutingRuleSpec(sgqlc.types.Type):
21956
21947
  graphql_name="jobAnomalyTypes",
21957
21948
  )
21958
21949
 
21950
+ job_sub_types = sgqlc.types.Field(
21951
+ sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(String))),
21952
+ graphql_name="jobSubTypes",
21953
+ )
21954
+
21959
21955
  job_asset_rules = sgqlc.types.Field(GenericScalar, graphql_name="jobAssetRules")
21960
21956
 
21961
21957
  description = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="description")
@@ -40615,45 +40611,6 @@ class NodeProperties(sgqlc.types.Type):
40615
40611
  """
40616
40612
 
40617
40613
 
40618
- class NonTableMetric(sgqlc.types.Type):
40619
- __schema__ = schema
40620
- __field_names__ = (
40621
- "metric",
40622
- "value",
40623
- "measurement_timestamp",
40624
- "dimensions",
40625
- "job_execution_uuid",
40626
- "thresholds",
40627
- )
40628
- metric = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="metric")
40629
- """Metric for which to fetch results. E.g; custom_metric_uuid"""
40630
-
40631
- value = sgqlc.types.Field(sgqlc.types.non_null(Float), graphql_name="value")
40632
- """Measurement value for the metric"""
40633
-
40634
- measurement_timestamp = sgqlc.types.Field(
40635
- sgqlc.types.non_null(DateTime), graphql_name="measurementTimestamp"
40636
- )
40637
- """Time when measurement value was obtained"""
40638
-
40639
- dimensions = sgqlc.types.Field(MetricDimensions, graphql_name="dimensions")
40640
- """List of key/value dimension pairs applied as filters"""
40641
-
40642
- job_execution_uuid = sgqlc.types.Field(UUID, graphql_name="jobExecutionUuid")
40643
- """UUID of the job execution that produced the measurement"""
40644
-
40645
- thresholds = sgqlc.types.Field(sgqlc.types.list_of("Threshold"), graphql_name="thresholds")
40646
- """Thresholds"""
40647
-
40648
-
40649
- class NonTableMetrics(sgqlc.types.Type):
40650
- __schema__ = schema
40651
- __field_names__ = ("metrics", "is_partial_date_range")
40652
- metrics = sgqlc.types.Field(sgqlc.types.list_of(NonTableMetric), graphql_name="metrics")
40653
-
40654
- is_partial_date_range = sgqlc.types.Field(Boolean, graphql_name="isPartialDateRange")
40655
-
40656
-
40657
40614
  class NotMonitoredReason(sgqlc.types.Type):
40658
40615
  __schema__ = schema
40659
40616
  __field_names__ = ("mcon", "reason", "rule")
@@ -42317,7 +42274,6 @@ class Query(sgqlc.types.Type):
42317
42274
  "get_metrics_v4",
42318
42275
  "get_field_metric_definitions",
42319
42276
  "get_comparison_monitor_field_metric_definitions",
42320
- "get_non_table_metrics",
42321
42277
  "get_top_segmented_where_condition_labels",
42322
42278
  "get_segmented_where_condition_labels",
42323
42279
  "get_segmented_where_condition_label_count",
@@ -53169,43 +53125,6 @@ class Query(sgqlc.types.Type):
53169
53125
  metrics
53170
53126
  """
53171
53127
 
53172
- get_non_table_metrics = sgqlc.types.Field(
53173
- NonTableMetrics,
53174
- graphql_name="getNonTableMetrics",
53175
- args=sgqlc.types.ArgDict(
53176
- (
53177
- ("dw_id", sgqlc.types.Arg(UUID, graphql_name="dwId", default=None)),
53178
- ("mcon", sgqlc.types.Arg(String, graphql_name="mcon", default=None)),
53179
- ("metric", sgqlc.types.Arg(String, graphql_name="metric", default=None)),
53180
- ("start_time", sgqlc.types.Arg(DateTime, graphql_name="startTime", default=None)),
53181
- ("end_time", sgqlc.types.Arg(DateTime, graphql_name="endTime", default=None)),
53182
- ("first", sgqlc.types.Arg(Int, graphql_name="first", default=None)),
53183
- (
53184
- "dimension_filters",
53185
- sgqlc.types.Arg(
53186
- sgqlc.types.list_of(MetricDimensionFilter),
53187
- graphql_name="dimensionFilters",
53188
- default=None,
53189
- ),
53190
- ),
53191
- )
53192
- ),
53193
- )
53194
- """(experimental) DEPRECATED. Retrieves metric values in a given time
53195
- range AND in a given measurement time range
53196
-
53197
- Arguments:
53198
-
53199
- * `dw_id` (`UUID`): Warehouse the table is contained in
53200
- * `mcon` (`String`): the mcon associated with the metric
53201
- * `metric` (`String`): Type of metric (e.g. row_count)
53202
- * `start_time` (`DateTime`): Filter for data newer than this
53203
- * `end_time` (`DateTime`): Filter for data older than this
53204
- * `first` (`Int`): Number of metrics to retrieve
53205
- * `dimension_filters` (`[MetricDimensionFilter]`): Filter by a
53206
- list of key/value dimension pairs
53207
- """
53208
-
53209
53128
  get_top_segmented_where_condition_labels = sgqlc.types.Field(
53210
53129
  sgqlc.types.list_of(CategoryLabelRank),
53211
53130
  graphql_name="getTopSegmentedWhereConditionLabels",
@@ -71375,6 +71294,7 @@ class TableMonitor(sgqlc.types.Type, Node):
71375
71294
  "uuid",
71376
71295
  "account_uuid",
71377
71296
  "is_deleted",
71297
+ "deleted_at",
71378
71298
  "description",
71379
71299
  "notes",
71380
71300
  "is_template_managed",
@@ -71383,7 +71303,6 @@ class TableMonitor(sgqlc.types.Type, Node):
71383
71303
  "warehouse_uuid",
71384
71304
  "monitor_name",
71385
71305
  "is_paused",
71386
- "deleted_time",
71387
71306
  "deleted_by",
71388
71307
  "domain_restrictions",
71389
71308
  "asset_selection",
@@ -71407,6 +71326,8 @@ class TableMonitor(sgqlc.types.Type, Node):
71407
71326
 
71408
71327
  is_deleted = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name="isDeleted")
71409
71328
 
71329
+ deleted_at = sgqlc.types.Field(DateTime, graphql_name="deletedAt")
71330
+
71410
71331
  description = sgqlc.types.Field(String, graphql_name="description")
71411
71332
 
71412
71333
  notes = sgqlc.types.Field(String, graphql_name="notes")
@@ -71434,9 +71355,6 @@ class TableMonitor(sgqlc.types.Type, Node):
71434
71355
  is_paused = sgqlc.types.Field(Boolean, graphql_name="isPaused")
71435
71356
  """Is this monitor paused?"""
71436
71357
 
71437
- deleted_time = sgqlc.types.Field(DateTime, graphql_name="deletedTime")
71438
- """When the monitor was deleted"""
71439
-
71440
71358
  deleted_by = sgqlc.types.Field("User", graphql_name="deletedBy")
71441
71359
  """Deleted by"""
71442
71360
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.62
3
+ Version: 0.10.64
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