pycarlo 0.10.59__py3-none-any.whl → 0.10.61__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
@@ -1066,9 +1066,9 @@
1066
1066
  }
1067
1067
  }
1068
1068
  ],
1069
- "deprecationReason": null,
1069
+ "deprecationReason": "Plan-based grants are deprecated",
1070
1070
  "description": "Get a list of credit grants for the account. Expect the currency for monetary values to be in USD (cents).",
1071
- "isDeprecated": false,
1071
+ "isDeprecated": true,
1072
1072
  "name": "getBillingCreditGrants",
1073
1073
  "type": {
1074
1074
  "kind": "OBJECT",
@@ -1151,9 +1151,9 @@
1151
1151
  }
1152
1152
  }
1153
1153
  ],
1154
- "deprecationReason": null,
1154
+ "deprecationReason": "Plan-based invoices are deprecated",
1155
1155
  "description": "Get a list of invoices for the account. Expect the currency for monetary values to be in USD (cents).",
1156
- "isDeprecated": false,
1156
+ "isDeprecated": true,
1157
1157
  "name": "getBillingInvoices",
1158
1158
  "type": {
1159
1159
  "kind": "OBJECT",
@@ -9761,49 +9761,6 @@
9761
9761
  "ofType": null
9762
9762
  }
9763
9763
  },
9764
- {
9765
- "args": [
9766
- {
9767
- "defaultValue": null,
9768
- "description": "Optional UUID of an event that contains field metric anomaly",
9769
- "name": "eventUuid",
9770
- "type": {
9771
- "kind": "SCALAR",
9772
- "name": "UUID",
9773
- "ofType": null
9774
- }
9775
- },
9776
- {
9777
- "defaultValue": "1000",
9778
- "description": "Maximum number of rows returned",
9779
- "name": "maxRows",
9780
- "type": {
9781
- "kind": "SCALAR",
9782
- "name": "Int",
9783
- "ofType": null
9784
- }
9785
- },
9786
- {
9787
- "defaultValue": "false",
9788
- "description": "Defaults to false, only fetch the query, do not run",
9789
- "name": "dryRun",
9790
- "type": {
9791
- "kind": "SCALAR",
9792
- "name": "Boolean",
9793
- "ofType": null
9794
- }
9795
- }
9796
- ],
9797
- "deprecationReason": null,
9798
- "description": "Samples value distribution data alongside the time axis",
9799
- "isDeprecated": false,
9800
- "name": "performDtSamplingV2",
9801
- "type": {
9802
- "kind": "OBJECT",
9803
- "name": "SQLResponse",
9804
- "ofType": null
9805
- }
9806
- },
9807
9764
  {
9808
9765
  "args": [
9809
9766
  {
@@ -21963,73 +21920,6 @@
21963
21920
  "ofType": null
21964
21921
  }
21965
21922
  },
21966
- {
21967
- "args": [
21968
- {
21969
- "defaultValue": null,
21970
- "description": "Monitor uuid is used for creating the sampling query",
21971
- "name": "monitorUuid",
21972
- "type": {
21973
- "kind": "NON_NULL",
21974
- "name": null,
21975
- "ofType": {
21976
- "kind": "SCALAR",
21977
- "name": "UUID",
21978
- "ofType": null
21979
- }
21980
- }
21981
- },
21982
- {
21983
- "defaultValue": null,
21984
- "description": "Event start time",
21985
- "name": "startTime",
21986
- "type": {
21987
- "kind": "SCALAR",
21988
- "name": "DateTime",
21989
- "ofType": null
21990
- }
21991
- },
21992
- {
21993
- "defaultValue": null,
21994
- "description": "FH segment if segmented monitor",
21995
- "name": "dimension",
21996
- "type": {
21997
- "kind": "SCALAR",
21998
- "name": "String",
21999
- "ofType": null
22000
- }
22001
- },
22002
- {
22003
- "defaultValue": "false",
22004
- "description": "Generate sample query without running",
22005
- "name": "dryRun",
22006
- "type": {
22007
- "kind": "SCALAR",
22008
- "name": "Boolean",
22009
- "ofType": null
22010
- }
22011
- },
22012
- {
22013
- "defaultValue": null,
22014
- "description": "Limit results",
22015
- "name": "limit",
22016
- "type": {
22017
- "kind": "SCALAR",
22018
- "name": "Int",
22019
- "ofType": null
22020
- }
22021
- }
22022
- ],
22023
- "deprecationReason": null,
22024
- "description": "Generates and/or runs a Dimension Tracking investigation query",
22025
- "isDeprecated": false,
22026
- "name": "getDtSampling",
22027
- "type": {
22028
- "kind": "OBJECT",
22029
- "name": "MetricSampling",
22030
- "ofType": null
22031
- }
22032
- },
22033
21923
  {
22034
21924
  "args": [
22035
21925
  {
@@ -22119,95 +22009,6 @@
22119
22009
  "ofType": null
22120
22010
  }
22121
22011
  },
22122
- {
22123
- "args": [
22124
- {
22125
- "defaultValue": null,
22126
- "description": "UUID of the monitor on which the anomaly occurred",
22127
- "name": "monitorUuid",
22128
- "type": {
22129
- "kind": "NON_NULL",
22130
- "name": null,
22131
- "ofType": {
22132
- "kind": "SCALAR",
22133
- "name": "UUID",
22134
- "ofType": null
22135
- }
22136
- }
22137
- },
22138
- {
22139
- "defaultValue": null,
22140
- "description": "When the anomaly occurred",
22141
- "name": "eventCreatedTime",
22142
- "type": {
22143
- "kind": "NON_NULL",
22144
- "name": null,
22145
- "ofType": {
22146
- "kind": "SCALAR",
22147
- "name": "DateTime",
22148
- "ofType": null
22149
- }
22150
- }
22151
- },
22152
- {
22153
- "defaultValue": null,
22154
- "description": "The field on which the anomaly was found",
22155
- "name": "field",
22156
- "type": {
22157
- "kind": "NON_NULL",
22158
- "name": null,
22159
- "ofType": {
22160
- "kind": "SCALAR",
22161
- "name": "String",
22162
- "ofType": null
22163
- }
22164
- }
22165
- },
22166
- {
22167
- "defaultValue": null,
22168
- "description": "The value for which the anomaly was found",
22169
- "name": "fieldVal",
22170
- "type": {
22171
- "kind": "NON_NULL",
22172
- "name": null,
22173
- "ofType": {
22174
- "kind": "SCALAR",
22175
- "name": "String",
22176
- "ofType": null
22177
- }
22178
- }
22179
- },
22180
- {
22181
- "defaultValue": null,
22182
- "description": "FH segment if segmented monitor",
22183
- "name": "dimension",
22184
- "type": {
22185
- "kind": "SCALAR",
22186
- "name": "String",
22187
- "ofType": null
22188
- }
22189
- },
22190
- {
22191
- "defaultValue": "true",
22192
- "description": "Generate sample query without running",
22193
- "name": "dryRun",
22194
- "type": {
22195
- "kind": "SCALAR",
22196
- "name": "Boolean",
22197
- "ofType": null
22198
- }
22199
- }
22200
- ],
22201
- "deprecationReason": null,
22202
- "description": "Generates a SQL query that will reproduce the anomalous data on a table",
22203
- "isDeprecated": false,
22204
- "name": "getDtReproductionQuery",
22205
- "type": {
22206
- "kind": "OBJECT",
22207
- "name": "InvestigationQuery",
22208
- "ofType": null
22209
- }
22210
- },
22211
22012
  {
22212
22013
  "args": [
22213
22014
  {
@@ -34774,18 +34575,6 @@
34774
34575
  "ofType": null
34775
34576
  }
34776
34577
  },
34777
- {
34778
- "args": [],
34779
- "deprecationReason": null,
34780
- "description": "Credits used by dimension tracking monitors",
34781
- "isDeprecated": false,
34782
- "name": "dimensionTrackingMonitorCredits",
34783
- "type": {
34784
- "kind": "SCALAR",
34785
- "name": "Float",
34786
- "ofType": null
34787
- }
34788
- },
34789
34578
  {
34790
34579
  "args": [],
34791
34580
  "deprecationReason": null,
@@ -81269,33 +81058,6 @@
81269
81058
  "ofType": null
81270
81059
  }
81271
81060
  },
81272
- {
81273
- "args": [
81274
- {
81275
- "defaultValue": null,
81276
- "description": null,
81277
- "name": "monitor",
81278
- "type": {
81279
- "kind": "SCALAR",
81280
- "name": "String",
81281
- "ofType": null
81282
- }
81283
- }
81284
- ],
81285
- "deprecationReason": null,
81286
- "description": null,
81287
- "isDeprecated": false,
81288
- "name": "dimensionTracking",
81289
- "type": {
81290
- "kind": "LIST",
81291
- "name": null,
81292
- "ofType": {
81293
- "kind": "OBJECT",
81294
- "name": "DimensionTracking",
81295
- "ofType": null
81296
- }
81297
- }
81298
- },
81299
81061
  {
81300
81062
  "args": [
81301
81063
  {
@@ -81843,101 +81605,6 @@
81843
81605
  "name": "FieldHealth",
81844
81606
  "possibleTypes": null
81845
81607
  },
81846
- {
81847
- "description": null,
81848
- "enumValues": null,
81849
- "fields": [
81850
- {
81851
- "args": [],
81852
- "deprecationReason": null,
81853
- "description": "Value name",
81854
- "isDeprecated": false,
81855
- "name": "value",
81856
- "type": {
81857
- "kind": "SCALAR",
81858
- "name": "String",
81859
- "ofType": null
81860
- }
81861
- },
81862
- {
81863
- "args": [],
81864
- "deprecationReason": null,
81865
- "description": "Minimum count threshold",
81866
- "isDeprecated": false,
81867
- "name": "mnCnt",
81868
- "type": {
81869
- "kind": "SCALAR",
81870
- "name": "Int",
81871
- "ofType": null
81872
- }
81873
- },
81874
- {
81875
- "args": [],
81876
- "deprecationReason": null,
81877
- "description": "Maximum count threshold",
81878
- "isDeprecated": false,
81879
- "name": "mxCnt",
81880
- "type": {
81881
- "kind": "SCALAR",
81882
- "name": "Int",
81883
- "ofType": null
81884
- }
81885
- },
81886
- {
81887
- "args": [],
81888
- "deprecationReason": null,
81889
- "description": "Minimum field size required to trigger anomaly",
81890
- "isDeprecated": false,
81891
- "name": "mnFld",
81892
- "type": {
81893
- "kind": "SCALAR",
81894
- "name": "Float",
81895
- "ofType": null
81896
- }
81897
- },
81898
- {
81899
- "args": [],
81900
- "deprecationReason": null,
81901
- "description": "Minimum relative frequency threshold",
81902
- "isDeprecated": false,
81903
- "name": "mnFq",
81904
- "type": {
81905
- "kind": "SCALAR",
81906
- "name": "Float",
81907
- "ofType": null
81908
- }
81909
- },
81910
- {
81911
- "args": [],
81912
- "deprecationReason": null,
81913
- "description": "Maximum relative frequency threshold",
81914
- "isDeprecated": false,
81915
- "name": "mxFq",
81916
- "type": {
81917
- "kind": "SCALAR",
81918
- "name": "Float",
81919
- "ofType": null
81920
- }
81921
- },
81922
- {
81923
- "args": [],
81924
- "deprecationReason": null,
81925
- "description": "Reason for not providing DT thresholds",
81926
- "isDeprecated": false,
81927
- "name": "reason",
81928
- "type": {
81929
- "kind": "SCALAR",
81930
- "name": "String",
81931
- "ofType": null
81932
- }
81933
- }
81934
- ],
81935
- "inputFields": null,
81936
- "interfaces": [],
81937
- "kind": "OBJECT",
81938
- "name": "DimensionTracking",
81939
- "possibleTypes": null
81940
- },
81941
81608
  {
81942
81609
  "description": null,
81943
81610
  "enumValues": null,
@@ -94559,6 +94226,30 @@
94559
94226
  }
94560
94227
  }
94561
94228
  },
94229
+ {
94230
+ "args": [],
94231
+ "deprecationReason": null,
94232
+ "description": null,
94233
+ "isDeprecated": false,
94234
+ "name": "removedTableMonitorSpecs",
94235
+ "type": {
94236
+ "kind": "NON_NULL",
94237
+ "name": null,
94238
+ "ofType": {
94239
+ "kind": "LIST",
94240
+ "name": null,
94241
+ "ofType": {
94242
+ "kind": "NON_NULL",
94243
+ "name": null,
94244
+ "ofType": {
94245
+ "kind": "OBJECT",
94246
+ "name": "TableMonitorSpec",
94247
+ "ofType": null
94248
+ }
94249
+ }
94250
+ }
94251
+ }
94252
+ },
94562
94253
  {
94563
94254
  "args": [],
94564
94255
  "deprecationReason": null,
@@ -94667,6 +94358,30 @@
94667
94358
  "ofType": null
94668
94359
  }
94669
94360
  },
94361
+ {
94362
+ "args": [],
94363
+ "deprecationReason": null,
94364
+ "description": null,
94365
+ "isDeprecated": false,
94366
+ "name": "routingRulesCount",
94367
+ "type": {
94368
+ "kind": "SCALAR",
94369
+ "name": "Int",
94370
+ "ofType": null
94371
+ }
94372
+ },
94373
+ {
94374
+ "args": [],
94375
+ "deprecationReason": null,
94376
+ "description": null,
94377
+ "isDeprecated": false,
94378
+ "name": "monitoringRulesCount",
94379
+ "type": {
94380
+ "kind": "SCALAR",
94381
+ "name": "Int",
94382
+ "ofType": null
94383
+ }
94384
+ },
94670
94385
  {
94671
94386
  "args": [],
94672
94387
  "deprecationReason": null,
@@ -94787,6 +94502,78 @@
94787
94502
  }
94788
94503
  }
94789
94504
  },
94505
+ {
94506
+ "args": [],
94507
+ "deprecationReason": null,
94508
+ "description": null,
94509
+ "isDeprecated": false,
94510
+ "name": "mconsCoveredByTableMonitorAudiences",
94511
+ "type": {
94512
+ "kind": "SCALAR",
94513
+ "name": "Int",
94514
+ "ofType": null
94515
+ }
94516
+ },
94517
+ {
94518
+ "args": [],
94519
+ "deprecationReason": null,
94520
+ "description": null,
94521
+ "isDeprecated": false,
94522
+ "name": "mconsCoveredByNotificationRoutingAudiences",
94523
+ "type": {
94524
+ "kind": "SCALAR",
94525
+ "name": "Int",
94526
+ "ofType": null
94527
+ }
94528
+ },
94529
+ {
94530
+ "args": [],
94531
+ "deprecationReason": null,
94532
+ "description": null,
94533
+ "isDeprecated": false,
94534
+ "name": "sampleMconsRoutingNotTableMonitor",
94535
+ "type": {
94536
+ "kind": "NON_NULL",
94537
+ "name": null,
94538
+ "ofType": {
94539
+ "kind": "LIST",
94540
+ "name": null,
94541
+ "ofType": {
94542
+ "kind": "NON_NULL",
94543
+ "name": null,
94544
+ "ofType": {
94545
+ "kind": "OBJECT",
94546
+ "name": "MconMonitorPair",
94547
+ "ofType": null
94548
+ }
94549
+ }
94550
+ }
94551
+ }
94552
+ },
94553
+ {
94554
+ "args": [],
94555
+ "deprecationReason": null,
94556
+ "description": null,
94557
+ "isDeprecated": false,
94558
+ "name": "audienceRoutingStats",
94559
+ "type": {
94560
+ "kind": "NON_NULL",
94561
+ "name": null,
94562
+ "ofType": {
94563
+ "kind": "LIST",
94564
+ "name": null,
94565
+ "ofType": {
94566
+ "kind": "NON_NULL",
94567
+ "name": null,
94568
+ "ofType": {
94569
+ "kind": "OBJECT",
94570
+ "name": "AudienceRoutingStats",
94571
+ "ofType": null
94572
+ }
94573
+ }
94574
+ }
94575
+ }
94576
+ },
94790
94577
  {
94791
94578
  "args": [],
94792
94579
  "deprecationReason": null,
@@ -94883,6 +94670,30 @@
94883
94670
  }
94884
94671
  }
94885
94672
  },
94673
+ {
94674
+ "args": [],
94675
+ "deprecationReason": null,
94676
+ "description": null,
94677
+ "isDeprecated": false,
94678
+ "name": "validationErrors",
94679
+ "type": {
94680
+ "kind": "NON_NULL",
94681
+ "name": null,
94682
+ "ofType": {
94683
+ "kind": "LIST",
94684
+ "name": null,
94685
+ "ofType": {
94686
+ "kind": "NON_NULL",
94687
+ "name": null,
94688
+ "ofType": {
94689
+ "kind": "SCALAR",
94690
+ "name": "String",
94691
+ "ofType": null
94692
+ }
94693
+ }
94694
+ }
94695
+ }
94696
+ },
94886
94697
  {
94887
94698
  "args": [],
94888
94699
  "deprecationReason": null,
@@ -95160,6 +94971,38 @@
95160
94971
  }
95161
94972
  }
95162
94973
  },
94974
+ {
94975
+ "args": [],
94976
+ "deprecationReason": null,
94977
+ "description": null,
94978
+ "isDeprecated": false,
94979
+ "name": "audienceUuid",
94980
+ "type": {
94981
+ "kind": "NON_NULL",
94982
+ "name": null,
94983
+ "ofType": {
94984
+ "kind": "SCALAR",
94985
+ "name": "String",
94986
+ "ofType": null
94987
+ }
94988
+ }
94989
+ },
94990
+ {
94991
+ "args": [],
94992
+ "deprecationReason": null,
94993
+ "description": null,
94994
+ "isDeprecated": false,
94995
+ "name": "audienceLabel",
94996
+ "type": {
94997
+ "kind": "NON_NULL",
94998
+ "name": null,
94999
+ "ofType": {
95000
+ "kind": "SCALAR",
95001
+ "name": "String",
95002
+ "ofType": null
95003
+ }
95004
+ }
95005
+ },
95163
95006
  {
95164
95007
  "args": [],
95165
95008
  "deprecationReason": null,
@@ -95292,30 +95135,6 @@
95292
95135
  "ofType": null
95293
95136
  }
95294
95137
  },
95295
- {
95296
- "args": [],
95297
- "deprecationReason": null,
95298
- "description": null,
95299
- "isDeprecated": false,
95300
- "name": "audienceUuid",
95301
- "type": {
95302
- "kind": "SCALAR",
95303
- "name": "String",
95304
- "ofType": null
95305
- }
95306
- },
95307
- {
95308
- "args": [],
95309
- "deprecationReason": null,
95310
- "description": null,
95311
- "isDeprecated": false,
95312
- "name": "audienceLabel",
95313
- "type": {
95314
- "kind": "SCALAR",
95315
- "name": "String",
95316
- "ofType": null
95317
- }
95318
- },
95319
95138
  {
95320
95139
  "args": [],
95321
95140
  "deprecationReason": null,
@@ -95641,24 +95460,47 @@
95641
95460
  "ofType": null
95642
95461
  }
95643
95462
  }
95463
+ }
95464
+ ],
95465
+ "inputFields": null,
95466
+ "interfaces": [],
95467
+ "kind": "OBJECT",
95468
+ "name": "JobRoutingRuleSpec",
95469
+ "possibleTypes": null
95470
+ },
95471
+ {
95472
+ "description": null,
95473
+ "enumValues": null,
95474
+ "fields": [
95475
+ {
95476
+ "args": [],
95477
+ "deprecationReason": null,
95478
+ "description": null,
95479
+ "isDeprecated": false,
95480
+ "name": "mcon",
95481
+ "type": {
95482
+ "kind": "NON_NULL",
95483
+ "name": null,
95484
+ "ofType": {
95485
+ "kind": "SCALAR",
95486
+ "name": "String",
95487
+ "ofType": null
95488
+ }
95489
+ }
95644
95490
  },
95645
95491
  {
95646
95492
  "args": [],
95647
95493
  "deprecationReason": null,
95648
95494
  "description": null,
95649
95495
  "isDeprecated": false,
95650
- "name": "domainRestrictions",
95496
+ "name": "count",
95651
95497
  "type": {
95652
- "kind": "LIST",
95498
+ "kind": "NON_NULL",
95653
95499
  "name": null,
95654
95500
  "ofType": {
95655
- "kind": "NON_NULL",
95656
- "name": null,
95657
- "ofType": {
95658
- "kind": "SCALAR",
95659
- "name": "UUID",
95660
- "ofType": null
95661
- }
95501
+ "kind": "SCALAR",
95502
+ "name": "Int",
95503
+ "ofType": null
95662
95504
  }
95663
95505
  }
95664
95506
  }
@@ -95666,7 +95508,7 @@
95666
95508
  "inputFields": null,
95667
95509
  "interfaces": [],
95668
95510
  "kind": "OBJECT",
95669
- "name": "JobRoutingRuleSpec",
95511
+ "name": "MconCountPair",
95670
95512
  "possibleTypes": null
95671
95513
  },
95672
95514
  {
@@ -95694,13 +95536,13 @@
95694
95536
  "deprecationReason": null,
95695
95537
  "description": null,
95696
95538
  "isDeprecated": false,
95697
- "name": "count",
95539
+ "name": "monitorName",
95698
95540
  "type": {
95699
95541
  "kind": "NON_NULL",
95700
95542
  "name": null,
95701
95543
  "ofType": {
95702
95544
  "kind": "SCALAR",
95703
- "name": "Int",
95545
+ "name": "String",
95704
95546
  "ofType": null
95705
95547
  }
95706
95548
  }
@@ -95709,7 +95551,7 @@
95709
95551
  "inputFields": null,
95710
95552
  "interfaces": [],
95711
95553
  "kind": "OBJECT",
95712
- "name": "MconCountPair",
95554
+ "name": "MconMonitorPair",
95713
95555
  "possibleTypes": null
95714
95556
  },
95715
95557
  {
@@ -95737,13 +95579,13 @@
95737
95579
  "deprecationReason": null,
95738
95580
  "description": null,
95739
95581
  "isDeprecated": false,
95740
- "name": "monitorName",
95582
+ "name": "monitoringRuleId",
95741
95583
  "type": {
95742
95584
  "kind": "NON_NULL",
95743
95585
  "name": null,
95744
95586
  "ofType": {
95745
95587
  "kind": "SCALAR",
95746
- "name": "String",
95588
+ "name": "Int",
95747
95589
  "ofType": null
95748
95590
  }
95749
95591
  }
@@ -95752,7 +95594,7 @@
95752
95594
  "inputFields": null,
95753
95595
  "interfaces": [],
95754
95596
  "kind": "OBJECT",
95755
- "name": "MconMonitorPair",
95597
+ "name": "MconRuleIdPair",
95756
95598
  "possibleTypes": null
95757
95599
  },
95758
95600
  {
@@ -95764,7 +95606,23 @@
95764
95606
  "deprecationReason": null,
95765
95607
  "description": null,
95766
95608
  "isDeprecated": false,
95767
- "name": "mcon",
95609
+ "name": "audienceUuid",
95610
+ "type": {
95611
+ "kind": "NON_NULL",
95612
+ "name": null,
95613
+ "ofType": {
95614
+ "kind": "SCALAR",
95615
+ "name": "UUID",
95616
+ "ofType": null
95617
+ }
95618
+ }
95619
+ },
95620
+ {
95621
+ "args": [],
95622
+ "deprecationReason": null,
95623
+ "description": null,
95624
+ "isDeprecated": false,
95625
+ "name": "audienceLabel",
95768
95626
  "type": {
95769
95627
  "kind": "NON_NULL",
95770
95628
  "name": null,
@@ -95780,7 +95638,23 @@
95780
95638
  "deprecationReason": null,
95781
95639
  "description": null,
95782
95640
  "isDeprecated": false,
95783
- "name": "monitoringRuleId",
95641
+ "name": "mconsCoveredByTableMonitors",
95642
+ "type": {
95643
+ "kind": "NON_NULL",
95644
+ "name": null,
95645
+ "ofType": {
95646
+ "kind": "SCALAR",
95647
+ "name": "Int",
95648
+ "ofType": null
95649
+ }
95650
+ }
95651
+ },
95652
+ {
95653
+ "args": [],
95654
+ "deprecationReason": null,
95655
+ "description": null,
95656
+ "isDeprecated": false,
95657
+ "name": "mconsCoveredByNotificationRouting",
95784
95658
  "type": {
95785
95659
  "kind": "NON_NULL",
95786
95660
  "name": null,
@@ -95790,12 +95664,36 @@
95790
95664
  "ofType": null
95791
95665
  }
95792
95666
  }
95667
+ },
95668
+ {
95669
+ "args": [],
95670
+ "deprecationReason": null,
95671
+ "description": null,
95672
+ "isDeprecated": false,
95673
+ "name": "sampleMconsRoutingNotTableMonitor",
95674
+ "type": {
95675
+ "kind": "NON_NULL",
95676
+ "name": null,
95677
+ "ofType": {
95678
+ "kind": "LIST",
95679
+ "name": null,
95680
+ "ofType": {
95681
+ "kind": "NON_NULL",
95682
+ "name": null,
95683
+ "ofType": {
95684
+ "kind": "OBJECT",
95685
+ "name": "MconMonitorPair",
95686
+ "ofType": null
95687
+ }
95688
+ }
95689
+ }
95690
+ }
95793
95691
  }
95794
95692
  ],
95795
95693
  "inputFields": null,
95796
95694
  "interfaces": [],
95797
95695
  "kind": "OBJECT",
95798
- "name": "MconRuleIdPair",
95696
+ "name": "AudienceRoutingStats",
95799
95697
  "possibleTypes": null
95800
95698
  },
95801
95699
  {
pycarlo/lib/schema.py CHANGED
@@ -12976,6 +12976,33 @@ class AudienceMonitorEdge(sgqlc.types.Type):
12976
12976
  """A cursor for use in pagination"""
12977
12977
 
12978
12978
 
12979
+ class AudienceRoutingStats(sgqlc.types.Type):
12980
+ __schema__ = schema
12981
+ __field_names__ = (
12982
+ "audience_uuid",
12983
+ "audience_label",
12984
+ "mcons_covered_by_table_monitors",
12985
+ "mcons_covered_by_notification_routing",
12986
+ "sample_mcons_routing_not_table_monitor",
12987
+ )
12988
+ audience_uuid = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name="audienceUuid")
12989
+
12990
+ audience_label = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="audienceLabel")
12991
+
12992
+ mcons_covered_by_table_monitors = sgqlc.types.Field(
12993
+ sgqlc.types.non_null(Int), graphql_name="mconsCoveredByTableMonitors"
12994
+ )
12995
+
12996
+ mcons_covered_by_notification_routing = sgqlc.types.Field(
12997
+ sgqlc.types.non_null(Int), graphql_name="mconsCoveredByNotificationRouting"
12998
+ )
12999
+
13000
+ sample_mcons_routing_not_table_monitor = sgqlc.types.Field(
13001
+ sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null("MconMonitorPair"))),
13002
+ graphql_name="sampleMconsRoutingNotTableMonitor",
13003
+ )
13004
+
13005
+
12979
13006
  class AuditLogEntryConnection(sgqlc.types.relay.Connection):
12980
13007
  __schema__ = schema
12981
13008
  __field_names__ = ("page_info", "edges")
@@ -13947,7 +13974,6 @@ class BillingMonitorUsage(sgqlc.types.Type):
13947
13974
  "metric_legacy_monitor_credits",
13948
13975
  "freshness_rule_monitor_credits",
13949
13976
  "volume_rule_monitor_credits",
13950
- "dimension_tracking_monitor_credits",
13951
13977
  "metric_comparison_monitor_credits",
13952
13978
  )
13953
13979
  date = sgqlc.types.Field(Date, graphql_name="date")
@@ -13987,11 +14013,6 @@ class BillingMonitorUsage(sgqlc.types.Type):
13987
14013
  volume_rule_monitor_credits = sgqlc.types.Field(Float, graphql_name="volumeRuleMonitorCredits")
13988
14014
  """Credits used by volume rule monitors"""
13989
14015
 
13990
- dimension_tracking_monitor_credits = sgqlc.types.Field(
13991
- Float, graphql_name="dimensionTrackingMonitorCredits"
13992
- )
13993
- """Credits used by dimension tracking monitors"""
13994
-
13995
14016
  metric_comparison_monitor_credits = sgqlc.types.Field(
13996
14017
  Float, graphql_name="metricComparisonMonitorCredits"
13997
14018
  )
@@ -14947,23 +14968,31 @@ class ConversionResult(sgqlc.types.Type):
14947
14968
  "account_uuid",
14948
14969
  "use_cbp_v2",
14949
14970
  "table_monitor_specs",
14971
+ "removed_table_monitor_specs",
14950
14972
  "job_routing_rules_specs",
14951
14973
  "unconvertible_routing_rules",
14952
14974
  "unconvertible_monitoring_rules",
14953
14975
  "warnings",
14954
14976
  "warehouse_count",
14977
+ "routing_rules_count",
14978
+ "monitoring_rules_count",
14955
14979
  "converted_monitor_uuids",
14956
14980
  "monitored_tables_count",
14957
14981
  "selected_tables_count",
14958
14982
  "top_mcons_by_monitor_count",
14959
14983
  "sample_covered_not_monitored",
14960
14984
  "sample_monitored_not_covered",
14985
+ "mcons_covered_by_table_monitor_audiences",
14986
+ "mcons_covered_by_notification_routing_audiences",
14987
+ "sample_mcons_routing_not_table_monitor",
14988
+ "audience_routing_stats",
14961
14989
  "text_output",
14962
14990
  "summary_text",
14963
14991
  "table_monitor_specs_text",
14964
14992
  "job_routing_rules_text",
14965
14993
  "unconvertible_rules_text",
14966
14994
  "warnings_text",
14995
+ "validation_errors",
14967
14996
  "full_output_text",
14968
14997
  )
14969
14998
  account_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="accountName")
@@ -14977,6 +15006,11 @@ class ConversionResult(sgqlc.types.Type):
14977
15006
  graphql_name="tableMonitorSpecs",
14978
15007
  )
14979
15008
 
15009
+ removed_table_monitor_specs = sgqlc.types.Field(
15010
+ sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null("TableMonitorSpec"))),
15011
+ graphql_name="removedTableMonitorSpecs",
15012
+ )
15013
+
14980
15014
  job_routing_rules_specs = sgqlc.types.Field(
14981
15015
  sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null("JobRoutingRuleSpec"))),
14982
15016
  graphql_name="jobRoutingRulesSpecs",
@@ -14999,6 +15033,10 @@ class ConversionResult(sgqlc.types.Type):
14999
15033
 
15000
15034
  warehouse_count = sgqlc.types.Field(Int, graphql_name="warehouseCount")
15001
15035
 
15036
+ routing_rules_count = sgqlc.types.Field(Int, graphql_name="routingRulesCount")
15037
+
15038
+ monitoring_rules_count = sgqlc.types.Field(Int, graphql_name="monitoringRulesCount")
15039
+
15002
15040
  converted_monitor_uuids = sgqlc.types.Field(
15003
15041
  sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(UUID))),
15004
15042
  graphql_name="convertedMonitorUuids",
@@ -15023,6 +15061,24 @@ class ConversionResult(sgqlc.types.Type):
15023
15061
  graphql_name="sampleMonitoredNotCovered",
15024
15062
  )
15025
15063
 
15064
+ mcons_covered_by_table_monitor_audiences = sgqlc.types.Field(
15065
+ Int, graphql_name="mconsCoveredByTableMonitorAudiences"
15066
+ )
15067
+
15068
+ mcons_covered_by_notification_routing_audiences = sgqlc.types.Field(
15069
+ Int, graphql_name="mconsCoveredByNotificationRoutingAudiences"
15070
+ )
15071
+
15072
+ sample_mcons_routing_not_table_monitor = sgqlc.types.Field(
15073
+ sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null("MconMonitorPair"))),
15074
+ graphql_name="sampleMconsRoutingNotTableMonitor",
15075
+ )
15076
+
15077
+ audience_routing_stats = sgqlc.types.Field(
15078
+ sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(AudienceRoutingStats))),
15079
+ graphql_name="audienceRoutingStats",
15080
+ )
15081
+
15026
15082
  text_output = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="textOutput")
15027
15083
 
15028
15084
  summary_text = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="summaryText")
@@ -15041,6 +15097,11 @@ class ConversionResult(sgqlc.types.Type):
15041
15097
 
15042
15098
  warnings_text = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="warningsText")
15043
15099
 
15100
+ validation_errors = sgqlc.types.Field(
15101
+ sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(String))),
15102
+ graphql_name="validationErrors",
15103
+ )
15104
+
15044
15105
  full_output_text = sgqlc.types.Field(
15045
15106
  sgqlc.types.non_null(String), graphql_name="fullOutputText"
15046
15107
  )
@@ -18413,31 +18474,6 @@ class DerivedTablesLineageResult(sgqlc.types.Type):
18413
18474
  """Cursor for getting the next page of results"""
18414
18475
 
18415
18476
 
18416
- class DimensionTracking(sgqlc.types.Type):
18417
- __schema__ = schema
18418
- __field_names__ = ("value", "mn_cnt", "mx_cnt", "mn_fld", "mn_fq", "mx_fq", "reason")
18419
- value = sgqlc.types.Field(String, graphql_name="value")
18420
- """Value name"""
18421
-
18422
- mn_cnt = sgqlc.types.Field(Int, graphql_name="mnCnt")
18423
- """Minimum count threshold"""
18424
-
18425
- mx_cnt = sgqlc.types.Field(Int, graphql_name="mxCnt")
18426
- """Maximum count threshold"""
18427
-
18428
- mn_fld = sgqlc.types.Field(Float, graphql_name="mnFld")
18429
- """Minimum field size required to trigger anomaly"""
18430
-
18431
- mn_fq = sgqlc.types.Field(Float, graphql_name="mnFq")
18432
- """Minimum relative frequency threshold"""
18433
-
18434
- mx_fq = sgqlc.types.Field(Float, graphql_name="mxFq")
18435
- """Maximum relative frequency threshold"""
18436
-
18437
- reason = sgqlc.types.Field(String, graphql_name="reason")
18438
- """Reason for not providing DT thresholds"""
18439
-
18440
-
18441
18477
  class DirectedGraph(sgqlc.types.Type):
18442
18478
  __schema__ = schema
18443
18479
  __field_names__ = ("vertices", "edges")
@@ -21899,7 +21935,6 @@ class JobRoutingRuleSpec(sgqlc.types.Type):
21899
21935
  "job_anomaly_types",
21900
21936
  "job_asset_rules",
21901
21937
  "description",
21902
- "domain_restrictions",
21903
21938
  )
21904
21939
  original_rule_uuid = sgqlc.types.Field(
21905
21940
  sgqlc.types.non_null(UUID), graphql_name="originalRuleUuid"
@@ -21916,10 +21951,6 @@ class JobRoutingRuleSpec(sgqlc.types.Type):
21916
21951
 
21917
21952
  description = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="description")
21918
21953
 
21919
- domain_restrictions = sgqlc.types.Field(
21920
- sgqlc.types.list_of(sgqlc.types.non_null(UUID)), graphql_name="domainRestrictions"
21921
- )
21922
-
21923
21954
 
21924
21955
  class JobsPerformanceFacetOption(sgqlc.types.Type):
21925
21956
  __schema__ = schema
@@ -42143,7 +42174,6 @@ class Query(sgqlc.types.Type):
42143
42174
  "perform_field_health_sampling_v2",
42144
42175
  "perform_field_health_sampling_v3",
42145
42176
  "get_field_health_sampling_conditions",
42146
- "perform_dt_sampling_v2",
42147
42177
  "get_rca_result",
42148
42178
  "get_rca_job_result",
42149
42179
  "get_incident_rcas",
@@ -42310,9 +42340,7 @@ class Query(sgqlc.types.Type):
42310
42340
  "get_custom_sql_output_sample",
42311
42341
  "get_custom_sql_output_download",
42312
42342
  "get_fh_sampling",
42313
- "get_dt_sampling",
42314
42343
  "get_fh_reproduction_query",
42315
- "get_dt_reproduction_query",
42316
42344
  "test_sql_query_part",
42317
42345
  "test_sql_query_where_expression",
42318
42346
  "get_table_stats_v2",
@@ -47802,29 +47830,6 @@ class Query(sgqlc.types.Type):
47802
47830
  anomaly.
47803
47831
  """
47804
47832
 
47805
- perform_dt_sampling_v2 = sgqlc.types.Field(
47806
- "SQLResponse",
47807
- graphql_name="performDtSamplingV2",
47808
- args=sgqlc.types.ArgDict(
47809
- (
47810
- ("event_uuid", sgqlc.types.Arg(UUID, graphql_name="eventUuid", default=None)),
47811
- ("max_rows", sgqlc.types.Arg(Int, graphql_name="maxRows", default=1000)),
47812
- ("dry_run", sgqlc.types.Arg(Boolean, graphql_name="dryRun", default=False)),
47813
- )
47814
- ),
47815
- )
47816
- """Samples value distribution data alongside the time axis
47817
-
47818
- Arguments:
47819
-
47820
- * `event_uuid` (`UUID`): Optional UUID of an event that contains
47821
- field metric anomaly
47822
- * `max_rows` (`Int`): Maximum number of rows returned (default:
47823
- `1000`)
47824
- * `dry_run` (`Boolean`): Defaults to false, only fetch the query,
47825
- do not run (default: `false`)
47826
- """
47827
-
47828
47833
  get_rca_result = sgqlc.types.Field(
47829
47834
  "RcaResult",
47830
47835
  graphql_name="getRcaResult",
@@ -54311,37 +54316,6 @@ class Query(sgqlc.types.Type):
54311
54316
  * `limit` (`Int`): Limit results
54312
54317
  """
54313
54318
 
54314
- get_dt_sampling = sgqlc.types.Field(
54315
- MetricSampling,
54316
- graphql_name="getDtSampling",
54317
- args=sgqlc.types.ArgDict(
54318
- (
54319
- (
54320
- "monitor_uuid",
54321
- sgqlc.types.Arg(
54322
- sgqlc.types.non_null(UUID), graphql_name="monitorUuid", default=None
54323
- ),
54324
- ),
54325
- ("start_time", sgqlc.types.Arg(DateTime, graphql_name="startTime", default=None)),
54326
- ("dimension", sgqlc.types.Arg(String, graphql_name="dimension", default=None)),
54327
- ("dry_run", sgqlc.types.Arg(Boolean, graphql_name="dryRun", default=False)),
54328
- ("limit", sgqlc.types.Arg(Int, graphql_name="limit", default=None)),
54329
- )
54330
- ),
54331
- )
54332
- """Generates and/or runs a Dimension Tracking investigation query
54333
-
54334
- Arguments:
54335
-
54336
- * `monitor_uuid` (`UUID!`): Monitor uuid is used for creating the
54337
- sampling query
54338
- * `start_time` (`DateTime`): Event start time
54339
- * `dimension` (`String`): FH segment if segmented monitor
54340
- * `dry_run` (`Boolean`): Generate sample query without running
54341
- (default: `false`)
54342
- * `limit` (`Int`): Limit results
54343
- """
54344
-
54345
54319
  get_fh_reproduction_query = sgqlc.types.Field(
54346
54320
  InvestigationQuery,
54347
54321
  graphql_name="getFhReproductionQuery",
@@ -54393,58 +54367,6 @@ class Query(sgqlc.types.Type):
54393
54367
  (default: `true`)
54394
54368
  """
54395
54369
 
54396
- get_dt_reproduction_query = sgqlc.types.Field(
54397
- InvestigationQuery,
54398
- graphql_name="getDtReproductionQuery",
54399
- args=sgqlc.types.ArgDict(
54400
- (
54401
- (
54402
- "monitor_uuid",
54403
- sgqlc.types.Arg(
54404
- sgqlc.types.non_null(UUID), graphql_name="monitorUuid", default=None
54405
- ),
54406
- ),
54407
- (
54408
- "event_created_time",
54409
- sgqlc.types.Arg(
54410
- sgqlc.types.non_null(DateTime),
54411
- graphql_name="eventCreatedTime",
54412
- default=None,
54413
- ),
54414
- ),
54415
- (
54416
- "field",
54417
- sgqlc.types.Arg(
54418
- sgqlc.types.non_null(String), graphql_name="field", default=None
54419
- ),
54420
- ),
54421
- (
54422
- "field_val",
54423
- sgqlc.types.Arg(
54424
- sgqlc.types.non_null(String), graphql_name="fieldVal", default=None
54425
- ),
54426
- ),
54427
- ("dimension", sgqlc.types.Arg(String, graphql_name="dimension", default=None)),
54428
- ("dry_run", sgqlc.types.Arg(Boolean, graphql_name="dryRun", default=True)),
54429
- )
54430
- ),
54431
- )
54432
- """Generates a SQL query that will reproduce the anomalous data on a
54433
- table
54434
-
54435
- Arguments:
54436
-
54437
- * `monitor_uuid` (`UUID!`): UUID of the monitor on which the
54438
- anomaly occurred
54439
- * `event_created_time` (`DateTime!`): When the anomaly occurred
54440
- * `field` (`String!`): The field on which the anomaly was found
54441
- * `field_val` (`String!`): The value for which the anomaly was
54442
- found
54443
- * `dimension` (`String`): FH segment if segmented monitor
54444
- * `dry_run` (`Boolean`): Generate sample query without running
54445
- (default: `true`)
54446
- """
54447
-
54448
54370
  test_sql_query_part = sgqlc.types.Field(
54449
54371
  "SQLResponse",
54450
54372
  graphql_name="testSqlQueryPart",
@@ -58408,6 +58330,8 @@ class RoutingRuleData(sgqlc.types.Type):
58408
58330
  __schema__ = schema
58409
58331
  __field_names__ = (
58410
58332
  "uuid",
58333
+ "audience_uuid",
58334
+ "audience_label",
58411
58335
  "anomaly_types",
58412
58336
  "incident_sub_types",
58413
58337
  "table_rules",
@@ -58417,13 +58341,15 @@ class RoutingRuleData(sgqlc.types.Type):
58417
58341
  "asset_rules",
58418
58342
  "domain_rules",
58419
58343
  "digest_settings_id",
58420
- "audience_uuid",
58421
- "audience_label",
58422
58344
  "created_by_id",
58423
58345
  "last_update_user_id",
58424
58346
  )
58425
58347
  uuid = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="uuid")
58426
58348
 
58349
+ audience_uuid = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="audienceUuid")
58350
+
58351
+ audience_label = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="audienceLabel")
58352
+
58427
58353
  anomaly_types = sgqlc.types.Field(
58428
58354
  sgqlc.types.list_of(sgqlc.types.non_null(String)), graphql_name="anomalyTypes"
58429
58355
  )
@@ -58448,10 +58374,6 @@ class RoutingRuleData(sgqlc.types.Type):
58448
58374
 
58449
58375
  digest_settings_id = sgqlc.types.Field(String, graphql_name="digestSettingsId")
58450
58376
 
58451
- audience_uuid = sgqlc.types.Field(String, graphql_name="audienceUuid")
58452
-
58453
- audience_label = sgqlc.types.Field(String, graphql_name="audienceLabel")
58454
-
58455
58377
  created_by_id = sgqlc.types.Field(Int, graphql_name="createdById")
58456
58378
 
58457
58379
  last_update_user_id = sgqlc.types.Field(Int, graphql_name="lastUpdateUserId")
@@ -62434,7 +62356,7 @@ class ThresholdModifier(sgqlc.types.Type):
62434
62356
 
62435
62357
  class ThresholdsData(sgqlc.types.Type):
62436
62358
  __schema__ = schema
62437
- __field_names__ = ("freshness", "size", "field_health", "dimension_tracking", "dynamic")
62359
+ __field_names__ = ("freshness", "size", "field_health", "dynamic")
62438
62360
  freshness = sgqlc.types.Field(Freshness, graphql_name="freshness")
62439
62361
  """Freshness anomaly threshold"""
62440
62362
 
@@ -62466,18 +62388,6 @@ class ThresholdsData(sgqlc.types.Type):
62466
62388
  * `where_condition` (`String`)None
62467
62389
  """
62468
62390
 
62469
- dimension_tracking = sgqlc.types.Field(
62470
- sgqlc.types.list_of(DimensionTracking),
62471
- graphql_name="dimensionTracking",
62472
- args=sgqlc.types.ArgDict(
62473
- (("monitor", sgqlc.types.Arg(String, graphql_name="monitor", default=None)),)
62474
- ),
62475
- )
62476
- """Arguments:
62477
-
62478
- * `monitor` (`String`)None
62479
- """
62480
-
62481
62391
  dynamic = sgqlc.types.Field(
62482
62392
  Dynamic,
62483
62393
  graphql_name="dynamic",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.59
3
+ Version: 0.10.61
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=5o2LLOlVEo0AcuwwPQRErI6Npb1j3AUXajlgRwQNgik,5986528
39
- pycarlo/lib/schema.py,sha256=UncP1zf954CylUzNpCxgh3scqnQEUzU2APlhOvHsJ5A,2588464
40
- pycarlo-0.10.59.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.59.dist-info/METADATA,sha256=My5D-NkBPWmwlAPYXQJcprvJFg8gNvohBwzXh4hBqTw,8741
42
- pycarlo-0.10.59.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.59.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.59.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=TSVEt32l5ex1DHUSByNs-WfTBjeHWSXLtihCj1nYOsk,5982647
39
+ pycarlo/lib/schema.py,sha256=E-91DKYvB06LZNM06WA-CNnff-QSWDQ6d4s9AZWX9BY,2585405
40
+ pycarlo-0.10.61.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.61.dist-info/METADATA,sha256=IFr-EUiHRShOKj8BS6pv9GudJlqy5MiWzp6bpI1tNxM,8741
42
+ pycarlo-0.10.61.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.61.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.61.dist-info/RECORD,,