pycarlo 0.10.145__py3-none-any.whl → 0.10.147__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
@@ -21593,6 +21593,53 @@
21593
21593
  "ofType": null
21594
21594
  }
21595
21595
  },
21596
+ {
21597
+ "args": [
21598
+ {
21599
+ "defaultValue": null,
21600
+ "description": "Permission requested",
21601
+ "name": "targetPermission",
21602
+ "type": {
21603
+ "kind": "NON_NULL",
21604
+ "name": null,
21605
+ "ofType": {
21606
+ "kind": "ENUM",
21607
+ "name": "Permission",
21608
+ "ofType": null
21609
+ }
21610
+ }
21611
+ },
21612
+ {
21613
+ "defaultValue": null,
21614
+ "description": "Object ID access was requested for",
21615
+ "name": "targetId",
21616
+ "type": {
21617
+ "kind": "SCALAR",
21618
+ "name": "String",
21619
+ "ofType": null
21620
+ }
21621
+ },
21622
+ {
21623
+ "defaultValue": null,
21624
+ "description": "Reason for requesting access",
21625
+ "name": "reason",
21626
+ "type": {
21627
+ "kind": "SCALAR",
21628
+ "name": "String",
21629
+ "ofType": null
21630
+ }
21631
+ }
21632
+ ],
21633
+ "deprecationReason": null,
21634
+ "description": "(experimental) Get the status of an alert access request for the current user",
21635
+ "isDeprecated": false,
21636
+ "name": "getAccessRequest",
21637
+ "type": {
21638
+ "kind": "OBJECT",
21639
+ "name": "AccessRequest",
21640
+ "ofType": null
21641
+ }
21642
+ },
21596
21643
  {
21597
21644
  "args": [
21598
21645
  {
@@ -50339,6 +50386,18 @@
50339
50386
  "ofType": null
50340
50387
  }
50341
50388
  },
50389
+ {
50390
+ "args": [],
50391
+ "deprecationReason": null,
50392
+ "description": "The schedule used for default metadata collection",
50393
+ "isDeprecated": false,
50394
+ "name": "metadataSchedule",
50395
+ "type": {
50396
+ "kind": "OBJECT",
50397
+ "name": "ScheduleConfigOutput",
50398
+ "ofType": null
50399
+ }
50400
+ },
50342
50401
  {
50343
50402
  "args": [],
50344
50403
  "deprecationReason": null,
@@ -82587,32 +82646,136 @@
82587
82646
  {
82588
82647
  "args": [],
82589
82648
  "deprecationReason": null,
82590
- "description": null,
82649
+ "description": "Type of schedule",
82591
82650
  "isDeprecated": false,
82592
- "name": "relationType",
82651
+ "name": "scheduleType",
82593
82652
  "type": {
82594
- "kind": "ENUM",
82595
- "name": "WarehouseRelationType",
82653
+ "kind": "NON_NULL",
82654
+ "name": null,
82655
+ "ofType": {
82656
+ "kind": "ENUM",
82657
+ "name": "ScheduleType",
82658
+ "ofType": null
82659
+ }
82660
+ }
82661
+ },
82662
+ {
82663
+ "args": [],
82664
+ "deprecationReason": null,
82665
+ "description": "Time interval between job executions, in minutes",
82666
+ "isDeprecated": false,
82667
+ "name": "intervalMinutes",
82668
+ "type": {
82669
+ "kind": "SCALAR",
82670
+ "name": "Int",
82596
82671
  "ofType": null
82597
82672
  }
82598
82673
  },
82599
82674
  {
82600
82675
  "args": [],
82601
82676
  "deprecationReason": null,
82602
- "description": "UUID of the target warehouse",
82677
+ "description": "For schedule_type=fixed, one or more cron schedules to determine the next execution, each time uses the closest value of all schedules",
82603
82678
  "isDeprecated": false,
82604
- "name": "targetWarehouseUuid",
82679
+ "name": "intervalCrontab",
82680
+ "type": {
82681
+ "kind": "LIST",
82682
+ "name": null,
82683
+ "ofType": {
82684
+ "kind": "SCALAR",
82685
+ "name": "String",
82686
+ "ofType": null
82687
+ }
82688
+ }
82689
+ },
82690
+ {
82691
+ "args": [],
82692
+ "deprecationReason": null,
82693
+ "description": "If true, use default cron behavior and run when day-of-month OR day-of-week match. If false, use alternate behavior and run when day-of-month AND day-of-week match.",
82694
+ "isDeprecated": false,
82695
+ "name": "intervalCrontabDayOr",
82605
82696
  "type": {
82606
82697
  "kind": "SCALAR",
82607
- "name": "UUID",
82698
+ "name": "Boolean",
82699
+ "ofType": null
82700
+ }
82701
+ },
82702
+ {
82703
+ "args": [],
82704
+ "deprecationReason": null,
82705
+ "description": "For schedule_type=fixed, the date the schedule should start",
82706
+ "isDeprecated": false,
82707
+ "name": "startTime",
82708
+ "type": {
82709
+ "kind": "SCALAR",
82710
+ "name": "DateTime",
82711
+ "ofType": null
82712
+ }
82713
+ },
82714
+ {
82715
+ "args": [],
82716
+ "deprecationReason": null,
82717
+ "description": "For schedule_type=dynamic, the minimum time interval between job executions",
82718
+ "isDeprecated": false,
82719
+ "name": "minIntervalMinutes",
82720
+ "type": {
82721
+ "kind": "SCALAR",
82722
+ "name": "Int",
82608
82723
  "ofType": null
82609
82724
  }
82725
+ },
82726
+ {
82727
+ "args": [],
82728
+ "deprecationReason": null,
82729
+ "description": "Timezone for daylight savings and interpreting cron expressions.",
82730
+ "isDeprecated": false,
82731
+ "name": "timezone",
82732
+ "type": {
82733
+ "kind": "NON_NULL",
82734
+ "name": null,
82735
+ "ofType": {
82736
+ "kind": "SCALAR",
82737
+ "name": "String",
82738
+ "ofType": null
82739
+ }
82740
+ }
82741
+ },
82742
+ {
82743
+ "args": [],
82744
+ "deprecationReason": null,
82745
+ "description": "If true, the schedule was automatically generated by Monte Carlo. If false, the schedule was configured by the user.",
82746
+ "isDeprecated": false,
82747
+ "name": "isAutomatic",
82748
+ "type": {
82749
+ "kind": "NON_NULL",
82750
+ "name": null,
82751
+ "ofType": {
82752
+ "kind": "SCALAR",
82753
+ "name": "Boolean",
82754
+ "ofType": null
82755
+ }
82756
+ }
82757
+ },
82758
+ {
82759
+ "args": [],
82760
+ "deprecationReason": null,
82761
+ "description": "Mcons of tables to trigger schedule on update",
82762
+ "isDeprecated": false,
82763
+ "name": "dynamicScheduleMcons",
82764
+ "type": {
82765
+ "kind": "LIST",
82766
+ "name": null,
82767
+ "ofType": {
82768
+ "kind": "SCALAR",
82769
+ "name": "String",
82770
+ "ofType": null
82771
+ }
82772
+ }
82610
82773
  }
82611
82774
  ],
82612
82775
  "inputFields": null,
82613
82776
  "interfaces": [],
82614
82777
  "kind": "OBJECT",
82615
- "name": "WarehouseRelation",
82778
+ "name": "ScheduleConfigOutput",
82616
82779
  "possibleTypes": null
82617
82780
  },
82618
82781
  {
@@ -82622,20 +82785,32 @@
82622
82785
  "deprecationReason": null,
82623
82786
  "description": null,
82624
82787
  "isDeprecated": false,
82625
- "name": "CONSUMER"
82788
+ "name": "LOOSE"
82626
82789
  },
82627
82790
  {
82628
82791
  "deprecationReason": null,
82629
82792
  "description": null,
82630
82793
  "isDeprecated": false,
82631
- "name": "PRODUCER"
82794
+ "name": "FIXED"
82795
+ },
82796
+ {
82797
+ "deprecationReason": null,
82798
+ "description": null,
82799
+ "isDeprecated": false,
82800
+ "name": "DYNAMIC"
82801
+ },
82802
+ {
82803
+ "deprecationReason": null,
82804
+ "description": null,
82805
+ "isDeprecated": false,
82806
+ "name": "MANUAL"
82632
82807
  }
82633
82808
  ],
82634
82809
  "fields": null,
82635
82810
  "inputFields": null,
82636
82811
  "interfaces": null,
82637
82812
  "kind": "ENUM",
82638
- "name": "WarehouseRelationType",
82813
+ "name": "ScheduleType",
82639
82814
  "possibleTypes": null
82640
82815
  },
82641
82816
  {
@@ -82645,83 +82820,141 @@
82645
82820
  {
82646
82821
  "args": [],
82647
82822
  "deprecationReason": null,
82648
- "description": "Pagination data for this connection.",
82823
+ "description": null,
82649
82824
  "isDeprecated": false,
82650
- "name": "pageInfo",
82825
+ "name": "relationType",
82651
82826
  "type": {
82652
- "kind": "NON_NULL",
82653
- "name": null,
82654
- "ofType": {
82655
- "kind": "OBJECT",
82656
- "name": "PageInfo",
82657
- "ofType": null
82658
- }
82827
+ "kind": "ENUM",
82828
+ "name": "WarehouseRelationType",
82829
+ "ofType": null
82659
82830
  }
82660
82831
  },
82661
82832
  {
82662
82833
  "args": [],
82663
82834
  "deprecationReason": null,
82664
- "description": "Contains the nodes in this connection.",
82835
+ "description": "UUID of the target warehouse",
82665
82836
  "isDeprecated": false,
82666
- "name": "edges",
82837
+ "name": "targetWarehouseUuid",
82667
82838
  "type": {
82668
- "kind": "NON_NULL",
82669
- "name": null,
82670
- "ofType": {
82671
- "kind": "LIST",
82672
- "name": null,
82673
- "ofType": {
82674
- "kind": "OBJECT",
82675
- "name": "TableAnomalyEdge",
82676
- "ofType": null
82677
- }
82678
- }
82839
+ "kind": "SCALAR",
82840
+ "name": "UUID",
82841
+ "ofType": null
82679
82842
  }
82680
82843
  }
82681
82844
  ],
82682
82845
  "inputFields": null,
82683
82846
  "interfaces": [],
82684
82847
  "kind": "OBJECT",
82685
- "name": "TableAnomalyConnection",
82848
+ "name": "WarehouseRelation",
82686
82849
  "possibleTypes": null
82687
82850
  },
82688
82851
  {
82689
- "description": "A Relay edge containing a `TableAnomaly` and its cursor.",
82690
- "enumValues": null,
82691
- "fields": [
82852
+ "description": null,
82853
+ "enumValues": [
82692
82854
  {
82693
- "args": [],
82694
82855
  "deprecationReason": null,
82695
- "description": "The item at the end of the edge",
82856
+ "description": null,
82696
82857
  "isDeprecated": false,
82697
- "name": "node",
82698
- "type": {
82699
- "kind": "OBJECT",
82700
- "name": "TableAnomaly",
82701
- "ofType": null
82702
- }
82858
+ "name": "CONSUMER"
82703
82859
  },
82704
82860
  {
82705
- "args": [],
82706
82861
  "deprecationReason": null,
82707
- "description": "A cursor for use in pagination",
82862
+ "description": null,
82708
82863
  "isDeprecated": false,
82709
- "name": "cursor",
82710
- "type": {
82711
- "kind": "NON_NULL",
82712
- "name": null,
82713
- "ofType": {
82714
- "kind": "SCALAR",
82715
- "name": "String",
82716
- "ofType": null
82717
- }
82718
- }
82864
+ "name": "PRODUCER"
82719
82865
  }
82720
82866
  ],
82867
+ "fields": null,
82721
82868
  "inputFields": null,
82722
- "interfaces": [],
82723
- "kind": "OBJECT",
82724
- "name": "TableAnomalyEdge",
82869
+ "interfaces": null,
82870
+ "kind": "ENUM",
82871
+ "name": "WarehouseRelationType",
82872
+ "possibleTypes": null
82873
+ },
82874
+ {
82875
+ "description": null,
82876
+ "enumValues": null,
82877
+ "fields": [
82878
+ {
82879
+ "args": [],
82880
+ "deprecationReason": null,
82881
+ "description": "Pagination data for this connection.",
82882
+ "isDeprecated": false,
82883
+ "name": "pageInfo",
82884
+ "type": {
82885
+ "kind": "NON_NULL",
82886
+ "name": null,
82887
+ "ofType": {
82888
+ "kind": "OBJECT",
82889
+ "name": "PageInfo",
82890
+ "ofType": null
82891
+ }
82892
+ }
82893
+ },
82894
+ {
82895
+ "args": [],
82896
+ "deprecationReason": null,
82897
+ "description": "Contains the nodes in this connection.",
82898
+ "isDeprecated": false,
82899
+ "name": "edges",
82900
+ "type": {
82901
+ "kind": "NON_NULL",
82902
+ "name": null,
82903
+ "ofType": {
82904
+ "kind": "LIST",
82905
+ "name": null,
82906
+ "ofType": {
82907
+ "kind": "OBJECT",
82908
+ "name": "TableAnomalyEdge",
82909
+ "ofType": null
82910
+ }
82911
+ }
82912
+ }
82913
+ }
82914
+ ],
82915
+ "inputFields": null,
82916
+ "interfaces": [],
82917
+ "kind": "OBJECT",
82918
+ "name": "TableAnomalyConnection",
82919
+ "possibleTypes": null
82920
+ },
82921
+ {
82922
+ "description": "A Relay edge containing a `TableAnomaly` and its cursor.",
82923
+ "enumValues": null,
82924
+ "fields": [
82925
+ {
82926
+ "args": [],
82927
+ "deprecationReason": null,
82928
+ "description": "The item at the end of the edge",
82929
+ "isDeprecated": false,
82930
+ "name": "node",
82931
+ "type": {
82932
+ "kind": "OBJECT",
82933
+ "name": "TableAnomaly",
82934
+ "ofType": null
82935
+ }
82936
+ },
82937
+ {
82938
+ "args": [],
82939
+ "deprecationReason": null,
82940
+ "description": "A cursor for use in pagination",
82941
+ "isDeprecated": false,
82942
+ "name": "cursor",
82943
+ "type": {
82944
+ "kind": "NON_NULL",
82945
+ "name": null,
82946
+ "ofType": {
82947
+ "kind": "SCALAR",
82948
+ "name": "String",
82949
+ "ofType": null
82950
+ }
82951
+ }
82952
+ }
82953
+ ],
82954
+ "inputFields": null,
82955
+ "interfaces": [],
82956
+ "kind": "OBJECT",
82957
+ "name": "TableAnomalyEdge",
82725
82958
  "possibleTypes": null
82726
82959
  },
82727
82960
  {
@@ -84468,180 +84701,6 @@
84468
84701
  }
84469
84702
  ]
84470
84703
  },
84471
- {
84472
- "description": null,
84473
- "enumValues": null,
84474
- "fields": [
84475
- {
84476
- "args": [],
84477
- "deprecationReason": null,
84478
- "description": "Type of schedule",
84479
- "isDeprecated": false,
84480
- "name": "scheduleType",
84481
- "type": {
84482
- "kind": "NON_NULL",
84483
- "name": null,
84484
- "ofType": {
84485
- "kind": "ENUM",
84486
- "name": "ScheduleType",
84487
- "ofType": null
84488
- }
84489
- }
84490
- },
84491
- {
84492
- "args": [],
84493
- "deprecationReason": null,
84494
- "description": "Time interval between job executions, in minutes",
84495
- "isDeprecated": false,
84496
- "name": "intervalMinutes",
84497
- "type": {
84498
- "kind": "SCALAR",
84499
- "name": "Int",
84500
- "ofType": null
84501
- }
84502
- },
84503
- {
84504
- "args": [],
84505
- "deprecationReason": null,
84506
- "description": "For schedule_type=fixed, one or more cron schedules to determine the next execution, each time uses the closest value of all schedules",
84507
- "isDeprecated": false,
84508
- "name": "intervalCrontab",
84509
- "type": {
84510
- "kind": "LIST",
84511
- "name": null,
84512
- "ofType": {
84513
- "kind": "SCALAR",
84514
- "name": "String",
84515
- "ofType": null
84516
- }
84517
- }
84518
- },
84519
- {
84520
- "args": [],
84521
- "deprecationReason": null,
84522
- "description": "If true, use default cron behavior and run when day-of-month OR day-of-week match. If false, use alternate behavior and run when day-of-month AND day-of-week match.",
84523
- "isDeprecated": false,
84524
- "name": "intervalCrontabDayOr",
84525
- "type": {
84526
- "kind": "SCALAR",
84527
- "name": "Boolean",
84528
- "ofType": null
84529
- }
84530
- },
84531
- {
84532
- "args": [],
84533
- "deprecationReason": null,
84534
- "description": "For schedule_type=fixed, the date the schedule should start",
84535
- "isDeprecated": false,
84536
- "name": "startTime",
84537
- "type": {
84538
- "kind": "SCALAR",
84539
- "name": "DateTime",
84540
- "ofType": null
84541
- }
84542
- },
84543
- {
84544
- "args": [],
84545
- "deprecationReason": null,
84546
- "description": "For schedule_type=dynamic, the minimum time interval between job executions",
84547
- "isDeprecated": false,
84548
- "name": "minIntervalMinutes",
84549
- "type": {
84550
- "kind": "SCALAR",
84551
- "name": "Int",
84552
- "ofType": null
84553
- }
84554
- },
84555
- {
84556
- "args": [],
84557
- "deprecationReason": null,
84558
- "description": "Timezone for daylight savings and interpreting cron expressions.",
84559
- "isDeprecated": false,
84560
- "name": "timezone",
84561
- "type": {
84562
- "kind": "NON_NULL",
84563
- "name": null,
84564
- "ofType": {
84565
- "kind": "SCALAR",
84566
- "name": "String",
84567
- "ofType": null
84568
- }
84569
- }
84570
- },
84571
- {
84572
- "args": [],
84573
- "deprecationReason": null,
84574
- "description": "If true, the schedule was automatically generated by Monte Carlo. If false, the schedule was configured by the user.",
84575
- "isDeprecated": false,
84576
- "name": "isAutomatic",
84577
- "type": {
84578
- "kind": "NON_NULL",
84579
- "name": null,
84580
- "ofType": {
84581
- "kind": "SCALAR",
84582
- "name": "Boolean",
84583
- "ofType": null
84584
- }
84585
- }
84586
- },
84587
- {
84588
- "args": [],
84589
- "deprecationReason": null,
84590
- "description": "Mcons of tables to trigger schedule on update",
84591
- "isDeprecated": false,
84592
- "name": "dynamicScheduleMcons",
84593
- "type": {
84594
- "kind": "LIST",
84595
- "name": null,
84596
- "ofType": {
84597
- "kind": "SCALAR",
84598
- "name": "String",
84599
- "ofType": null
84600
- }
84601
- }
84602
- }
84603
- ],
84604
- "inputFields": null,
84605
- "interfaces": [],
84606
- "kind": "OBJECT",
84607
- "name": "ScheduleConfigOutput",
84608
- "possibleTypes": null
84609
- },
84610
- {
84611
- "description": null,
84612
- "enumValues": [
84613
- {
84614
- "deprecationReason": null,
84615
- "description": null,
84616
- "isDeprecated": false,
84617
- "name": "LOOSE"
84618
- },
84619
- {
84620
- "deprecationReason": null,
84621
- "description": null,
84622
- "isDeprecated": false,
84623
- "name": "FIXED"
84624
- },
84625
- {
84626
- "deprecationReason": null,
84627
- "description": null,
84628
- "isDeprecated": false,
84629
- "name": "DYNAMIC"
84630
- },
84631
- {
84632
- "deprecationReason": null,
84633
- "description": null,
84634
- "isDeprecated": false,
84635
- "name": "MANUAL"
84636
- }
84637
- ],
84638
- "fields": null,
84639
- "inputFields": null,
84640
- "interfaces": null,
84641
- "kind": "ENUM",
84642
- "name": "ScheduleType",
84643
- "possibleTypes": null
84644
- },
84645
84704
  {
84646
84705
  "description": null,
84647
84706
  "enumValues": null,
@@ -132061,6 +132120,160 @@
132061
132120
  "name": "ManyToManyChange",
132062
132121
  "possibleTypes": null
132063
132122
  },
132123
+ {
132124
+ "description": null,
132125
+ "enumValues": null,
132126
+ "fields": [
132127
+ {
132128
+ "args": [],
132129
+ "deprecationReason": null,
132130
+ "description": "Unique identifier for the access request",
132131
+ "isDeprecated": false,
132132
+ "name": "id",
132133
+ "type": {
132134
+ "kind": "SCALAR",
132135
+ "name": "Int",
132136
+ "ofType": null
132137
+ }
132138
+ },
132139
+ {
132140
+ "args": [],
132141
+ "deprecationReason": null,
132142
+ "description": "User who requested access",
132143
+ "isDeprecated": false,
132144
+ "name": "userId",
132145
+ "type": {
132146
+ "kind": "NON_NULL",
132147
+ "name": null,
132148
+ "ofType": {
132149
+ "kind": "SCALAR",
132150
+ "name": "UUID",
132151
+ "ofType": null
132152
+ }
132153
+ }
132154
+ },
132155
+ {
132156
+ "args": [],
132157
+ "deprecationReason": null,
132158
+ "description": "Current status of the access request",
132159
+ "isDeprecated": false,
132160
+ "name": "status",
132161
+ "type": {
132162
+ "kind": "ENUM",
132163
+ "name": "Status",
132164
+ "ofType": null
132165
+ }
132166
+ },
132167
+ {
132168
+ "args": [],
132169
+ "deprecationReason": null,
132170
+ "description": "Permission requested",
132171
+ "isDeprecated": false,
132172
+ "name": "targetPermission",
132173
+ "type": {
132174
+ "kind": "NON_NULL",
132175
+ "name": null,
132176
+ "ofType": {
132177
+ "kind": "ENUM",
132178
+ "name": "Permission",
132179
+ "ofType": null
132180
+ }
132181
+ }
132182
+ },
132183
+ {
132184
+ "args": [],
132185
+ "deprecationReason": null,
132186
+ "description": "Object ID access was requested for",
132187
+ "isDeprecated": false,
132188
+ "name": "targetId",
132189
+ "type": {
132190
+ "kind": "SCALAR",
132191
+ "name": "String",
132192
+ "ofType": null
132193
+ }
132194
+ },
132195
+ {
132196
+ "args": [],
132197
+ "deprecationReason": null,
132198
+ "description": "Reason for requesting access",
132199
+ "isDeprecated": false,
132200
+ "name": "reason",
132201
+ "type": {
132202
+ "kind": "SCALAR",
132203
+ "name": "String",
132204
+ "ofType": null
132205
+ }
132206
+ },
132207
+ {
132208
+ "args": [],
132209
+ "deprecationReason": null,
132210
+ "description": "When the request was created",
132211
+ "isDeprecated": false,
132212
+ "name": "createdTime",
132213
+ "type": {
132214
+ "kind": "SCALAR",
132215
+ "name": "DateTime",
132216
+ "ofType": null
132217
+ }
132218
+ },
132219
+ {
132220
+ "args": [],
132221
+ "deprecationReason": null,
132222
+ "description": "When the request was last updated",
132223
+ "isDeprecated": false,
132224
+ "name": "updatedTime",
132225
+ "type": {
132226
+ "kind": "SCALAR",
132227
+ "name": "DateTime",
132228
+ "ofType": null
132229
+ }
132230
+ },
132231
+ {
132232
+ "args": [],
132233
+ "deprecationReason": null,
132234
+ "description": "List of admin emails that were notified about this request",
132235
+ "isDeprecated": false,
132236
+ "name": "notifiedAdmins",
132237
+ "type": {
132238
+ "kind": "LIST",
132239
+ "name": null,
132240
+ "ofType": {
132241
+ "kind": "SCALAR",
132242
+ "name": "String",
132243
+ "ofType": null
132244
+ }
132245
+ }
132246
+ }
132247
+ ],
132248
+ "inputFields": null,
132249
+ "interfaces": [],
132250
+ "kind": "OBJECT",
132251
+ "name": "AccessRequest",
132252
+ "possibleTypes": null
132253
+ },
132254
+ {
132255
+ "description": "Access Request status",
132256
+ "enumValues": [
132257
+ {
132258
+ "deprecationReason": null,
132259
+ "description": null,
132260
+ "isDeprecated": false,
132261
+ "name": "PENDING"
132262
+ },
132263
+ {
132264
+ "deprecationReason": null,
132265
+ "description": null,
132266
+ "isDeprecated": false,
132267
+ "name": "NOTIFIED"
132268
+ }
132269
+ ],
132270
+ "fields": null,
132271
+ "inputFields": null,
132272
+ "interfaces": null,
132273
+ "kind": "ENUM",
132274
+ "name": "Status",
132275
+ "possibleTypes": null
132276
+ },
132064
132277
  {
132065
132278
  "description": null,
132066
132279
  "enumValues": null,
@@ -145479,6 +145692,12 @@
145479
145692
  "isDeprecated": false,
145480
145693
  "name": "PENDING"
145481
145694
  },
145695
+ {
145696
+ "deprecationReason": null,
145697
+ "description": null,
145698
+ "isDeprecated": false,
145699
+ "name": "NOTIFIED"
145700
+ },
145482
145701
  {
145483
145702
  "deprecationReason": null,
145484
145703
  "description": null,
@@ -164940,6 +165159,53 @@
164940
165159
  "ofType": null
164941
165160
  }
164942
165161
  },
165162
+ {
165163
+ "args": [
165164
+ {
165165
+ "defaultValue": null,
165166
+ "description": "Reason for requesting access",
165167
+ "name": "reason",
165168
+ "type": {
165169
+ "kind": "SCALAR",
165170
+ "name": "String",
165171
+ "ofType": null
165172
+ }
165173
+ },
165174
+ {
165175
+ "defaultValue": null,
165176
+ "description": "Object ID access was requested for",
165177
+ "name": "targetId",
165178
+ "type": {
165179
+ "kind": "SCALAR",
165180
+ "name": "String",
165181
+ "ofType": null
165182
+ }
165183
+ },
165184
+ {
165185
+ "defaultValue": null,
165186
+ "description": "Permission requested",
165187
+ "name": "targetPermission",
165188
+ "type": {
165189
+ "kind": "NON_NULL",
165190
+ "name": null,
165191
+ "ofType": {
165192
+ "kind": "ENUM",
165193
+ "name": "Permission",
165194
+ "ofType": null
165195
+ }
165196
+ }
165197
+ }
165198
+ ],
165199
+ "deprecationReason": null,
165200
+ "description": "(experimental) Request permissions that the user is missing",
165201
+ "isDeprecated": false,
165202
+ "name": "requestAccess",
165203
+ "type": {
165204
+ "kind": "OBJECT",
165205
+ "name": "AccessRequestOutput",
165206
+ "ofType": null
165207
+ }
165208
+ },
164943
165209
  {
164944
165210
  "args": [
164945
165211
  {
@@ -185873,6 +186139,45 @@
185873
186139
  "name": "ProvisioningSchema",
185874
186140
  "possibleTypes": null
185875
186141
  },
186142
+ {
186143
+ "description": null,
186144
+ "enumValues": null,
186145
+ "fields": [
186146
+ {
186147
+ "args": [],
186148
+ "deprecationReason": null,
186149
+ "description": "Whether the operation was successful",
186150
+ "isDeprecated": false,
186151
+ "name": "success",
186152
+ "type": {
186153
+ "kind": "NON_NULL",
186154
+ "name": null,
186155
+ "ofType": {
186156
+ "kind": "SCALAR",
186157
+ "name": "Boolean",
186158
+ "ofType": null
186159
+ }
186160
+ }
186161
+ },
186162
+ {
186163
+ "args": [],
186164
+ "deprecationReason": null,
186165
+ "description": "The access request object",
186166
+ "isDeprecated": false,
186167
+ "name": "accessRequest",
186168
+ "type": {
186169
+ "kind": "OBJECT",
186170
+ "name": "AccessRequest",
186171
+ "ofType": null
186172
+ }
186173
+ }
186174
+ ],
186175
+ "inputFields": null,
186176
+ "interfaces": [],
186177
+ "kind": "OBJECT",
186178
+ "name": "AccessRequestOutput",
186179
+ "possibleTypes": null
186180
+ },
185876
186181
  {
185877
186182
  "description": "Create or update a resource",
185878
186183
  "enumValues": null,
pycarlo/lib/schema.py CHANGED
@@ -342,12 +342,13 @@ class AlertAccessRequestStatus(sgqlc.types.Enum):
342
342
  """Enumeration Choices:
343
343
 
344
344
  * `EXPIRED`None
345
+ * `NOTIFIED`None
345
346
  * `PENDING`None
346
347
  * `RESOLVED`None
347
348
  """
348
349
 
349
350
  __schema__ = schema
350
- __choices__ = ("EXPIRED", "PENDING", "RESOLVED")
351
+ __choices__ = ("EXPIRED", "NOTIFIED", "PENDING", "RESOLVED")
351
352
 
352
353
 
353
354
  class AlertGroupBy(sgqlc.types.Enum):
@@ -4780,6 +4781,19 @@ class StatementOption(sgqlc.types.Enum):
4780
4781
  __choices__ = ("ALL_ACCOUNT_OWNERS", "SPECIFIC_ADDRESSES")
4781
4782
 
4782
4783
 
4784
+ class Status(sgqlc.types.Enum):
4785
+ """Access Request status
4786
+
4787
+ Enumeration Choices:
4788
+
4789
+ * `NOTIFIED`None
4790
+ * `PENDING`None
4791
+ """
4792
+
4793
+ __schema__ = schema
4794
+ __choices__ = ("NOTIFIED", "PENDING")
4795
+
4796
+
4783
4797
  class StorageTypeEnum(sgqlc.types.Enum):
4784
4798
  """Enumeration Choices:
4785
4799
 
@@ -10941,6 +10955,59 @@ class AIMessageOutput(sgqlc.types.Type):
10941
10955
  """When streaming the results, it returns the status of the request"""
10942
10956
 
10943
10957
 
10958
+ class AccessRequest(sgqlc.types.Type):
10959
+ __schema__ = schema
10960
+ __field_names__ = (
10961
+ "id",
10962
+ "user_id",
10963
+ "status",
10964
+ "target_permission",
10965
+ "target_id",
10966
+ "reason",
10967
+ "created_time",
10968
+ "updated_time",
10969
+ "notified_admins",
10970
+ )
10971
+ id = sgqlc.types.Field(Int, graphql_name="id")
10972
+ """Unique identifier for the access request"""
10973
+
10974
+ user_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name="userId")
10975
+ """User who requested access"""
10976
+
10977
+ status = sgqlc.types.Field(Status, graphql_name="status")
10978
+ """Current status of the access request"""
10979
+
10980
+ target_permission = sgqlc.types.Field(
10981
+ sgqlc.types.non_null(Permission), graphql_name="targetPermission"
10982
+ )
10983
+ """Permission requested"""
10984
+
10985
+ target_id = sgqlc.types.Field(String, graphql_name="targetId")
10986
+ """Object ID access was requested for"""
10987
+
10988
+ reason = sgqlc.types.Field(String, graphql_name="reason")
10989
+ """Reason for requesting access"""
10990
+
10991
+ created_time = sgqlc.types.Field(DateTime, graphql_name="createdTime")
10992
+ """When the request was created"""
10993
+
10994
+ updated_time = sgqlc.types.Field(DateTime, graphql_name="updatedTime")
10995
+ """When the request was last updated"""
10996
+
10997
+ notified_admins = sgqlc.types.Field(sgqlc.types.list_of(String), graphql_name="notifiedAdmins")
10998
+ """List of admin emails that were notified about this request"""
10999
+
11000
+
11001
+ class AccessRequestOutput(sgqlc.types.Type):
11002
+ __schema__ = schema
11003
+ __field_names__ = ("success", "access_request")
11004
+ success = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name="success")
11005
+ """Whether the operation was successful"""
11006
+
11007
+ access_request = sgqlc.types.Field(AccessRequest, graphql_name="accessRequest")
11008
+ """The access request object"""
11009
+
11010
+
10944
11011
  class AccessToken(sgqlc.types.Type):
10945
11012
  """Generated API Token ID and Access Key. Only available once"""
10946
11013
 
@@ -25122,6 +25189,7 @@ class Mutation(sgqlc.types.Type):
25122
25189
  "delete_authorization_group",
25123
25190
  "update_user_authorization_group_membership",
25124
25191
  "create_or_update_auth_provisioning",
25192
+ "request_access",
25125
25193
  "create_or_update_resource",
25126
25194
  "match_and_create_bi_warehouse_sources",
25127
25195
  "toggle_disable_sampling",
@@ -36864,6 +36932,33 @@ class Mutation(sgqlc.types.Type):
36864
36932
  * `uuid` (`UUID`): For updating an auth provisioning config.
36865
36933
  """
36866
36934
 
36935
+ request_access = sgqlc.types.Field(
36936
+ AccessRequestOutput,
36937
+ graphql_name="requestAccess",
36938
+ args=sgqlc.types.ArgDict(
36939
+ (
36940
+ ("reason", sgqlc.types.Arg(String, graphql_name="reason", default=None)),
36941
+ ("target_id", sgqlc.types.Arg(String, graphql_name="targetId", default=None)),
36942
+ (
36943
+ "target_permission",
36944
+ sgqlc.types.Arg(
36945
+ sgqlc.types.non_null(Permission),
36946
+ graphql_name="targetPermission",
36947
+ default=None,
36948
+ ),
36949
+ ),
36950
+ )
36951
+ ),
36952
+ )
36953
+ """(experimental) Request permissions that the user is missing
36954
+
36955
+ Arguments:
36956
+
36957
+ * `reason` (`String`): Reason for requesting access
36958
+ * `target_id` (`String`): Object ID access was requested for
36959
+ * `target_permission` (`Permission!`): Permission requested
36960
+ """
36961
+
36867
36962
  create_or_update_resource = sgqlc.types.Field(
36868
36963
  CreateOrUpdateResource,
36869
36964
  graphql_name="createOrUpdateResource",
@@ -43646,6 +43741,7 @@ class Query(sgqlc.types.Type):
43646
43741
  "get_authorization_groups",
43647
43742
  "get_user_authorization",
43648
43743
  "get_authorization_provisioning",
43744
+ "get_access_request",
43649
43745
  "search",
43650
43746
  "search_tables_for_dynamic_schedule",
43651
43747
  "get_object",
@@ -55584,6 +55680,34 @@ class Query(sgqlc.types.Type):
55584
55680
  account.
55585
55681
  """
55586
55682
 
55683
+ get_access_request = sgqlc.types.Field(
55684
+ AccessRequest,
55685
+ graphql_name="getAccessRequest",
55686
+ args=sgqlc.types.ArgDict(
55687
+ (
55688
+ (
55689
+ "target_permission",
55690
+ sgqlc.types.Arg(
55691
+ sgqlc.types.non_null(Permission),
55692
+ graphql_name="targetPermission",
55693
+ default=None,
55694
+ ),
55695
+ ),
55696
+ ("target_id", sgqlc.types.Arg(String, graphql_name="targetId", default=None)),
55697
+ ("reason", sgqlc.types.Arg(String, graphql_name="reason", default=None)),
55698
+ )
55699
+ ),
55700
+ )
55701
+ """(experimental) Get the status of an alert access request for the
55702
+ current user
55703
+
55704
+ Arguments:
55705
+
55706
+ * `target_permission` (`Permission!`): Permission requested
55707
+ * `target_id` (`String`): Object ID access was requested for
55708
+ * `reason` (`String`): Reason for requesting access
55709
+ """
55710
+
55587
55711
  search = sgqlc.types.Field(
55588
55712
  "SearchResponse",
55589
55713
  graphql_name="search",
@@ -67217,6 +67341,7 @@ class Warehouse(sgqlc.types.Type):
67217
67341
  "supports_activity_filters",
67218
67342
  "mcon",
67219
67343
  "metadata_connection",
67344
+ "metadata_schedule",
67220
67345
  "create_alerts_in_datasource",
67221
67346
  "custom_monitor_count",
67222
67347
  "total_monitor_count",
@@ -67526,6 +67651,9 @@ class Warehouse(sgqlc.types.Type):
67526
67651
  metadata_connection = sgqlc.types.Field(Connection, graphql_name="metadataConnection")
67527
67652
  """The connection used for metadata collection of the warehouse"""
67528
67653
 
67654
+ metadata_schedule = sgqlc.types.Field(ScheduleConfigOutput, graphql_name="metadataSchedule")
67655
+ """The schedule used for default metadata collection"""
67656
+
67529
67657
  create_alerts_in_datasource = sgqlc.types.Field(
67530
67658
  Boolean, graphql_name="createAlertsInDatasource"
67531
67659
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.145
3
+ Version: 0.10.147
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=6iIxt5GbNohMhbZjwTHK_jGE0qhIWZAGCuWE4E4W8G4,6192971
39
- pycarlo/lib/schema.py,sha256=o6QJ5X3uUAorZUZcrgRr0Y5hHkqZXIn43tNr9KQI2Fs,2689451
40
- pycarlo-0.10.145.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.145.dist-info/METADATA,sha256=cDgeh_CiXA8rTDvpUxSFeDdlJ9aBRnYk0eV9NY975Tk,8742
42
- pycarlo-0.10.145.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.145.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.145.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=gBqdsuXoqkhjWnreWto0OROkpDjUhgh3rY4ihjbvapM,6202501
39
+ pycarlo/lib/schema.py,sha256=fUIgRNHcG7t7BvDZtUPtRFvLd_8hMNnX04cJWMdgu68,2693610
40
+ pycarlo-0.10.147.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.147.dist-info/METADATA,sha256=YLTjLy26lo5M7Hm0JnMZNJ8GJ2m0vWByOgxU9KLdJSE,8742
42
+ pycarlo-0.10.147.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.147.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.147.dist-info/RECORD,,