pycarlo 0.10.199__tar.gz → 0.10.201__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.199 → pycarlo-0.10.201}/PKG-INFO +1 -1
  2. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo/lib/schema.json +267 -363
  3. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo/lib/schema.py +4 -54
  4. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo.egg-info/PKG-INFO +1 -1
  5. {pycarlo-0.10.199 → pycarlo-0.10.201}/.circleci/README.md +0 -0
  6. {pycarlo-0.10.199 → pycarlo-0.10.201}/.circleci/config.yml +0 -0
  7. {pycarlo-0.10.199 → pycarlo-0.10.201}/.coveragerc +0 -0
  8. {pycarlo-0.10.199 → pycarlo-0.10.201}/.github/workflows/release.yml +0 -0
  9. {pycarlo-0.10.199 → pycarlo-0.10.201}/.gitignore +0 -0
  10. {pycarlo-0.10.199 → pycarlo-0.10.201}/.pre-commit-config.yaml +0 -0
  11. {pycarlo-0.10.199 → pycarlo-0.10.201}/LICENSE +0 -0
  12. {pycarlo-0.10.199 → pycarlo-0.10.201}/Makefile +0 -0
  13. {pycarlo-0.10.199 → pycarlo-0.10.201}/README.md +0 -0
  14. {pycarlo-0.10.199 → pycarlo-0.10.201}/examples/sample_circuit_breaker.py +0 -0
  15. {pycarlo-0.10.199 → pycarlo-0.10.201}/examples/sample_insight_upload.py +0 -0
  16. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo/__init__.py +0 -0
  17. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo/common/__init__.py +0 -0
  18. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo/common/errors.py +0 -0
  19. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo/common/files.py +0 -0
  20. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo/common/http.py +0 -0
  21. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo/common/mcon.py +0 -0
  22. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo/common/retries.py +0 -0
  23. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo/common/settings.py +0 -0
  24. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo/common/utils.py +0 -0
  25. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo/core/__init__.py +0 -0
  26. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo/core/client.py +0 -0
  27. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo/core/endpoint.py +0 -0
  28. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo/core/operations.py +0 -0
  29. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo/core/session.py +0 -0
  30. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo/features/__init__.py +0 -0
  31. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo/features/circuit_breakers/__init__.py +0 -0
  32. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
  33. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo/features/circuit_breakers/service.py +0 -0
  34. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo/features/dbt/__init__.py +0 -0
  35. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo/features/dbt/dbt_importer.py +0 -0
  36. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo/features/dbt/queries.py +0 -0
  37. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo/features/exceptions.py +0 -0
  38. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo/features/metadata/__init__.py +0 -0
  39. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo/features/metadata/allow_block_list.py +0 -0
  40. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
  41. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo/features/pii/__init__.py +0 -0
  42. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo/features/pii/constants.py +0 -0
  43. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo/features/pii/pii_filterer.py +0 -0
  44. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo/features/pii/queries.py +0 -0
  45. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo/features/pii/service.py +0 -0
  46. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo/features/user/__init__.py +0 -0
  47. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo/features/user/exceptions.py +0 -0
  48. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo/features/user/models.py +0 -0
  49. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo/features/user/queries.py +0 -0
  50. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo/features/user/service.py +0 -0
  51. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo/lib/README.md +0 -0
  52. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo/lib/__init__.py +0 -0
  53. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo.egg-info/SOURCES.txt +0 -0
  54. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo.egg-info/dependency_links.txt +0 -0
  55. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo.egg-info/requires.txt +0 -0
  56. {pycarlo-0.10.199 → pycarlo-0.10.201}/pycarlo.egg-info/top_level.txt +0 -0
  57. {pycarlo-0.10.199 → pycarlo-0.10.201}/pyproject.toml +0 -0
  58. {pycarlo-0.10.199 → pycarlo-0.10.201}/requirements-ci.txt +0 -0
  59. {pycarlo-0.10.199 → pycarlo-0.10.201}/requirements-dev.txt +0 -0
  60. {pycarlo-0.10.199 → pycarlo-0.10.201}/requirements.txt +0 -0
  61. {pycarlo-0.10.199 → pycarlo-0.10.201}/setup.cfg +0 -0
  62. {pycarlo-0.10.199 → pycarlo-0.10.201}/setup.py +0 -0
  63. {pycarlo-0.10.199 → pycarlo-0.10.201}/tests/__init__.py +0 -0
  64. {pycarlo-0.10.199 → pycarlo-0.10.201}/tests/common/__init__.py +0 -0
  65. {pycarlo-0.10.199 → pycarlo-0.10.201}/tests/common/data.json +0 -0
  66. {pycarlo-0.10.199 → pycarlo-0.10.201}/tests/common/test_files.py +0 -0
  67. {pycarlo-0.10.199 → pycarlo-0.10.201}/tests/common/test_http.py +0 -0
  68. {pycarlo-0.10.199 → pycarlo-0.10.201}/tests/common/test_mcon.py +0 -0
  69. {pycarlo-0.10.199 → pycarlo-0.10.201}/tests/common/test_retries.py +0 -0
  70. {pycarlo-0.10.199 → pycarlo-0.10.201}/tests/common/test_utils.py +0 -0
  71. {pycarlo-0.10.199 → pycarlo-0.10.201}/tests/features/__init__.py +0 -0
  72. {pycarlo-0.10.199 → pycarlo-0.10.201}/tests/features/circuit_breakers/__init__.py +0 -0
  73. {pycarlo-0.10.199 → pycarlo-0.10.201}/tests/features/circuit_breakers/test_service.py +0 -0
  74. {pycarlo-0.10.199 → pycarlo-0.10.201}/tests/features/dbt/__init__.py +0 -0
  75. {pycarlo-0.10.199 → pycarlo-0.10.201}/tests/features/dbt/sample_logs.txt +0 -0
  76. {pycarlo-0.10.199 → pycarlo-0.10.201}/tests/features/dbt/sample_manifest.json +0 -0
  77. {pycarlo-0.10.199 → pycarlo-0.10.201}/tests/features/dbt/sample_run_results.json +0 -0
  78. {pycarlo-0.10.199 → pycarlo-0.10.201}/tests/features/dbt/test_dbt_importer.py +0 -0
  79. {pycarlo-0.10.199 → pycarlo-0.10.201}/tests/features/metadata/test_dataset_filtering.py +0 -0
  80. {pycarlo-0.10.199 → pycarlo-0.10.201}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
  81. {pycarlo-0.10.199 → pycarlo-0.10.201}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
  82. {pycarlo-0.10.199 → pycarlo-0.10.201}/tests/features/pii/test_pii_filtering.py +0 -0
  83. {pycarlo-0.10.199 → pycarlo-0.10.201}/tests/features/user/__init__.py +0 -0
  84. {pycarlo-0.10.199 → pycarlo-0.10.201}/tests/features/user/test_user_service.py +0 -0
  85. {pycarlo-0.10.199 → pycarlo-0.10.201}/tests/test_client.py +0 -0
  86. {pycarlo-0.10.199 → pycarlo-0.10.201}/tests/test_operations.py +0 -0
  87. {pycarlo-0.10.199 → pycarlo-0.10.201}/tests/test_retry_decorator.py +0 -0
  88. {pycarlo-0.10.199 → pycarlo-0.10.201}/tests/test_session.py +0 -0
  89. {pycarlo-0.10.199 → pycarlo-0.10.201}/utils/env.sh +0 -0
  90. {pycarlo-0.10.199 → pycarlo-0.10.201}/utils/generate.py +0 -0
  91. {pycarlo-0.10.199 → pycarlo-0.10.201}/utils/sample.env +0 -0
  92. {pycarlo-0.10.199 → pycarlo-0.10.201}/utils/sanity.py +0 -0
  93. {pycarlo-0.10.199 → pycarlo-0.10.201}/utils/vars.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.199
3
+ Version: 0.10.201
4
4
  Summary: Monte Carlo's Python SDK
5
5
  Home-page: https://www.montecarlodata.com/
6
6
  Author: Monte Carlo Data, Inc
@@ -1342,9 +1342,13 @@
1342
1342
  "kind": "LIST",
1343
1343
  "name": null,
1344
1344
  "ofType": {
1345
- "kind": "OBJECT",
1346
- "name": "DatadogIntegrationOutput",
1347
- "ofType": null
1345
+ "kind": "NON_NULL",
1346
+ "name": null,
1347
+ "ofType": {
1348
+ "kind": "OBJECT",
1349
+ "name": "DatadogIntegrationOutput",
1350
+ "ofType": null
1351
+ }
1348
1352
  }
1349
1353
  }
1350
1354
  },
@@ -1383,9 +1387,13 @@
1383
1387
  "kind": "LIST",
1384
1388
  "name": null,
1385
1389
  "ofType": {
1386
- "kind": "OBJECT",
1387
- "name": "DatadogUserOutput",
1388
- "ofType": null
1390
+ "kind": "NON_NULL",
1391
+ "name": null,
1392
+ "ofType": {
1393
+ "kind": "OBJECT",
1394
+ "name": "DatadogUserOutput",
1395
+ "ofType": null
1396
+ }
1389
1397
  }
1390
1398
  }
1391
1399
  },
@@ -1484,9 +1492,13 @@
1484
1492
  "kind": "LIST",
1485
1493
  "name": null,
1486
1494
  "ofType": {
1487
- "kind": "OBJECT",
1488
- "name": "DatadogTeamOutput",
1489
- "ofType": null
1495
+ "kind": "NON_NULL",
1496
+ "name": null,
1497
+ "ofType": {
1498
+ "kind": "OBJECT",
1499
+ "name": "DatadogTeamOutput",
1500
+ "ofType": null
1501
+ }
1490
1502
  }
1491
1503
  }
1492
1504
  },
@@ -1571,9 +1583,13 @@
1571
1583
  "kind": "LIST",
1572
1584
  "name": null,
1573
1585
  "ofType": {
1574
- "kind": "OBJECT",
1575
- "name": "DatadogServiceOutput",
1576
- "ofType": null
1586
+ "kind": "NON_NULL",
1587
+ "name": null,
1588
+ "ofType": {
1589
+ "kind": "OBJECT",
1590
+ "name": "DatadogServiceOutput",
1591
+ "ofType": null
1592
+ }
1577
1593
  }
1578
1594
  }
1579
1595
  },
@@ -50408,47 +50424,6 @@
50408
50424
  "ofType": null
50409
50425
  }
50410
50426
  },
50411
- {
50412
- "args": [
50413
- {
50414
- "defaultValue": null,
50415
- "description": null,
50416
- "name": "startTime",
50417
- "type": {
50418
- "kind": "NON_NULL",
50419
- "name": null,
50420
- "ofType": {
50421
- "kind": "SCALAR",
50422
- "name": "DateTime",
50423
- "ofType": null
50424
- }
50425
- }
50426
- },
50427
- {
50428
- "defaultValue": null,
50429
- "description": null,
50430
- "name": "endTime",
50431
- "type": {
50432
- "kind": "SCALAR",
50433
- "name": "DateTime",
50434
- "ofType": null
50435
- }
50436
- }
50437
- ],
50438
- "deprecationReason": "Use getMetricsV4 with metric: `last_updated_on` instead",
50439
- "description": "(experimental) DEPRECATED. List of freshness data points for the table",
50440
- "isDeprecated": true,
50441
- "name": "freshness",
50442
- "type": {
50443
- "kind": "LIST",
50444
- "name": null,
50445
- "ofType": {
50446
- "kind": "OBJECT",
50447
- "name": "TableFreshness",
50448
- "ofType": null
50449
- }
50450
- }
50451
- },
50452
50427
  {
50453
50428
  "args": [],
50454
50429
  "deprecationReason": "Use getFreshnessMonitor instead",
@@ -87449,316 +87424,6 @@
87449
87424
  "name": "WarehouseTableModelStatus",
87450
87425
  "possibleTypes": null
87451
87426
  },
87452
- {
87453
- "description": null,
87454
- "enumValues": null,
87455
- "fields": [
87456
- {
87457
- "args": [],
87458
- "deprecationReason": null,
87459
- "description": "Lag since previous table update in seconds",
87460
- "isDeprecated": false,
87461
- "name": "lagInSeconds",
87462
- "type": {
87463
- "kind": "SCALAR",
87464
- "name": "Float",
87465
- "ofType": null
87466
- }
87467
- },
87468
- {
87469
- "args": [],
87470
- "deprecationReason": null,
87471
- "description": "Timestamp of the last table update",
87472
- "isDeprecated": false,
87473
- "name": "lastUpdateTimestamp",
87474
- "type": {
87475
- "kind": "NON_NULL",
87476
- "name": null,
87477
- "ofType": {
87478
- "kind": "SCALAR",
87479
- "name": "DateTime",
87480
- "ofType": null
87481
- }
87482
- }
87483
- },
87484
- {
87485
- "args": [],
87486
- "deprecationReason": null,
87487
- "description": "Measurement timestamp of the datapoint",
87488
- "isDeprecated": false,
87489
- "name": "measurementTimestamp",
87490
- "type": {
87491
- "kind": "NON_NULL",
87492
- "name": null,
87493
- "ofType": {
87494
- "kind": "SCALAR",
87495
- "name": "DateTime",
87496
- "ofType": null
87497
- }
87498
- }
87499
- },
87500
- {
87501
- "args": [],
87502
- "deprecationReason": null,
87503
- "description": "Thresholds",
87504
- "isDeprecated": false,
87505
- "name": "thresholds",
87506
- "type": {
87507
- "kind": "LIST",
87508
- "name": null,
87509
- "ofType": {
87510
- "kind": "OBJECT",
87511
- "name": "Threshold",
87512
- "ofType": null
87513
- }
87514
- }
87515
- }
87516
- ],
87517
- "inputFields": null,
87518
- "interfaces": [],
87519
- "kind": "OBJECT",
87520
- "name": "TableFreshness",
87521
- "possibleTypes": null
87522
- },
87523
- {
87524
- "description": null,
87525
- "enumValues": null,
87526
- "fields": [
87527
- {
87528
- "args": [],
87529
- "deprecationReason": null,
87530
- "description": "Threshold type",
87531
- "isDeprecated": false,
87532
- "name": "type",
87533
- "type": {
87534
- "kind": "NON_NULL",
87535
- "name": null,
87536
- "ofType": {
87537
- "kind": "ENUM",
87538
- "name": "ThresholdType",
87539
- "ofType": null
87540
- }
87541
- }
87542
- },
87543
- {
87544
- "args": [],
87545
- "deprecationReason": null,
87546
- "description": "Upper threshold",
87547
- "isDeprecated": false,
87548
- "name": "upper",
87549
- "type": {
87550
- "kind": "SCALAR",
87551
- "name": "Float",
87552
- "ofType": null
87553
- }
87554
- },
87555
- {
87556
- "args": [],
87557
- "deprecationReason": null,
87558
- "description": "Lower threshold",
87559
- "isDeprecated": false,
87560
- "name": "lower",
87561
- "type": {
87562
- "kind": "SCALAR",
87563
- "name": "Float",
87564
- "ofType": null
87565
- }
87566
- },
87567
- {
87568
- "args": [],
87569
- "deprecationReason": null,
87570
- "description": "Reason for missing threshold",
87571
- "isDeprecated": false,
87572
- "name": "reason",
87573
- "type": {
87574
- "kind": "SCALAR",
87575
- "name": "String",
87576
- "ofType": null
87577
- }
87578
- },
87579
- {
87580
- "args": [],
87581
- "deprecationReason": null,
87582
- "description": "Threshold status",
87583
- "isDeprecated": false,
87584
- "name": "status",
87585
- "type": {
87586
- "kind": "NON_NULL",
87587
- "name": null,
87588
- "ofType": {
87589
- "kind": "ENUM",
87590
- "name": "ThresholdStatus",
87591
- "ofType": null
87592
- }
87593
- }
87594
- },
87595
- {
87596
- "args": [],
87597
- "deprecationReason": null,
87598
- "description": "Upper High-Sensitivity threshold",
87599
- "isDeprecated": false,
87600
- "name": "upperHigh",
87601
- "type": {
87602
- "kind": "SCALAR",
87603
- "name": "Float",
87604
- "ofType": null
87605
- }
87606
- },
87607
- {
87608
- "args": [],
87609
- "deprecationReason": null,
87610
- "description": "Lower High-Sensitivity threshold",
87611
- "isDeprecated": false,
87612
- "name": "lowerHigh",
87613
- "type": {
87614
- "kind": "SCALAR",
87615
- "name": "Float",
87616
- "ofType": null
87617
- }
87618
- },
87619
- {
87620
- "args": [],
87621
- "deprecationReason": null,
87622
- "description": "Upper Medium-Sensitivity threshold",
87623
- "isDeprecated": false,
87624
- "name": "upperMedium",
87625
- "type": {
87626
- "kind": "SCALAR",
87627
- "name": "Float",
87628
- "ofType": null
87629
- }
87630
- },
87631
- {
87632
- "args": [],
87633
- "deprecationReason": null,
87634
- "description": "Lower Medium-Sensitivity threshold",
87635
- "isDeprecated": false,
87636
- "name": "lowerMedium",
87637
- "type": {
87638
- "kind": "SCALAR",
87639
- "name": "Float",
87640
- "ofType": null
87641
- }
87642
- },
87643
- {
87644
- "args": [],
87645
- "deprecationReason": null,
87646
- "description": "Upper Low-Sensitivity threshold",
87647
- "isDeprecated": false,
87648
- "name": "upperLow",
87649
- "type": {
87650
- "kind": "SCALAR",
87651
- "name": "Float",
87652
- "ofType": null
87653
- }
87654
- },
87655
- {
87656
- "args": [],
87657
- "deprecationReason": null,
87658
- "description": "Lower Low-Sensitivity threshold",
87659
- "isDeprecated": false,
87660
- "name": "lowerLow",
87661
- "type": {
87662
- "kind": "SCALAR",
87663
- "name": "Float",
87664
- "ofType": null
87665
- }
87666
- }
87667
- ],
87668
- "inputFields": null,
87669
- "interfaces": [],
87670
- "kind": "OBJECT",
87671
- "name": "Threshold",
87672
- "possibleTypes": null
87673
- },
87674
- {
87675
- "description": null,
87676
- "enumValues": [
87677
- {
87678
- "deprecationReason": null,
87679
- "description": null,
87680
- "isDeprecated": false,
87681
- "name": "FIELD_HEALTH"
87682
- },
87683
- {
87684
- "deprecationReason": null,
87685
- "description": null,
87686
- "isDeprecated": false,
87687
- "name": "FRESHNESS"
87688
- },
87689
- {
87690
- "deprecationReason": null,
87691
- "description": null,
87692
- "isDeprecated": false,
87693
- "name": "UNCHANGED_SIZE"
87694
- },
87695
- {
87696
- "deprecationReason": null,
87697
- "description": null,
87698
- "isDeprecated": false,
87699
- "name": "SIZE_DIFF"
87700
- },
87701
- {
87702
- "deprecationReason": null,
87703
- "description": null,
87704
- "isDeprecated": false,
87705
- "name": "VOLUME_CHANGE"
87706
- },
87707
- {
87708
- "deprecationReason": null,
87709
- "description": null,
87710
- "isDeprecated": false,
87711
- "name": "ROWS"
87712
- },
87713
- {
87714
- "deprecationReason": null,
87715
- "description": null,
87716
- "isDeprecated": false,
87717
- "name": "CUSTOM"
87718
- },
87719
- {
87720
- "deprecationReason": null,
87721
- "description": null,
87722
- "isDeprecated": false,
87723
- "name": "COMPARISON"
87724
- }
87725
- ],
87726
- "fields": null,
87727
- "inputFields": null,
87728
- "interfaces": null,
87729
- "kind": "ENUM",
87730
- "name": "ThresholdType",
87731
- "possibleTypes": null
87732
- },
87733
- {
87734
- "description": null,
87735
- "enumValues": [
87736
- {
87737
- "deprecationReason": null,
87738
- "description": null,
87739
- "isDeprecated": false,
87740
- "name": "INACTIVE"
87741
- },
87742
- {
87743
- "deprecationReason": null,
87744
- "description": null,
87745
- "isDeprecated": false,
87746
- "name": "ACTIVE"
87747
- },
87748
- {
87749
- "deprecationReason": null,
87750
- "description": null,
87751
- "isDeprecated": false,
87752
- "name": "TRAINING"
87753
- }
87754
- ],
87755
- "fields": null,
87756
- "inputFields": null,
87757
- "interfaces": null,
87758
- "kind": "ENUM",
87759
- "name": "ThresholdStatus",
87760
- "possibleTypes": null
87761
- },
87762
87427
  {
87763
87428
  "description": null,
87764
87429
  "enumValues": null,
@@ -138013,6 +137678,245 @@
138013
137678
  "name": "MetricDimensions",
138014
137679
  "possibleTypes": null
138015
137680
  },
137681
+ {
137682
+ "description": null,
137683
+ "enumValues": null,
137684
+ "fields": [
137685
+ {
137686
+ "args": [],
137687
+ "deprecationReason": null,
137688
+ "description": "Threshold type",
137689
+ "isDeprecated": false,
137690
+ "name": "type",
137691
+ "type": {
137692
+ "kind": "NON_NULL",
137693
+ "name": null,
137694
+ "ofType": {
137695
+ "kind": "ENUM",
137696
+ "name": "ThresholdType",
137697
+ "ofType": null
137698
+ }
137699
+ }
137700
+ },
137701
+ {
137702
+ "args": [],
137703
+ "deprecationReason": null,
137704
+ "description": "Upper threshold",
137705
+ "isDeprecated": false,
137706
+ "name": "upper",
137707
+ "type": {
137708
+ "kind": "SCALAR",
137709
+ "name": "Float",
137710
+ "ofType": null
137711
+ }
137712
+ },
137713
+ {
137714
+ "args": [],
137715
+ "deprecationReason": null,
137716
+ "description": "Lower threshold",
137717
+ "isDeprecated": false,
137718
+ "name": "lower",
137719
+ "type": {
137720
+ "kind": "SCALAR",
137721
+ "name": "Float",
137722
+ "ofType": null
137723
+ }
137724
+ },
137725
+ {
137726
+ "args": [],
137727
+ "deprecationReason": null,
137728
+ "description": "Reason for missing threshold",
137729
+ "isDeprecated": false,
137730
+ "name": "reason",
137731
+ "type": {
137732
+ "kind": "SCALAR",
137733
+ "name": "String",
137734
+ "ofType": null
137735
+ }
137736
+ },
137737
+ {
137738
+ "args": [],
137739
+ "deprecationReason": null,
137740
+ "description": "Threshold status",
137741
+ "isDeprecated": false,
137742
+ "name": "status",
137743
+ "type": {
137744
+ "kind": "NON_NULL",
137745
+ "name": null,
137746
+ "ofType": {
137747
+ "kind": "ENUM",
137748
+ "name": "ThresholdStatus",
137749
+ "ofType": null
137750
+ }
137751
+ }
137752
+ },
137753
+ {
137754
+ "args": [],
137755
+ "deprecationReason": null,
137756
+ "description": "Upper High-Sensitivity threshold",
137757
+ "isDeprecated": false,
137758
+ "name": "upperHigh",
137759
+ "type": {
137760
+ "kind": "SCALAR",
137761
+ "name": "Float",
137762
+ "ofType": null
137763
+ }
137764
+ },
137765
+ {
137766
+ "args": [],
137767
+ "deprecationReason": null,
137768
+ "description": "Lower High-Sensitivity threshold",
137769
+ "isDeprecated": false,
137770
+ "name": "lowerHigh",
137771
+ "type": {
137772
+ "kind": "SCALAR",
137773
+ "name": "Float",
137774
+ "ofType": null
137775
+ }
137776
+ },
137777
+ {
137778
+ "args": [],
137779
+ "deprecationReason": null,
137780
+ "description": "Upper Medium-Sensitivity threshold",
137781
+ "isDeprecated": false,
137782
+ "name": "upperMedium",
137783
+ "type": {
137784
+ "kind": "SCALAR",
137785
+ "name": "Float",
137786
+ "ofType": null
137787
+ }
137788
+ },
137789
+ {
137790
+ "args": [],
137791
+ "deprecationReason": null,
137792
+ "description": "Lower Medium-Sensitivity threshold",
137793
+ "isDeprecated": false,
137794
+ "name": "lowerMedium",
137795
+ "type": {
137796
+ "kind": "SCALAR",
137797
+ "name": "Float",
137798
+ "ofType": null
137799
+ }
137800
+ },
137801
+ {
137802
+ "args": [],
137803
+ "deprecationReason": null,
137804
+ "description": "Upper Low-Sensitivity threshold",
137805
+ "isDeprecated": false,
137806
+ "name": "upperLow",
137807
+ "type": {
137808
+ "kind": "SCALAR",
137809
+ "name": "Float",
137810
+ "ofType": null
137811
+ }
137812
+ },
137813
+ {
137814
+ "args": [],
137815
+ "deprecationReason": null,
137816
+ "description": "Lower Low-Sensitivity threshold",
137817
+ "isDeprecated": false,
137818
+ "name": "lowerLow",
137819
+ "type": {
137820
+ "kind": "SCALAR",
137821
+ "name": "Float",
137822
+ "ofType": null
137823
+ }
137824
+ }
137825
+ ],
137826
+ "inputFields": null,
137827
+ "interfaces": [],
137828
+ "kind": "OBJECT",
137829
+ "name": "Threshold",
137830
+ "possibleTypes": null
137831
+ },
137832
+ {
137833
+ "description": null,
137834
+ "enumValues": [
137835
+ {
137836
+ "deprecationReason": null,
137837
+ "description": null,
137838
+ "isDeprecated": false,
137839
+ "name": "FIELD_HEALTH"
137840
+ },
137841
+ {
137842
+ "deprecationReason": null,
137843
+ "description": null,
137844
+ "isDeprecated": false,
137845
+ "name": "FRESHNESS"
137846
+ },
137847
+ {
137848
+ "deprecationReason": null,
137849
+ "description": null,
137850
+ "isDeprecated": false,
137851
+ "name": "UNCHANGED_SIZE"
137852
+ },
137853
+ {
137854
+ "deprecationReason": null,
137855
+ "description": null,
137856
+ "isDeprecated": false,
137857
+ "name": "SIZE_DIFF"
137858
+ },
137859
+ {
137860
+ "deprecationReason": null,
137861
+ "description": null,
137862
+ "isDeprecated": false,
137863
+ "name": "VOLUME_CHANGE"
137864
+ },
137865
+ {
137866
+ "deprecationReason": null,
137867
+ "description": null,
137868
+ "isDeprecated": false,
137869
+ "name": "ROWS"
137870
+ },
137871
+ {
137872
+ "deprecationReason": null,
137873
+ "description": null,
137874
+ "isDeprecated": false,
137875
+ "name": "CUSTOM"
137876
+ },
137877
+ {
137878
+ "deprecationReason": null,
137879
+ "description": null,
137880
+ "isDeprecated": false,
137881
+ "name": "COMPARISON"
137882
+ }
137883
+ ],
137884
+ "fields": null,
137885
+ "inputFields": null,
137886
+ "interfaces": null,
137887
+ "kind": "ENUM",
137888
+ "name": "ThresholdType",
137889
+ "possibleTypes": null
137890
+ },
137891
+ {
137892
+ "description": null,
137893
+ "enumValues": [
137894
+ {
137895
+ "deprecationReason": null,
137896
+ "description": null,
137897
+ "isDeprecated": false,
137898
+ "name": "INACTIVE"
137899
+ },
137900
+ {
137901
+ "deprecationReason": null,
137902
+ "description": null,
137903
+ "isDeprecated": false,
137904
+ "name": "ACTIVE"
137905
+ },
137906
+ {
137907
+ "deprecationReason": null,
137908
+ "description": null,
137909
+ "isDeprecated": false,
137910
+ "name": "TRAINING"
137911
+ }
137912
+ ],
137913
+ "fields": null,
137914
+ "inputFields": null,
137915
+ "interfaces": null,
137916
+ "kind": "ENUM",
137917
+ "name": "ThresholdStatus",
137918
+ "possibleTypes": null
137919
+ },
138016
137920
  {
138017
137921
  "description": "Filters for the metrics to be fetched",
138018
137922
  "enumValues": null,
@@ -45766,7 +45766,7 @@ class Query(sgqlc.types.Type):
45766
45766
  """
45767
45767
 
45768
45768
  get_datadog_integrations = sgqlc.types.Field(
45769
- sgqlc.types.list_of(DatadogIntegrationOutput),
45769
+ sgqlc.types.list_of(sgqlc.types.non_null(DatadogIntegrationOutput)),
45770
45770
  graphql_name="getDatadogIntegrations",
45771
45771
  args=sgqlc.types.ArgDict(
45772
45772
  (("integration_id", sgqlc.types.Arg(UUID, graphql_name="integrationId", default=None)),)
@@ -45780,7 +45780,7 @@ class Query(sgqlc.types.Type):
45780
45780
  """
45781
45781
 
45782
45782
  get_datadog_users = sgqlc.types.Field(
45783
- sgqlc.types.list_of(DatadogUserOutput),
45783
+ sgqlc.types.list_of(sgqlc.types.non_null(DatadogUserOutput)),
45784
45784
  graphql_name="getDatadogUsers",
45785
45785
  args=sgqlc.types.ArgDict(
45786
45786
  (
@@ -45803,7 +45803,7 @@ class Query(sgqlc.types.Type):
45803
45803
  """
45804
45804
 
45805
45805
  get_datadog_teams = sgqlc.types.Field(
45806
- sgqlc.types.list_of(DatadogTeamOutput),
45806
+ sgqlc.types.list_of(sgqlc.types.non_null(DatadogTeamOutput)),
45807
45807
  graphql_name="getDatadogTeams",
45808
45808
  args=sgqlc.types.ArgDict(
45809
45809
  (
@@ -45854,7 +45854,7 @@ class Query(sgqlc.types.Type):
45854
45854
  """
45855
45855
 
45856
45856
  get_datadog_services = sgqlc.types.Field(
45857
- sgqlc.types.list_of(DatadogServiceOutput),
45857
+ sgqlc.types.list_of(sgqlc.types.non_null(DatadogServiceOutput)),
45858
45858
  graphql_name="getDatadogServices",
45859
45859
  args=sgqlc.types.ArgDict(
45860
45860
  (
@@ -65498,31 +65498,6 @@ class TableFieldsImportance(sgqlc.types.Type):
65498
65498
  )
65499
65499
 
65500
65500
 
65501
- class TableFreshness(sgqlc.types.Type):
65502
- __schema__ = schema
65503
- __field_names__ = (
65504
- "lag_in_seconds",
65505
- "last_update_timestamp",
65506
- "measurement_timestamp",
65507
- "thresholds",
65508
- )
65509
- lag_in_seconds = sgqlc.types.Field(Float, graphql_name="lagInSeconds")
65510
- """Lag since previous table update in seconds"""
65511
-
65512
- last_update_timestamp = sgqlc.types.Field(
65513
- sgqlc.types.non_null(DateTime), graphql_name="lastUpdateTimestamp"
65514
- )
65515
- """Timestamp of the last table update"""
65516
-
65517
- measurement_timestamp = sgqlc.types.Field(
65518
- sgqlc.types.non_null(DateTime), graphql_name="measurementTimestamp"
65519
- )
65520
- """Measurement timestamp of the datapoint"""
65521
-
65522
- thresholds = sgqlc.types.Field(sgqlc.types.list_of("Threshold"), graphql_name="thresholds")
65523
- """Thresholds"""
65524
-
65525
-
65526
65501
  class TableImportanceStatsResponse(sgqlc.types.Type):
65527
65502
  __schema__ = schema
65528
65503
  __field_names__ = ("is_important", "importance_score")
@@ -78528,7 +78503,6 @@ class WarehouseTable(sgqlc.types.Type, Node):
78528
78503
  "status_scalar",
78529
78504
  "node_id",
78530
78505
  "is_partial_date_range",
78531
- "freshness",
78532
78506
  "freshness_collection_status",
78533
78507
  "volume_collection_status",
78534
78508
  "is_muted",
@@ -78969,30 +78943,6 @@ class WarehouseTable(sgqlc.types.Type, Node):
78969
78943
  * `end_time` (`DateTime`)None
78970
78944
  """
78971
78945
 
78972
- freshness = sgqlc.types.Field(
78973
- sgqlc.types.list_of(TableFreshness),
78974
- graphql_name="freshness",
78975
- args=sgqlc.types.ArgDict(
78976
- (
78977
- (
78978
- "start_time",
78979
- sgqlc.types.Arg(
78980
- sgqlc.types.non_null(DateTime), graphql_name="startTime", default=None
78981
- ),
78982
- ),
78983
- ("end_time", sgqlc.types.Arg(DateTime, graphql_name="endTime", default=None)),
78984
- )
78985
- ),
78986
- )
78987
- """(experimental) DEPRECATED. List of freshness data points for the
78988
- table
78989
-
78990
- Arguments:
78991
-
78992
- * `start_time` (`DateTime!`)None
78993
- * `end_time` (`DateTime`)None
78994
- """
78995
-
78996
78946
  freshness_collection_status = sgqlc.types.Field(
78997
78947
  TableCollectionStatus, graphql_name="freshnessCollectionStatus"
78998
78948
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.199
3
+ Version: 0.10.201
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