pycarlo 0.10.109__py3-none-any.whl → 0.10.110__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
@@ -47666,79 +47666,6 @@
47666
47666
  }
47667
47667
  }
47668
47668
  },
47669
- {
47670
- "args": [
47671
- {
47672
- "defaultValue": null,
47673
- "description": "Start time of maintenance period",
47674
- "name": "startTime",
47675
- "type": {
47676
- "kind": "NON_NULL",
47677
- "name": null,
47678
- "ofType": {
47679
- "kind": "SCALAR",
47680
- "name": "DateTime",
47681
- "ofType": null
47682
- }
47683
- }
47684
- },
47685
- {
47686
- "defaultValue": null,
47687
- "description": "End time of maintenance period",
47688
- "name": "endTime",
47689
- "type": {
47690
- "kind": "NON_NULL",
47691
- "name": null,
47692
- "ofType": {
47693
- "kind": "SCALAR",
47694
- "name": "DateTime",
47695
- "ofType": null
47696
- }
47697
- }
47698
- },
47699
- {
47700
- "defaultValue": null,
47701
- "description": "MC object identifier",
47702
- "name": "mcon",
47703
- "type": {
47704
- "kind": "NON_NULL",
47705
- "name": null,
47706
- "ofType": {
47707
- "kind": "SCALAR",
47708
- "name": "String",
47709
- "ofType": null
47710
- }
47711
- }
47712
- },
47713
- {
47714
- "defaultValue": null,
47715
- "description": null,
47716
- "name": "metricType",
47717
- "type": {
47718
- "kind": "NON_NULL",
47719
- "name": null,
47720
- "ofType": {
47721
- "kind": "ENUM",
47722
- "name": "DataMaintenanceMetric",
47723
- "ofType": null
47724
- }
47725
- }
47726
- }
47727
- ],
47728
- "deprecationReason": null,
47729
- "description": "List of exclusion windows. No anomalies will be created during these periods and data points will be ignored for training.",
47730
- "isDeprecated": false,
47731
- "name": "maintenanceWindows",
47732
- "type": {
47733
- "kind": "LIST",
47734
- "name": null,
47735
- "ofType": {
47736
- "kind": "OBJECT",
47737
- "name": "MaintenanceWindow",
47738
- "ofType": null
47739
- }
47740
- }
47741
- },
47742
47669
  {
47743
47670
  "args": [],
47744
47671
  "deprecationReason": "Use getFreshnessMonitor instead",
@@ -84341,173 +84268,6 @@
84341
84268
  "name": "ThresholdStatus",
84342
84269
  "possibleTypes": null
84343
84270
  },
84344
- {
84345
- "description": null,
84346
- "enumValues": null,
84347
- "fields": [
84348
- {
84349
- "args": [],
84350
- "deprecationReason": null,
84351
- "description": "Unique identifier for the maintenance window",
84352
- "isDeprecated": false,
84353
- "name": "id",
84354
- "type": {
84355
- "kind": "NON_NULL",
84356
- "name": null,
84357
- "ofType": {
84358
- "kind": "SCALAR",
84359
- "name": "Int",
84360
- "ofType": null
84361
- }
84362
- }
84363
- },
84364
- {
84365
- "args": [],
84366
- "deprecationReason": null,
84367
- "description": "Start of maintenance window",
84368
- "isDeprecated": false,
84369
- "name": "startTime",
84370
- "type": {
84371
- "kind": "SCALAR",
84372
- "name": "DateTime",
84373
- "ofType": null
84374
- }
84375
- },
84376
- {
84377
- "args": [],
84378
- "deprecationReason": null,
84379
- "description": "End of maintenance window",
84380
- "isDeprecated": false,
84381
- "name": "endTime",
84382
- "type": {
84383
- "kind": "SCALAR",
84384
- "name": "DateTime",
84385
- "ofType": null
84386
- }
84387
- },
84388
- {
84389
- "args": [],
84390
- "deprecationReason": null,
84391
- "description": "Reason for maintenance window",
84392
- "isDeprecated": false,
84393
- "name": "reason",
84394
- "type": {
84395
- "kind": "SCALAR",
84396
- "name": "String",
84397
- "ofType": null
84398
- }
84399
- },
84400
- {
84401
- "args": [],
84402
- "deprecationReason": null,
84403
- "description": null,
84404
- "isDeprecated": false,
84405
- "name": "reasonType",
84406
- "type": {
84407
- "kind": "NON_NULL",
84408
- "name": null,
84409
- "ofType": {
84410
- "kind": "ENUM",
84411
- "name": "DataMaintenanceReasonType",
84412
- "ofType": null
84413
- }
84414
- }
84415
- }
84416
- ],
84417
- "inputFields": null,
84418
- "interfaces": [],
84419
- "kind": "OBJECT",
84420
- "name": "MaintenanceWindow",
84421
- "possibleTypes": null
84422
- },
84423
- {
84424
- "description": null,
84425
- "enumValues": [
84426
- {
84427
- "deprecationReason": null,
84428
- "description": null,
84429
- "isDeprecated": false,
84430
- "name": "TRAINING"
84431
- },
84432
- {
84433
- "deprecationReason": null,
84434
- "description": null,
84435
- "isDeprecated": false,
84436
- "name": "CUSTOM"
84437
- },
84438
- {
84439
- "deprecationReason": null,
84440
- "description": null,
84441
- "isDeprecated": false,
84442
- "name": "HOLIDAY"
84443
- }
84444
- ],
84445
- "fields": null,
84446
- "inputFields": null,
84447
- "interfaces": null,
84448
- "kind": "ENUM",
84449
- "name": "DataMaintenanceReasonType",
84450
- "possibleTypes": null
84451
- },
84452
- {
84453
- "description": null,
84454
- "enumValues": [
84455
- {
84456
- "deprecationReason": null,
84457
- "description": null,
84458
- "isDeprecated": false,
84459
- "name": "VOLUME"
84460
- },
84461
- {
84462
- "deprecationReason": null,
84463
- "description": null,
84464
- "isDeprecated": false,
84465
- "name": "UNCHANGED_SIZE"
84466
- },
84467
- {
84468
- "deprecationReason": null,
84469
- "description": null,
84470
- "isDeprecated": false,
84471
- "name": "FRESHNESS"
84472
- },
84473
- {
84474
- "deprecationReason": null,
84475
- "description": null,
84476
- "isDeprecated": false,
84477
- "name": "FH_METRICS"
84478
- },
84479
- {
84480
- "deprecationReason": null,
84481
- "description": null,
84482
- "isDeprecated": false,
84483
- "name": "DT_METRICS"
84484
- },
84485
- {
84486
- "deprecationReason": null,
84487
- "description": null,
84488
- "isDeprecated": false,
84489
- "name": "METRIC_MONITOR"
84490
- },
84491
- {
84492
- "deprecationReason": null,
84493
- "description": null,
84494
- "isDeprecated": false,
84495
- "name": "MONITOR"
84496
- },
84497
- {
84498
- "deprecationReason": null,
84499
- "description": null,
84500
- "isDeprecated": false,
84501
- "name": "ALL"
84502
- }
84503
- ],
84504
- "fields": null,
84505
- "inputFields": null,
84506
- "interfaces": null,
84507
- "kind": "ENUM",
84508
- "name": "DataMaintenanceMetric",
84509
- "possibleTypes": null
84510
- },
84511
84271
  {
84512
84272
  "description": null,
84513
84273
  "enumValues": null,
@@ -111975,6 +111735,94 @@
111975
111735
  "name": "DataMaintenanceEntry",
111976
111736
  "possibleTypes": null
111977
111737
  },
111738
+ {
111739
+ "description": null,
111740
+ "enumValues": [
111741
+ {
111742
+ "deprecationReason": null,
111743
+ "description": null,
111744
+ "isDeprecated": false,
111745
+ "name": "TRAINING"
111746
+ },
111747
+ {
111748
+ "deprecationReason": null,
111749
+ "description": null,
111750
+ "isDeprecated": false,
111751
+ "name": "CUSTOM"
111752
+ },
111753
+ {
111754
+ "deprecationReason": null,
111755
+ "description": null,
111756
+ "isDeprecated": false,
111757
+ "name": "HOLIDAY"
111758
+ }
111759
+ ],
111760
+ "fields": null,
111761
+ "inputFields": null,
111762
+ "interfaces": null,
111763
+ "kind": "ENUM",
111764
+ "name": "DataMaintenanceReasonType",
111765
+ "possibleTypes": null
111766
+ },
111767
+ {
111768
+ "description": null,
111769
+ "enumValues": [
111770
+ {
111771
+ "deprecationReason": null,
111772
+ "description": null,
111773
+ "isDeprecated": false,
111774
+ "name": "VOLUME"
111775
+ },
111776
+ {
111777
+ "deprecationReason": null,
111778
+ "description": null,
111779
+ "isDeprecated": false,
111780
+ "name": "UNCHANGED_SIZE"
111781
+ },
111782
+ {
111783
+ "deprecationReason": null,
111784
+ "description": null,
111785
+ "isDeprecated": false,
111786
+ "name": "FRESHNESS"
111787
+ },
111788
+ {
111789
+ "deprecationReason": null,
111790
+ "description": null,
111791
+ "isDeprecated": false,
111792
+ "name": "FH_METRICS"
111793
+ },
111794
+ {
111795
+ "deprecationReason": null,
111796
+ "description": null,
111797
+ "isDeprecated": false,
111798
+ "name": "DT_METRICS"
111799
+ },
111800
+ {
111801
+ "deprecationReason": null,
111802
+ "description": null,
111803
+ "isDeprecated": false,
111804
+ "name": "METRIC_MONITOR"
111805
+ },
111806
+ {
111807
+ "deprecationReason": null,
111808
+ "description": null,
111809
+ "isDeprecated": false,
111810
+ "name": "MONITOR"
111811
+ },
111812
+ {
111813
+ "deprecationReason": null,
111814
+ "description": null,
111815
+ "isDeprecated": false,
111816
+ "name": "ALL"
111817
+ }
111818
+ ],
111819
+ "fields": null,
111820
+ "inputFields": null,
111821
+ "interfaces": null,
111822
+ "kind": "ENUM",
111823
+ "name": "DataMaintenanceMetric",
111824
+ "possibleTypes": null
111825
+ },
111978
111826
  {
111979
111827
  "description": null,
111980
111828
  "enumValues": null,
pycarlo/lib/schema.py CHANGED
@@ -23318,26 +23318,6 @@ class LookerDashboardTileRef(sgqlc.types.Type):
23318
23318
  tile_title = sgqlc.types.Field(String, graphql_name="tileTitle")
23319
23319
 
23320
23320
 
23321
- class MaintenanceWindow(sgqlc.types.Type):
23322
- __schema__ = schema
23323
- __field_names__ = ("id", "start_time", "end_time", "reason", "reason_type")
23324
- id = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name="id")
23325
- """Unique identifier for the maintenance window"""
23326
-
23327
- start_time = sgqlc.types.Field(DateTime, graphql_name="startTime")
23328
- """Start of maintenance window"""
23329
-
23330
- end_time = sgqlc.types.Field(DateTime, graphql_name="endTime")
23331
- """End of maintenance window"""
23332
-
23333
- reason = sgqlc.types.Field(String, graphql_name="reason")
23334
- """Reason for maintenance window"""
23335
-
23336
- reason_type = sgqlc.types.Field(
23337
- sgqlc.types.non_null(DataMaintenanceReasonType), graphql_name="reasonType"
23338
- )
23339
-
23340
-
23341
23321
  class ManyToManyChange(sgqlc.types.Type):
23342
23322
  __schema__ = schema
23343
23323
  __field_names__ = ("operation", "object_names")
@@ -75656,7 +75636,6 @@ class WarehouseTable(sgqlc.types.Type, Node):
75656
75636
  "node_id",
75657
75637
  "is_partial_date_range",
75658
75638
  "freshness",
75659
- "maintenance_windows",
75660
75639
  "freshness_collection_status",
75661
75640
  "volume_collection_status",
75662
75641
  "is_muted",
@@ -76117,51 +76096,6 @@ class WarehouseTable(sgqlc.types.Type, Node):
76117
76096
  * `end_time` (`DateTime`)None
76118
76097
  """
76119
76098
 
76120
- maintenance_windows = sgqlc.types.Field(
76121
- sgqlc.types.list_of(MaintenanceWindow),
76122
- graphql_name="maintenanceWindows",
76123
- args=sgqlc.types.ArgDict(
76124
- (
76125
- (
76126
- "start_time",
76127
- sgqlc.types.Arg(
76128
- sgqlc.types.non_null(DateTime), graphql_name="startTime", default=None
76129
- ),
76130
- ),
76131
- (
76132
- "end_time",
76133
- sgqlc.types.Arg(
76134
- sgqlc.types.non_null(DateTime), graphql_name="endTime", default=None
76135
- ),
76136
- ),
76137
- (
76138
- "mcon",
76139
- sgqlc.types.Arg(
76140
- sgqlc.types.non_null(String), graphql_name="mcon", default=None
76141
- ),
76142
- ),
76143
- (
76144
- "metric_type",
76145
- sgqlc.types.Arg(
76146
- sgqlc.types.non_null(DataMaintenanceMetric),
76147
- graphql_name="metricType",
76148
- default=None,
76149
- ),
76150
- ),
76151
- )
76152
- ),
76153
- )
76154
- """List of exclusion windows. No anomalies will be created during
76155
- these periods and data points will be ignored for training.
76156
-
76157
- Arguments:
76158
-
76159
- * `start_time` (`DateTime!`): Start time of maintenance period
76160
- * `end_time` (`DateTime!`): End time of maintenance period
76161
- * `mcon` (`String!`): MC object identifier
76162
- * `metric_type` (`DataMaintenanceMetric!`)None
76163
- """
76164
-
76165
76099
  freshness_collection_status = sgqlc.types.Field(
76166
76100
  TableCollectionStatus, graphql_name="freshnessCollectionStatus"
76167
76101
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.109
3
+ Version: 0.10.110
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=fmiL0gi1c3SACq-GoTsgCCFMSbOsNOyWbEmN2N0v7ys,6134783
39
- pycarlo/lib/schema.py,sha256=9tOVKADztWVMRqJ9dnpcZKJckEJ-AFUzD8in-mEZGeM,2666531
40
- pycarlo-0.10.109.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.109.dist-info/METADATA,sha256=1hwiMB-lJHF-DrdTn3xbfnCyYDjmDFnBL4oLgEhpz1U,8742
42
- pycarlo-0.10.109.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.109.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.109.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=bOUJgpe3ZGTjuKM2E8il9to4Bz6NR7fwM4J9G_oC0QE,6129950
39
+ pycarlo/lib/schema.py,sha256=nxTtVaPWCauf2QcI-qJhMnI6AnKLBS5cgwfVWE-jnhc,2664225
40
+ pycarlo-0.10.110.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.110.dist-info/METADATA,sha256=AKPRXBsqKfehVaktjUe6rZW9q-uvwA3zxlfkK32JztI,8742
42
+ pycarlo-0.10.110.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.110.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.110.dist-info/RECORD,,