pycarlo 0.10.146__py3-none-any.whl → 0.10.148__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 +633 -357
- pycarlo/lib/schema.py +45 -0
- {pycarlo-0.10.146.dist-info → pycarlo-0.10.148.dist-info}/METADATA +1 -1
- {pycarlo-0.10.146.dist-info → pycarlo-0.10.148.dist-info}/RECORD +7 -7
- {pycarlo-0.10.146.dist-info → pycarlo-0.10.148.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.146.dist-info → pycarlo-0.10.148.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.146.dist-info → pycarlo-0.10.148.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -50386,6 +50386,18 @@
|
|
|
50386
50386
|
"ofType": null
|
|
50387
50387
|
}
|
|
50388
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
|
+
},
|
|
50389
50401
|
{
|
|
50390
50402
|
"args": [],
|
|
50391
50403
|
"deprecationReason": null,
|
|
@@ -82346,6 +82358,12 @@
|
|
|
82346
82358
|
"description": null,
|
|
82347
82359
|
"isDeprecated": false,
|
|
82348
82360
|
"name": "gt"
|
|
82361
|
+
},
|
|
82362
|
+
{
|
|
82363
|
+
"deprecationReason": null,
|
|
82364
|
+
"description": null,
|
|
82365
|
+
"isDeprecated": false,
|
|
82366
|
+
"name": "is_null"
|
|
82349
82367
|
}
|
|
82350
82368
|
],
|
|
82351
82369
|
"fields": null,
|
|
@@ -82634,73 +82652,43 @@
|
|
|
82634
82652
|
{
|
|
82635
82653
|
"args": [],
|
|
82636
82654
|
"deprecationReason": null,
|
|
82637
|
-
"description":
|
|
82655
|
+
"description": "Type of schedule",
|
|
82638
82656
|
"isDeprecated": false,
|
|
82639
|
-
"name": "
|
|
82657
|
+
"name": "scheduleType",
|
|
82640
82658
|
"type": {
|
|
82641
|
-
"kind": "
|
|
82642
|
-
"name":
|
|
82643
|
-
"ofType":
|
|
82659
|
+
"kind": "NON_NULL",
|
|
82660
|
+
"name": null,
|
|
82661
|
+
"ofType": {
|
|
82662
|
+
"kind": "ENUM",
|
|
82663
|
+
"name": "ScheduleType",
|
|
82664
|
+
"ofType": null
|
|
82665
|
+
}
|
|
82644
82666
|
}
|
|
82645
82667
|
},
|
|
82646
82668
|
{
|
|
82647
82669
|
"args": [],
|
|
82648
82670
|
"deprecationReason": null,
|
|
82649
|
-
"description": "
|
|
82671
|
+
"description": "Time interval between job executions, in minutes",
|
|
82650
82672
|
"isDeprecated": false,
|
|
82651
|
-
"name": "
|
|
82673
|
+
"name": "intervalMinutes",
|
|
82652
82674
|
"type": {
|
|
82653
82675
|
"kind": "SCALAR",
|
|
82654
|
-
"name": "
|
|
82676
|
+
"name": "Int",
|
|
82655
82677
|
"ofType": null
|
|
82656
82678
|
}
|
|
82657
|
-
}
|
|
82658
|
-
],
|
|
82659
|
-
"inputFields": null,
|
|
82660
|
-
"interfaces": [],
|
|
82661
|
-
"kind": "OBJECT",
|
|
82662
|
-
"name": "WarehouseRelation",
|
|
82663
|
-
"possibleTypes": null
|
|
82664
|
-
},
|
|
82665
|
-
{
|
|
82666
|
-
"description": null,
|
|
82667
|
-
"enumValues": [
|
|
82668
|
-
{
|
|
82669
|
-
"deprecationReason": null,
|
|
82670
|
-
"description": null,
|
|
82671
|
-
"isDeprecated": false,
|
|
82672
|
-
"name": "CONSUMER"
|
|
82673
82679
|
},
|
|
82674
|
-
{
|
|
82675
|
-
"deprecationReason": null,
|
|
82676
|
-
"description": null,
|
|
82677
|
-
"isDeprecated": false,
|
|
82678
|
-
"name": "PRODUCER"
|
|
82679
|
-
}
|
|
82680
|
-
],
|
|
82681
|
-
"fields": null,
|
|
82682
|
-
"inputFields": null,
|
|
82683
|
-
"interfaces": null,
|
|
82684
|
-
"kind": "ENUM",
|
|
82685
|
-
"name": "WarehouseRelationType",
|
|
82686
|
-
"possibleTypes": null
|
|
82687
|
-
},
|
|
82688
|
-
{
|
|
82689
|
-
"description": null,
|
|
82690
|
-
"enumValues": null,
|
|
82691
|
-
"fields": [
|
|
82692
82680
|
{
|
|
82693
82681
|
"args": [],
|
|
82694
82682
|
"deprecationReason": null,
|
|
82695
|
-
"description": "
|
|
82683
|
+
"description": "For schedule_type=fixed, one or more cron schedules to determine the next execution, each time uses the closest value of all schedules",
|
|
82696
82684
|
"isDeprecated": false,
|
|
82697
|
-
"name": "
|
|
82685
|
+
"name": "intervalCrontab",
|
|
82698
82686
|
"type": {
|
|
82699
|
-
"kind": "
|
|
82687
|
+
"kind": "LIST",
|
|
82700
82688
|
"name": null,
|
|
82701
82689
|
"ofType": {
|
|
82702
|
-
"kind": "
|
|
82703
|
-
"name": "
|
|
82690
|
+
"kind": "SCALAR",
|
|
82691
|
+
"name": "String",
|
|
82704
82692
|
"ofType": null
|
|
82705
82693
|
}
|
|
82706
82694
|
}
|
|
@@ -82708,52 +82696,45 @@
|
|
|
82708
82696
|
{
|
|
82709
82697
|
"args": [],
|
|
82710
82698
|
"deprecationReason": null,
|
|
82711
|
-
"description": "
|
|
82699
|
+
"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.",
|
|
82712
82700
|
"isDeprecated": false,
|
|
82713
|
-
"name": "
|
|
82701
|
+
"name": "intervalCrontabDayOr",
|
|
82714
82702
|
"type": {
|
|
82715
|
-
"kind": "
|
|
82716
|
-
"name":
|
|
82717
|
-
"ofType":
|
|
82718
|
-
"kind": "LIST",
|
|
82719
|
-
"name": null,
|
|
82720
|
-
"ofType": {
|
|
82721
|
-
"kind": "OBJECT",
|
|
82722
|
-
"name": "TableAnomalyEdge",
|
|
82723
|
-
"ofType": null
|
|
82724
|
-
}
|
|
82725
|
-
}
|
|
82703
|
+
"kind": "SCALAR",
|
|
82704
|
+
"name": "Boolean",
|
|
82705
|
+
"ofType": null
|
|
82726
82706
|
}
|
|
82727
|
-
}
|
|
82728
|
-
],
|
|
82729
|
-
"inputFields": null,
|
|
82730
|
-
"interfaces": [],
|
|
82731
|
-
"kind": "OBJECT",
|
|
82732
|
-
"name": "TableAnomalyConnection",
|
|
82733
|
-
"possibleTypes": null
|
|
82734
|
-
},
|
|
82735
|
-
{
|
|
82736
|
-
"description": "A Relay edge containing a `TableAnomaly` and its cursor.",
|
|
82737
|
-
"enumValues": null,
|
|
82738
|
-
"fields": [
|
|
82707
|
+
},
|
|
82739
82708
|
{
|
|
82740
82709
|
"args": [],
|
|
82741
82710
|
"deprecationReason": null,
|
|
82742
|
-
"description": "
|
|
82711
|
+
"description": "For schedule_type=fixed, the date the schedule should start",
|
|
82743
82712
|
"isDeprecated": false,
|
|
82744
|
-
"name": "
|
|
82713
|
+
"name": "startTime",
|
|
82745
82714
|
"type": {
|
|
82746
|
-
"kind": "
|
|
82747
|
-
"name": "
|
|
82715
|
+
"kind": "SCALAR",
|
|
82716
|
+
"name": "DateTime",
|
|
82748
82717
|
"ofType": null
|
|
82749
82718
|
}
|
|
82750
82719
|
},
|
|
82751
82720
|
{
|
|
82752
82721
|
"args": [],
|
|
82753
82722
|
"deprecationReason": null,
|
|
82754
|
-
"description": "
|
|
82723
|
+
"description": "For schedule_type=dynamic, the minimum time interval between job executions",
|
|
82755
82724
|
"isDeprecated": false,
|
|
82756
|
-
"name": "
|
|
82725
|
+
"name": "minIntervalMinutes",
|
|
82726
|
+
"type": {
|
|
82727
|
+
"kind": "SCALAR",
|
|
82728
|
+
"name": "Int",
|
|
82729
|
+
"ofType": null
|
|
82730
|
+
}
|
|
82731
|
+
},
|
|
82732
|
+
{
|
|
82733
|
+
"args": [],
|
|
82734
|
+
"deprecationReason": null,
|
|
82735
|
+
"description": "Timezone for daylight savings and interpreting cron expressions.",
|
|
82736
|
+
"isDeprecated": false,
|
|
82737
|
+
"name": "timezone",
|
|
82757
82738
|
"type": {
|
|
82758
82739
|
"kind": "NON_NULL",
|
|
82759
82740
|
"name": null,
|
|
@@ -82763,30 +82744,19 @@
|
|
|
82763
82744
|
"ofType": null
|
|
82764
82745
|
}
|
|
82765
82746
|
}
|
|
82766
|
-
}
|
|
82767
|
-
],
|
|
82768
|
-
"inputFields": null,
|
|
82769
|
-
"interfaces": [],
|
|
82770
|
-
"kind": "OBJECT",
|
|
82771
|
-
"name": "TableAnomalyEdge",
|
|
82772
|
-
"possibleTypes": null
|
|
82773
|
-
},
|
|
82774
|
-
{
|
|
82775
|
-
"description": null,
|
|
82776
|
-
"enumValues": null,
|
|
82777
|
-
"fields": [
|
|
82747
|
+
},
|
|
82778
82748
|
{
|
|
82779
82749
|
"args": [],
|
|
82780
82750
|
"deprecationReason": null,
|
|
82781
|
-
"description": "
|
|
82751
|
+
"description": "If true, the schedule was automatically generated by Monte Carlo. If false, the schedule was configured by the user.",
|
|
82782
82752
|
"isDeprecated": false,
|
|
82783
|
-
"name": "
|
|
82753
|
+
"name": "isAutomatic",
|
|
82784
82754
|
"type": {
|
|
82785
82755
|
"kind": "NON_NULL",
|
|
82786
82756
|
"name": null,
|
|
82787
82757
|
"ofType": {
|
|
82788
|
-
"kind": "
|
|
82789
|
-
"name": "
|
|
82758
|
+
"kind": "SCALAR",
|
|
82759
|
+
"name": "Boolean",
|
|
82790
82760
|
"ofType": null
|
|
82791
82761
|
}
|
|
82792
82762
|
}
|
|
@@ -82794,20 +82764,16 @@
|
|
|
82794
82764
|
{
|
|
82795
82765
|
"args": [],
|
|
82796
82766
|
"deprecationReason": null,
|
|
82797
|
-
"description": "
|
|
82767
|
+
"description": "Mcons of tables to trigger schedule on update",
|
|
82798
82768
|
"isDeprecated": false,
|
|
82799
|
-
"name": "
|
|
82769
|
+
"name": "dynamicScheduleMcons",
|
|
82800
82770
|
"type": {
|
|
82801
|
-
"kind": "
|
|
82771
|
+
"kind": "LIST",
|
|
82802
82772
|
"name": null,
|
|
82803
82773
|
"ofType": {
|
|
82804
|
-
"kind": "
|
|
82805
|
-
"name":
|
|
82806
|
-
"ofType":
|
|
82807
|
-
"kind": "OBJECT",
|
|
82808
|
-
"name": "TableTagEdge",
|
|
82809
|
-
"ofType": null
|
|
82810
|
-
}
|
|
82774
|
+
"kind": "SCALAR",
|
|
82775
|
+
"name": "String",
|
|
82776
|
+
"ofType": null
|
|
82811
82777
|
}
|
|
82812
82778
|
}
|
|
82813
82779
|
}
|
|
@@ -82815,46 +82781,42 @@
|
|
|
82815
82781
|
"inputFields": null,
|
|
82816
82782
|
"interfaces": [],
|
|
82817
82783
|
"kind": "OBJECT",
|
|
82818
|
-
"name": "
|
|
82784
|
+
"name": "ScheduleConfigOutput",
|
|
82819
82785
|
"possibleTypes": null
|
|
82820
82786
|
},
|
|
82821
82787
|
{
|
|
82822
|
-
"description":
|
|
82823
|
-
"enumValues":
|
|
82824
|
-
"fields": [
|
|
82788
|
+
"description": null,
|
|
82789
|
+
"enumValues": [
|
|
82825
82790
|
{
|
|
82826
|
-
"args": [],
|
|
82827
82791
|
"deprecationReason": null,
|
|
82828
|
-
"description":
|
|
82792
|
+
"description": null,
|
|
82829
82793
|
"isDeprecated": false,
|
|
82830
|
-
"name": "
|
|
82831
|
-
"type": {
|
|
82832
|
-
"kind": "OBJECT",
|
|
82833
|
-
"name": "TableTag",
|
|
82834
|
-
"ofType": null
|
|
82835
|
-
}
|
|
82794
|
+
"name": "LOOSE"
|
|
82836
82795
|
},
|
|
82837
82796
|
{
|
|
82838
|
-
"args": [],
|
|
82839
82797
|
"deprecationReason": null,
|
|
82840
|
-
"description":
|
|
82798
|
+
"description": null,
|
|
82841
82799
|
"isDeprecated": false,
|
|
82842
|
-
"name": "
|
|
82843
|
-
|
|
82844
|
-
|
|
82845
|
-
|
|
82846
|
-
|
|
82847
|
-
|
|
82848
|
-
|
|
82849
|
-
|
|
82850
|
-
|
|
82851
|
-
|
|
82800
|
+
"name": "FIXED"
|
|
82801
|
+
},
|
|
82802
|
+
{
|
|
82803
|
+
"deprecationReason": null,
|
|
82804
|
+
"description": null,
|
|
82805
|
+
"isDeprecated": false,
|
|
82806
|
+
"name": "DYNAMIC"
|
|
82807
|
+
},
|
|
82808
|
+
{
|
|
82809
|
+
"deprecationReason": null,
|
|
82810
|
+
"description": null,
|
|
82811
|
+
"isDeprecated": false,
|
|
82812
|
+
"name": "MANUAL"
|
|
82852
82813
|
}
|
|
82853
82814
|
],
|
|
82815
|
+
"fields": null,
|
|
82854
82816
|
"inputFields": null,
|
|
82855
|
-
"interfaces":
|
|
82856
|
-
"kind": "
|
|
82857
|
-
"name": "
|
|
82817
|
+
"interfaces": null,
|
|
82818
|
+
"kind": "ENUM",
|
|
82819
|
+
"name": "ScheduleType",
|
|
82858
82820
|
"possibleTypes": null
|
|
82859
82821
|
},
|
|
82860
82822
|
{
|
|
@@ -82864,78 +82826,308 @@
|
|
|
82864
82826
|
{
|
|
82865
82827
|
"args": [],
|
|
82866
82828
|
"deprecationReason": null,
|
|
82867
|
-
"description":
|
|
82829
|
+
"description": null,
|
|
82868
82830
|
"isDeprecated": false,
|
|
82869
|
-
"name": "
|
|
82831
|
+
"name": "relationType",
|
|
82870
82832
|
"type": {
|
|
82871
|
-
"kind": "
|
|
82872
|
-
"name":
|
|
82873
|
-
"ofType":
|
|
82874
|
-
"kind": "SCALAR",
|
|
82875
|
-
"name": "ID",
|
|
82876
|
-
"ofType": null
|
|
82877
|
-
}
|
|
82833
|
+
"kind": "ENUM",
|
|
82834
|
+
"name": "WarehouseRelationType",
|
|
82835
|
+
"ofType": null
|
|
82878
82836
|
}
|
|
82879
82837
|
},
|
|
82880
82838
|
{
|
|
82881
82839
|
"args": [],
|
|
82882
82840
|
"deprecationReason": null,
|
|
82883
|
-
"description": "",
|
|
82841
|
+
"description": "UUID of the target warehouse",
|
|
82884
82842
|
"isDeprecated": false,
|
|
82885
|
-
"name": "
|
|
82843
|
+
"name": "targetWarehouseUuid",
|
|
82886
82844
|
"type": {
|
|
82887
|
-
"kind": "
|
|
82888
|
-
"name":
|
|
82889
|
-
"ofType":
|
|
82890
|
-
"kind": "OBJECT",
|
|
82891
|
-
"name": "WarehouseTable",
|
|
82892
|
-
"ofType": null
|
|
82893
|
-
}
|
|
82845
|
+
"kind": "SCALAR",
|
|
82846
|
+
"name": "UUID",
|
|
82847
|
+
"ofType": null
|
|
82894
82848
|
}
|
|
82895
|
-
}
|
|
82849
|
+
}
|
|
82850
|
+
],
|
|
82851
|
+
"inputFields": null,
|
|
82852
|
+
"interfaces": [],
|
|
82853
|
+
"kind": "OBJECT",
|
|
82854
|
+
"name": "WarehouseRelation",
|
|
82855
|
+
"possibleTypes": null
|
|
82856
|
+
},
|
|
82857
|
+
{
|
|
82858
|
+
"description": null,
|
|
82859
|
+
"enumValues": [
|
|
82896
82860
|
{
|
|
82897
|
-
"args": [],
|
|
82898
82861
|
"deprecationReason": null,
|
|
82899
|
-
"description":
|
|
82862
|
+
"description": null,
|
|
82900
82863
|
"isDeprecated": false,
|
|
82901
|
-
"name": "
|
|
82902
|
-
"type": {
|
|
82903
|
-
"kind": "NON_NULL",
|
|
82904
|
-
"name": null,
|
|
82905
|
-
"ofType": {
|
|
82906
|
-
"kind": "SCALAR",
|
|
82907
|
-
"name": "String",
|
|
82908
|
-
"ofType": null
|
|
82909
|
-
}
|
|
82910
|
-
}
|
|
82864
|
+
"name": "CONSUMER"
|
|
82911
82865
|
},
|
|
82912
82866
|
{
|
|
82913
|
-
"args": [],
|
|
82914
82867
|
"deprecationReason": null,
|
|
82915
|
-
"description":
|
|
82868
|
+
"description": null,
|
|
82916
82869
|
"isDeprecated": false,
|
|
82917
|
-
"name": "
|
|
82918
|
-
"type": {
|
|
82919
|
-
"kind": "NON_NULL",
|
|
82920
|
-
"name": null,
|
|
82921
|
-
"ofType": {
|
|
82922
|
-
"kind": "SCALAR",
|
|
82923
|
-
"name": "Boolean",
|
|
82924
|
-
"ofType": null
|
|
82925
|
-
}
|
|
82926
|
-
}
|
|
82870
|
+
"name": "PRODUCER"
|
|
82927
82871
|
}
|
|
82928
82872
|
],
|
|
82873
|
+
"fields": null,
|
|
82929
82874
|
"inputFields": null,
|
|
82930
|
-
"interfaces":
|
|
82931
|
-
|
|
82932
|
-
|
|
82933
|
-
|
|
82934
|
-
|
|
82935
|
-
|
|
82936
|
-
|
|
82937
|
-
"
|
|
82938
|
-
"
|
|
82875
|
+
"interfaces": null,
|
|
82876
|
+
"kind": "ENUM",
|
|
82877
|
+
"name": "WarehouseRelationType",
|
|
82878
|
+
"possibleTypes": null
|
|
82879
|
+
},
|
|
82880
|
+
{
|
|
82881
|
+
"description": null,
|
|
82882
|
+
"enumValues": null,
|
|
82883
|
+
"fields": [
|
|
82884
|
+
{
|
|
82885
|
+
"args": [],
|
|
82886
|
+
"deprecationReason": null,
|
|
82887
|
+
"description": "Pagination data for this connection.",
|
|
82888
|
+
"isDeprecated": false,
|
|
82889
|
+
"name": "pageInfo",
|
|
82890
|
+
"type": {
|
|
82891
|
+
"kind": "NON_NULL",
|
|
82892
|
+
"name": null,
|
|
82893
|
+
"ofType": {
|
|
82894
|
+
"kind": "OBJECT",
|
|
82895
|
+
"name": "PageInfo",
|
|
82896
|
+
"ofType": null
|
|
82897
|
+
}
|
|
82898
|
+
}
|
|
82899
|
+
},
|
|
82900
|
+
{
|
|
82901
|
+
"args": [],
|
|
82902
|
+
"deprecationReason": null,
|
|
82903
|
+
"description": "Contains the nodes in this connection.",
|
|
82904
|
+
"isDeprecated": false,
|
|
82905
|
+
"name": "edges",
|
|
82906
|
+
"type": {
|
|
82907
|
+
"kind": "NON_NULL",
|
|
82908
|
+
"name": null,
|
|
82909
|
+
"ofType": {
|
|
82910
|
+
"kind": "LIST",
|
|
82911
|
+
"name": null,
|
|
82912
|
+
"ofType": {
|
|
82913
|
+
"kind": "OBJECT",
|
|
82914
|
+
"name": "TableAnomalyEdge",
|
|
82915
|
+
"ofType": null
|
|
82916
|
+
}
|
|
82917
|
+
}
|
|
82918
|
+
}
|
|
82919
|
+
}
|
|
82920
|
+
],
|
|
82921
|
+
"inputFields": null,
|
|
82922
|
+
"interfaces": [],
|
|
82923
|
+
"kind": "OBJECT",
|
|
82924
|
+
"name": "TableAnomalyConnection",
|
|
82925
|
+
"possibleTypes": null
|
|
82926
|
+
},
|
|
82927
|
+
{
|
|
82928
|
+
"description": "A Relay edge containing a `TableAnomaly` and its cursor.",
|
|
82929
|
+
"enumValues": null,
|
|
82930
|
+
"fields": [
|
|
82931
|
+
{
|
|
82932
|
+
"args": [],
|
|
82933
|
+
"deprecationReason": null,
|
|
82934
|
+
"description": "The item at the end of the edge",
|
|
82935
|
+
"isDeprecated": false,
|
|
82936
|
+
"name": "node",
|
|
82937
|
+
"type": {
|
|
82938
|
+
"kind": "OBJECT",
|
|
82939
|
+
"name": "TableAnomaly",
|
|
82940
|
+
"ofType": null
|
|
82941
|
+
}
|
|
82942
|
+
},
|
|
82943
|
+
{
|
|
82944
|
+
"args": [],
|
|
82945
|
+
"deprecationReason": null,
|
|
82946
|
+
"description": "A cursor for use in pagination",
|
|
82947
|
+
"isDeprecated": false,
|
|
82948
|
+
"name": "cursor",
|
|
82949
|
+
"type": {
|
|
82950
|
+
"kind": "NON_NULL",
|
|
82951
|
+
"name": null,
|
|
82952
|
+
"ofType": {
|
|
82953
|
+
"kind": "SCALAR",
|
|
82954
|
+
"name": "String",
|
|
82955
|
+
"ofType": null
|
|
82956
|
+
}
|
|
82957
|
+
}
|
|
82958
|
+
}
|
|
82959
|
+
],
|
|
82960
|
+
"inputFields": null,
|
|
82961
|
+
"interfaces": [],
|
|
82962
|
+
"kind": "OBJECT",
|
|
82963
|
+
"name": "TableAnomalyEdge",
|
|
82964
|
+
"possibleTypes": null
|
|
82965
|
+
},
|
|
82966
|
+
{
|
|
82967
|
+
"description": null,
|
|
82968
|
+
"enumValues": null,
|
|
82969
|
+
"fields": [
|
|
82970
|
+
{
|
|
82971
|
+
"args": [],
|
|
82972
|
+
"deprecationReason": null,
|
|
82973
|
+
"description": "Pagination data for this connection.",
|
|
82974
|
+
"isDeprecated": false,
|
|
82975
|
+
"name": "pageInfo",
|
|
82976
|
+
"type": {
|
|
82977
|
+
"kind": "NON_NULL",
|
|
82978
|
+
"name": null,
|
|
82979
|
+
"ofType": {
|
|
82980
|
+
"kind": "OBJECT",
|
|
82981
|
+
"name": "PageInfo",
|
|
82982
|
+
"ofType": null
|
|
82983
|
+
}
|
|
82984
|
+
}
|
|
82985
|
+
},
|
|
82986
|
+
{
|
|
82987
|
+
"args": [],
|
|
82988
|
+
"deprecationReason": null,
|
|
82989
|
+
"description": "Contains the nodes in this connection.",
|
|
82990
|
+
"isDeprecated": false,
|
|
82991
|
+
"name": "edges",
|
|
82992
|
+
"type": {
|
|
82993
|
+
"kind": "NON_NULL",
|
|
82994
|
+
"name": null,
|
|
82995
|
+
"ofType": {
|
|
82996
|
+
"kind": "LIST",
|
|
82997
|
+
"name": null,
|
|
82998
|
+
"ofType": {
|
|
82999
|
+
"kind": "OBJECT",
|
|
83000
|
+
"name": "TableTagEdge",
|
|
83001
|
+
"ofType": null
|
|
83002
|
+
}
|
|
83003
|
+
}
|
|
83004
|
+
}
|
|
83005
|
+
}
|
|
83006
|
+
],
|
|
83007
|
+
"inputFields": null,
|
|
83008
|
+
"interfaces": [],
|
|
83009
|
+
"kind": "OBJECT",
|
|
83010
|
+
"name": "TableTagConnection",
|
|
83011
|
+
"possibleTypes": null
|
|
83012
|
+
},
|
|
83013
|
+
{
|
|
83014
|
+
"description": "A Relay edge containing a `TableTag` and its cursor.",
|
|
83015
|
+
"enumValues": null,
|
|
83016
|
+
"fields": [
|
|
83017
|
+
{
|
|
83018
|
+
"args": [],
|
|
83019
|
+
"deprecationReason": null,
|
|
83020
|
+
"description": "The item at the end of the edge",
|
|
83021
|
+
"isDeprecated": false,
|
|
83022
|
+
"name": "node",
|
|
83023
|
+
"type": {
|
|
83024
|
+
"kind": "OBJECT",
|
|
83025
|
+
"name": "TableTag",
|
|
83026
|
+
"ofType": null
|
|
83027
|
+
}
|
|
83028
|
+
},
|
|
83029
|
+
{
|
|
83030
|
+
"args": [],
|
|
83031
|
+
"deprecationReason": null,
|
|
83032
|
+
"description": "A cursor for use in pagination",
|
|
83033
|
+
"isDeprecated": false,
|
|
83034
|
+
"name": "cursor",
|
|
83035
|
+
"type": {
|
|
83036
|
+
"kind": "NON_NULL",
|
|
83037
|
+
"name": null,
|
|
83038
|
+
"ofType": {
|
|
83039
|
+
"kind": "SCALAR",
|
|
83040
|
+
"name": "String",
|
|
83041
|
+
"ofType": null
|
|
83042
|
+
}
|
|
83043
|
+
}
|
|
83044
|
+
}
|
|
83045
|
+
],
|
|
83046
|
+
"inputFields": null,
|
|
83047
|
+
"interfaces": [],
|
|
83048
|
+
"kind": "OBJECT",
|
|
83049
|
+
"name": "TableTagEdge",
|
|
83050
|
+
"possibleTypes": null
|
|
83051
|
+
},
|
|
83052
|
+
{
|
|
83053
|
+
"description": null,
|
|
83054
|
+
"enumValues": null,
|
|
83055
|
+
"fields": [
|
|
83056
|
+
{
|
|
83057
|
+
"args": [],
|
|
83058
|
+
"deprecationReason": null,
|
|
83059
|
+
"description": "The ID of the object.",
|
|
83060
|
+
"isDeprecated": false,
|
|
83061
|
+
"name": "id",
|
|
83062
|
+
"type": {
|
|
83063
|
+
"kind": "NON_NULL",
|
|
83064
|
+
"name": null,
|
|
83065
|
+
"ofType": {
|
|
83066
|
+
"kind": "SCALAR",
|
|
83067
|
+
"name": "ID",
|
|
83068
|
+
"ofType": null
|
|
83069
|
+
}
|
|
83070
|
+
}
|
|
83071
|
+
},
|
|
83072
|
+
{
|
|
83073
|
+
"args": [],
|
|
83074
|
+
"deprecationReason": null,
|
|
83075
|
+
"description": "",
|
|
83076
|
+
"isDeprecated": false,
|
|
83077
|
+
"name": "table",
|
|
83078
|
+
"type": {
|
|
83079
|
+
"kind": "NON_NULL",
|
|
83080
|
+
"name": null,
|
|
83081
|
+
"ofType": {
|
|
83082
|
+
"kind": "OBJECT",
|
|
83083
|
+
"name": "WarehouseTable",
|
|
83084
|
+
"ofType": null
|
|
83085
|
+
}
|
|
83086
|
+
}
|
|
83087
|
+
},
|
|
83088
|
+
{
|
|
83089
|
+
"args": [],
|
|
83090
|
+
"deprecationReason": null,
|
|
83091
|
+
"description": "",
|
|
83092
|
+
"isDeprecated": false,
|
|
83093
|
+
"name": "tag",
|
|
83094
|
+
"type": {
|
|
83095
|
+
"kind": "NON_NULL",
|
|
83096
|
+
"name": null,
|
|
83097
|
+
"ofType": {
|
|
83098
|
+
"kind": "SCALAR",
|
|
83099
|
+
"name": "String",
|
|
83100
|
+
"ofType": null
|
|
83101
|
+
}
|
|
83102
|
+
}
|
|
83103
|
+
},
|
|
83104
|
+
{
|
|
83105
|
+
"args": [],
|
|
83106
|
+
"deprecationReason": null,
|
|
83107
|
+
"description": "",
|
|
83108
|
+
"isDeprecated": false,
|
|
83109
|
+
"name": "isActive",
|
|
83110
|
+
"type": {
|
|
83111
|
+
"kind": "NON_NULL",
|
|
83112
|
+
"name": null,
|
|
83113
|
+
"ofType": {
|
|
83114
|
+
"kind": "SCALAR",
|
|
83115
|
+
"name": "Boolean",
|
|
83116
|
+
"ofType": null
|
|
83117
|
+
}
|
|
83118
|
+
}
|
|
83119
|
+
}
|
|
83120
|
+
],
|
|
83121
|
+
"inputFields": null,
|
|
83122
|
+
"interfaces": [
|
|
83123
|
+
{
|
|
83124
|
+
"kind": "INTERFACE",
|
|
83125
|
+
"name": "Node",
|
|
83126
|
+
"ofType": null
|
|
83127
|
+
}
|
|
83128
|
+
],
|
|
83129
|
+
"kind": "OBJECT",
|
|
83130
|
+
"name": "TableTag",
|
|
82939
83131
|
"possibleTypes": null
|
|
82940
83132
|
},
|
|
82941
83133
|
{
|
|
@@ -84515,180 +84707,6 @@
|
|
|
84515
84707
|
}
|
|
84516
84708
|
]
|
|
84517
84709
|
},
|
|
84518
|
-
{
|
|
84519
|
-
"description": null,
|
|
84520
|
-
"enumValues": null,
|
|
84521
|
-
"fields": [
|
|
84522
|
-
{
|
|
84523
|
-
"args": [],
|
|
84524
|
-
"deprecationReason": null,
|
|
84525
|
-
"description": "Type of schedule",
|
|
84526
|
-
"isDeprecated": false,
|
|
84527
|
-
"name": "scheduleType",
|
|
84528
|
-
"type": {
|
|
84529
|
-
"kind": "NON_NULL",
|
|
84530
|
-
"name": null,
|
|
84531
|
-
"ofType": {
|
|
84532
|
-
"kind": "ENUM",
|
|
84533
|
-
"name": "ScheduleType",
|
|
84534
|
-
"ofType": null
|
|
84535
|
-
}
|
|
84536
|
-
}
|
|
84537
|
-
},
|
|
84538
|
-
{
|
|
84539
|
-
"args": [],
|
|
84540
|
-
"deprecationReason": null,
|
|
84541
|
-
"description": "Time interval between job executions, in minutes",
|
|
84542
|
-
"isDeprecated": false,
|
|
84543
|
-
"name": "intervalMinutes",
|
|
84544
|
-
"type": {
|
|
84545
|
-
"kind": "SCALAR",
|
|
84546
|
-
"name": "Int",
|
|
84547
|
-
"ofType": null
|
|
84548
|
-
}
|
|
84549
|
-
},
|
|
84550
|
-
{
|
|
84551
|
-
"args": [],
|
|
84552
|
-
"deprecationReason": null,
|
|
84553
|
-
"description": "For schedule_type=fixed, one or more cron schedules to determine the next execution, each time uses the closest value of all schedules",
|
|
84554
|
-
"isDeprecated": false,
|
|
84555
|
-
"name": "intervalCrontab",
|
|
84556
|
-
"type": {
|
|
84557
|
-
"kind": "LIST",
|
|
84558
|
-
"name": null,
|
|
84559
|
-
"ofType": {
|
|
84560
|
-
"kind": "SCALAR",
|
|
84561
|
-
"name": "String",
|
|
84562
|
-
"ofType": null
|
|
84563
|
-
}
|
|
84564
|
-
}
|
|
84565
|
-
},
|
|
84566
|
-
{
|
|
84567
|
-
"args": [],
|
|
84568
|
-
"deprecationReason": null,
|
|
84569
|
-
"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.",
|
|
84570
|
-
"isDeprecated": false,
|
|
84571
|
-
"name": "intervalCrontabDayOr",
|
|
84572
|
-
"type": {
|
|
84573
|
-
"kind": "SCALAR",
|
|
84574
|
-
"name": "Boolean",
|
|
84575
|
-
"ofType": null
|
|
84576
|
-
}
|
|
84577
|
-
},
|
|
84578
|
-
{
|
|
84579
|
-
"args": [],
|
|
84580
|
-
"deprecationReason": null,
|
|
84581
|
-
"description": "For schedule_type=fixed, the date the schedule should start",
|
|
84582
|
-
"isDeprecated": false,
|
|
84583
|
-
"name": "startTime",
|
|
84584
|
-
"type": {
|
|
84585
|
-
"kind": "SCALAR",
|
|
84586
|
-
"name": "DateTime",
|
|
84587
|
-
"ofType": null
|
|
84588
|
-
}
|
|
84589
|
-
},
|
|
84590
|
-
{
|
|
84591
|
-
"args": [],
|
|
84592
|
-
"deprecationReason": null,
|
|
84593
|
-
"description": "For schedule_type=dynamic, the minimum time interval between job executions",
|
|
84594
|
-
"isDeprecated": false,
|
|
84595
|
-
"name": "minIntervalMinutes",
|
|
84596
|
-
"type": {
|
|
84597
|
-
"kind": "SCALAR",
|
|
84598
|
-
"name": "Int",
|
|
84599
|
-
"ofType": null
|
|
84600
|
-
}
|
|
84601
|
-
},
|
|
84602
|
-
{
|
|
84603
|
-
"args": [],
|
|
84604
|
-
"deprecationReason": null,
|
|
84605
|
-
"description": "Timezone for daylight savings and interpreting cron expressions.",
|
|
84606
|
-
"isDeprecated": false,
|
|
84607
|
-
"name": "timezone",
|
|
84608
|
-
"type": {
|
|
84609
|
-
"kind": "NON_NULL",
|
|
84610
|
-
"name": null,
|
|
84611
|
-
"ofType": {
|
|
84612
|
-
"kind": "SCALAR",
|
|
84613
|
-
"name": "String",
|
|
84614
|
-
"ofType": null
|
|
84615
|
-
}
|
|
84616
|
-
}
|
|
84617
|
-
},
|
|
84618
|
-
{
|
|
84619
|
-
"args": [],
|
|
84620
|
-
"deprecationReason": null,
|
|
84621
|
-
"description": "If true, the schedule was automatically generated by Monte Carlo. If false, the schedule was configured by the user.",
|
|
84622
|
-
"isDeprecated": false,
|
|
84623
|
-
"name": "isAutomatic",
|
|
84624
|
-
"type": {
|
|
84625
|
-
"kind": "NON_NULL",
|
|
84626
|
-
"name": null,
|
|
84627
|
-
"ofType": {
|
|
84628
|
-
"kind": "SCALAR",
|
|
84629
|
-
"name": "Boolean",
|
|
84630
|
-
"ofType": null
|
|
84631
|
-
}
|
|
84632
|
-
}
|
|
84633
|
-
},
|
|
84634
|
-
{
|
|
84635
|
-
"args": [],
|
|
84636
|
-
"deprecationReason": null,
|
|
84637
|
-
"description": "Mcons of tables to trigger schedule on update",
|
|
84638
|
-
"isDeprecated": false,
|
|
84639
|
-
"name": "dynamicScheduleMcons",
|
|
84640
|
-
"type": {
|
|
84641
|
-
"kind": "LIST",
|
|
84642
|
-
"name": null,
|
|
84643
|
-
"ofType": {
|
|
84644
|
-
"kind": "SCALAR",
|
|
84645
|
-
"name": "String",
|
|
84646
|
-
"ofType": null
|
|
84647
|
-
}
|
|
84648
|
-
}
|
|
84649
|
-
}
|
|
84650
|
-
],
|
|
84651
|
-
"inputFields": null,
|
|
84652
|
-
"interfaces": [],
|
|
84653
|
-
"kind": "OBJECT",
|
|
84654
|
-
"name": "ScheduleConfigOutput",
|
|
84655
|
-
"possibleTypes": null
|
|
84656
|
-
},
|
|
84657
|
-
{
|
|
84658
|
-
"description": null,
|
|
84659
|
-
"enumValues": [
|
|
84660
|
-
{
|
|
84661
|
-
"deprecationReason": null,
|
|
84662
|
-
"description": null,
|
|
84663
|
-
"isDeprecated": false,
|
|
84664
|
-
"name": "LOOSE"
|
|
84665
|
-
},
|
|
84666
|
-
{
|
|
84667
|
-
"deprecationReason": null,
|
|
84668
|
-
"description": null,
|
|
84669
|
-
"isDeprecated": false,
|
|
84670
|
-
"name": "FIXED"
|
|
84671
|
-
},
|
|
84672
|
-
{
|
|
84673
|
-
"deprecationReason": null,
|
|
84674
|
-
"description": null,
|
|
84675
|
-
"isDeprecated": false,
|
|
84676
|
-
"name": "DYNAMIC"
|
|
84677
|
-
},
|
|
84678
|
-
{
|
|
84679
|
-
"deprecationReason": null,
|
|
84680
|
-
"description": null,
|
|
84681
|
-
"isDeprecated": false,
|
|
84682
|
-
"name": "MANUAL"
|
|
84683
|
-
}
|
|
84684
|
-
],
|
|
84685
|
-
"fields": null,
|
|
84686
|
-
"inputFields": null,
|
|
84687
|
-
"interfaces": null,
|
|
84688
|
-
"kind": "ENUM",
|
|
84689
|
-
"name": "ScheduleType",
|
|
84690
|
-
"possibleTypes": null
|
|
84691
|
-
},
|
|
84692
84710
|
{
|
|
84693
84711
|
"description": null,
|
|
84694
84712
|
"enumValues": null,
|
|
@@ -89729,6 +89747,21 @@
|
|
|
89729
89747
|
"kind": "OBJECT",
|
|
89730
89748
|
"name": "AssetFilterActivityVolumeChange",
|
|
89731
89749
|
"ofType": null
|
|
89750
|
+
},
|
|
89751
|
+
{
|
|
89752
|
+
"kind": "OBJECT",
|
|
89753
|
+
"name": "AssetFilterActivityReadIsNull",
|
|
89754
|
+
"ofType": null
|
|
89755
|
+
},
|
|
89756
|
+
{
|
|
89757
|
+
"kind": "OBJECT",
|
|
89758
|
+
"name": "AssetFilterActivityWriteIsNull",
|
|
89759
|
+
"ofType": null
|
|
89760
|
+
},
|
|
89761
|
+
{
|
|
89762
|
+
"kind": "OBJECT",
|
|
89763
|
+
"name": "AssetFilterActivityReadWriteIsNull",
|
|
89764
|
+
"ofType": null
|
|
89732
89765
|
}
|
|
89733
89766
|
]
|
|
89734
89767
|
},
|
|
@@ -89776,6 +89809,24 @@
|
|
|
89776
89809
|
"description": null,
|
|
89777
89810
|
"isDeprecated": false,
|
|
89778
89811
|
"name": "ACTIVITY_VOLUME_CHANGE"
|
|
89812
|
+
},
|
|
89813
|
+
{
|
|
89814
|
+
"deprecationReason": null,
|
|
89815
|
+
"description": null,
|
|
89816
|
+
"isDeprecated": false,
|
|
89817
|
+
"name": "ACTIVITY_READ_IS_NULL"
|
|
89818
|
+
},
|
|
89819
|
+
{
|
|
89820
|
+
"deprecationReason": null,
|
|
89821
|
+
"description": null,
|
|
89822
|
+
"isDeprecated": false,
|
|
89823
|
+
"name": "ACTIVITY_WRITE_IS_NULL"
|
|
89824
|
+
},
|
|
89825
|
+
{
|
|
89826
|
+
"deprecationReason": null,
|
|
89827
|
+
"description": null,
|
|
89828
|
+
"isDeprecated": false,
|
|
89829
|
+
"name": "ACTIVITY_READ_WRITE_IS_NULL"
|
|
89779
89830
|
}
|
|
89780
89831
|
],
|
|
89781
89832
|
"fields": null,
|
|
@@ -143828,6 +143879,36 @@
|
|
|
143828
143879
|
"ofType": null
|
|
143829
143880
|
}
|
|
143830
143881
|
},
|
|
143882
|
+
{
|
|
143883
|
+
"defaultValue": null,
|
|
143884
|
+
"description": null,
|
|
143885
|
+
"name": "readActivityIsNull",
|
|
143886
|
+
"type": {
|
|
143887
|
+
"kind": "SCALAR",
|
|
143888
|
+
"name": "Boolean",
|
|
143889
|
+
"ofType": null
|
|
143890
|
+
}
|
|
143891
|
+
},
|
|
143892
|
+
{
|
|
143893
|
+
"defaultValue": null,
|
|
143894
|
+
"description": null,
|
|
143895
|
+
"name": "writeActivityIsNull",
|
|
143896
|
+
"type": {
|
|
143897
|
+
"kind": "SCALAR",
|
|
143898
|
+
"name": "Boolean",
|
|
143899
|
+
"ofType": null
|
|
143900
|
+
}
|
|
143901
|
+
},
|
|
143902
|
+
{
|
|
143903
|
+
"defaultValue": null,
|
|
143904
|
+
"description": null,
|
|
143905
|
+
"name": "readWriteActivityIsNull",
|
|
143906
|
+
"type": {
|
|
143907
|
+
"kind": "SCALAR",
|
|
143908
|
+
"name": "Boolean",
|
|
143909
|
+
"ofType": null
|
|
143910
|
+
}
|
|
143911
|
+
},
|
|
143831
143912
|
{
|
|
143832
143913
|
"defaultValue": null,
|
|
143833
143914
|
"description": null,
|
|
@@ -196553,6 +196634,201 @@
|
|
|
196553
196634
|
"kind": "OBJECT",
|
|
196554
196635
|
"name": "AssetFilterActivityVolumeChange",
|
|
196555
196636
|
"possibleTypes": null
|
|
196637
|
+
},
|
|
196638
|
+
{
|
|
196639
|
+
"description": null,
|
|
196640
|
+
"enumValues": null,
|
|
196641
|
+
"fields": [
|
|
196642
|
+
{
|
|
196643
|
+
"args": [],
|
|
196644
|
+
"deprecationReason": null,
|
|
196645
|
+
"description": null,
|
|
196646
|
+
"isDeprecated": false,
|
|
196647
|
+
"name": "type",
|
|
196648
|
+
"type": {
|
|
196649
|
+
"kind": "NON_NULL",
|
|
196650
|
+
"name": null,
|
|
196651
|
+
"ofType": {
|
|
196652
|
+
"kind": "ENUM",
|
|
196653
|
+
"name": "AssetFilterType",
|
|
196654
|
+
"ofType": null
|
|
196655
|
+
}
|
|
196656
|
+
}
|
|
196657
|
+
},
|
|
196658
|
+
{
|
|
196659
|
+
"args": [],
|
|
196660
|
+
"deprecationReason": null,
|
|
196661
|
+
"description": null,
|
|
196662
|
+
"isDeprecated": false,
|
|
196663
|
+
"name": "negated",
|
|
196664
|
+
"type": {
|
|
196665
|
+
"kind": "NON_NULL",
|
|
196666
|
+
"name": null,
|
|
196667
|
+
"ofType": {
|
|
196668
|
+
"kind": "SCALAR",
|
|
196669
|
+
"name": "Boolean",
|
|
196670
|
+
"ofType": null
|
|
196671
|
+
}
|
|
196672
|
+
}
|
|
196673
|
+
},
|
|
196674
|
+
{
|
|
196675
|
+
"args": [],
|
|
196676
|
+
"deprecationReason": null,
|
|
196677
|
+
"description": null,
|
|
196678
|
+
"isDeprecated": false,
|
|
196679
|
+
"name": "readActivityIsNull",
|
|
196680
|
+
"type": {
|
|
196681
|
+
"kind": "NON_NULL",
|
|
196682
|
+
"name": null,
|
|
196683
|
+
"ofType": {
|
|
196684
|
+
"kind": "SCALAR",
|
|
196685
|
+
"name": "Boolean",
|
|
196686
|
+
"ofType": null
|
|
196687
|
+
}
|
|
196688
|
+
}
|
|
196689
|
+
}
|
|
196690
|
+
],
|
|
196691
|
+
"inputFields": null,
|
|
196692
|
+
"interfaces": [
|
|
196693
|
+
{
|
|
196694
|
+
"kind": "INTERFACE",
|
|
196695
|
+
"name": "AssetFilterInterface",
|
|
196696
|
+
"ofType": null
|
|
196697
|
+
}
|
|
196698
|
+
],
|
|
196699
|
+
"kind": "OBJECT",
|
|
196700
|
+
"name": "AssetFilterActivityReadIsNull",
|
|
196701
|
+
"possibleTypes": null
|
|
196702
|
+
},
|
|
196703
|
+
{
|
|
196704
|
+
"description": null,
|
|
196705
|
+
"enumValues": null,
|
|
196706
|
+
"fields": [
|
|
196707
|
+
{
|
|
196708
|
+
"args": [],
|
|
196709
|
+
"deprecationReason": null,
|
|
196710
|
+
"description": null,
|
|
196711
|
+
"isDeprecated": false,
|
|
196712
|
+
"name": "type",
|
|
196713
|
+
"type": {
|
|
196714
|
+
"kind": "NON_NULL",
|
|
196715
|
+
"name": null,
|
|
196716
|
+
"ofType": {
|
|
196717
|
+
"kind": "ENUM",
|
|
196718
|
+
"name": "AssetFilterType",
|
|
196719
|
+
"ofType": null
|
|
196720
|
+
}
|
|
196721
|
+
}
|
|
196722
|
+
},
|
|
196723
|
+
{
|
|
196724
|
+
"args": [],
|
|
196725
|
+
"deprecationReason": null,
|
|
196726
|
+
"description": null,
|
|
196727
|
+
"isDeprecated": false,
|
|
196728
|
+
"name": "negated",
|
|
196729
|
+
"type": {
|
|
196730
|
+
"kind": "NON_NULL",
|
|
196731
|
+
"name": null,
|
|
196732
|
+
"ofType": {
|
|
196733
|
+
"kind": "SCALAR",
|
|
196734
|
+
"name": "Boolean",
|
|
196735
|
+
"ofType": null
|
|
196736
|
+
}
|
|
196737
|
+
}
|
|
196738
|
+
},
|
|
196739
|
+
{
|
|
196740
|
+
"args": [],
|
|
196741
|
+
"deprecationReason": null,
|
|
196742
|
+
"description": null,
|
|
196743
|
+
"isDeprecated": false,
|
|
196744
|
+
"name": "writeActivityIsNull",
|
|
196745
|
+
"type": {
|
|
196746
|
+
"kind": "NON_NULL",
|
|
196747
|
+
"name": null,
|
|
196748
|
+
"ofType": {
|
|
196749
|
+
"kind": "SCALAR",
|
|
196750
|
+
"name": "Boolean",
|
|
196751
|
+
"ofType": null
|
|
196752
|
+
}
|
|
196753
|
+
}
|
|
196754
|
+
}
|
|
196755
|
+
],
|
|
196756
|
+
"inputFields": null,
|
|
196757
|
+
"interfaces": [
|
|
196758
|
+
{
|
|
196759
|
+
"kind": "INTERFACE",
|
|
196760
|
+
"name": "AssetFilterInterface",
|
|
196761
|
+
"ofType": null
|
|
196762
|
+
}
|
|
196763
|
+
],
|
|
196764
|
+
"kind": "OBJECT",
|
|
196765
|
+
"name": "AssetFilterActivityWriteIsNull",
|
|
196766
|
+
"possibleTypes": null
|
|
196767
|
+
},
|
|
196768
|
+
{
|
|
196769
|
+
"description": null,
|
|
196770
|
+
"enumValues": null,
|
|
196771
|
+
"fields": [
|
|
196772
|
+
{
|
|
196773
|
+
"args": [],
|
|
196774
|
+
"deprecationReason": null,
|
|
196775
|
+
"description": null,
|
|
196776
|
+
"isDeprecated": false,
|
|
196777
|
+
"name": "type",
|
|
196778
|
+
"type": {
|
|
196779
|
+
"kind": "NON_NULL",
|
|
196780
|
+
"name": null,
|
|
196781
|
+
"ofType": {
|
|
196782
|
+
"kind": "ENUM",
|
|
196783
|
+
"name": "AssetFilterType",
|
|
196784
|
+
"ofType": null
|
|
196785
|
+
}
|
|
196786
|
+
}
|
|
196787
|
+
},
|
|
196788
|
+
{
|
|
196789
|
+
"args": [],
|
|
196790
|
+
"deprecationReason": null,
|
|
196791
|
+
"description": null,
|
|
196792
|
+
"isDeprecated": false,
|
|
196793
|
+
"name": "negated",
|
|
196794
|
+
"type": {
|
|
196795
|
+
"kind": "NON_NULL",
|
|
196796
|
+
"name": null,
|
|
196797
|
+
"ofType": {
|
|
196798
|
+
"kind": "SCALAR",
|
|
196799
|
+
"name": "Boolean",
|
|
196800
|
+
"ofType": null
|
|
196801
|
+
}
|
|
196802
|
+
}
|
|
196803
|
+
},
|
|
196804
|
+
{
|
|
196805
|
+
"args": [],
|
|
196806
|
+
"deprecationReason": null,
|
|
196807
|
+
"description": null,
|
|
196808
|
+
"isDeprecated": false,
|
|
196809
|
+
"name": "readWriteActivityIsNull",
|
|
196810
|
+
"type": {
|
|
196811
|
+
"kind": "NON_NULL",
|
|
196812
|
+
"name": null,
|
|
196813
|
+
"ofType": {
|
|
196814
|
+
"kind": "SCALAR",
|
|
196815
|
+
"name": "Boolean",
|
|
196816
|
+
"ofType": null
|
|
196817
|
+
}
|
|
196818
|
+
}
|
|
196819
|
+
}
|
|
196820
|
+
],
|
|
196821
|
+
"inputFields": null,
|
|
196822
|
+
"interfaces": [
|
|
196823
|
+
{
|
|
196824
|
+
"kind": "INTERFACE",
|
|
196825
|
+
"name": "AssetFilterInterface",
|
|
196826
|
+
"ofType": null
|
|
196827
|
+
}
|
|
196828
|
+
],
|
|
196829
|
+
"kind": "OBJECT",
|
|
196830
|
+
"name": "AssetFilterActivityReadWriteIsNull",
|
|
196831
|
+
"possibleTypes": null
|
|
196556
196832
|
}
|
|
196557
196833
|
]
|
|
196558
196834
|
}
|
pycarlo/lib/schema.py
CHANGED
|
@@ -647,9 +647,12 @@ class AssetFilterType(sgqlc.types.Enum):
|
|
|
647
647
|
"""Enumeration Choices:
|
|
648
648
|
|
|
649
649
|
* `ACTIVITY_READ`None
|
|
650
|
+
* `ACTIVITY_READ_IS_NULL`None
|
|
650
651
|
* `ACTIVITY_READ_WRITE`None
|
|
652
|
+
* `ACTIVITY_READ_WRITE_IS_NULL`None
|
|
651
653
|
* `ACTIVITY_VOLUME_CHANGE`None
|
|
652
654
|
* `ACTIVITY_WRITE`None
|
|
655
|
+
* `ACTIVITY_WRITE_IS_NULL`None
|
|
653
656
|
* `TABLE_NAME`None
|
|
654
657
|
* `TABLE_TAG`None
|
|
655
658
|
* `TABLE_TYPE`None
|
|
@@ -658,9 +661,12 @@ class AssetFilterType(sgqlc.types.Enum):
|
|
|
658
661
|
__schema__ = schema
|
|
659
662
|
__choices__ = (
|
|
660
663
|
"ACTIVITY_READ",
|
|
664
|
+
"ACTIVITY_READ_IS_NULL",
|
|
661
665
|
"ACTIVITY_READ_WRITE",
|
|
666
|
+
"ACTIVITY_READ_WRITE_IS_NULL",
|
|
662
667
|
"ACTIVITY_VOLUME_CHANGE",
|
|
663
668
|
"ACTIVITY_WRITE",
|
|
669
|
+
"ACTIVITY_WRITE_IS_NULL",
|
|
664
670
|
"TABLE_NAME",
|
|
665
671
|
"TABLE_TAG",
|
|
666
672
|
"TABLE_TYPE",
|
|
@@ -3699,6 +3705,7 @@ class MonitoredTableRuleType(sgqlc.types.Enum):
|
|
|
3699
3705
|
* `exact_match`None
|
|
3700
3706
|
* `gt`None
|
|
3701
3707
|
* `in`None
|
|
3708
|
+
* `is_null`None
|
|
3702
3709
|
* `lte`None
|
|
3703
3710
|
* `prefix`None
|
|
3704
3711
|
* `substring`None
|
|
@@ -3712,6 +3719,7 @@ class MonitoredTableRuleType(sgqlc.types.Enum):
|
|
|
3712
3719
|
"exact_match",
|
|
3713
3720
|
"gt",
|
|
3714
3721
|
"in",
|
|
3722
|
+
"is_null",
|
|
3715
3723
|
"lte",
|
|
3716
3724
|
"prefix",
|
|
3717
3725
|
"substring",
|
|
@@ -5884,6 +5892,9 @@ class AssetFilterUnionInput(sgqlc.types.Input):
|
|
|
5884
5892
|
"write_days",
|
|
5885
5893
|
"read_write_days",
|
|
5886
5894
|
"volume_change_days",
|
|
5895
|
+
"read_activity_is_null",
|
|
5896
|
+
"write_activity_is_null",
|
|
5897
|
+
"read_write_activity_is_null",
|
|
5887
5898
|
"type",
|
|
5888
5899
|
"negated",
|
|
5889
5900
|
)
|
|
@@ -5911,6 +5922,12 @@ class AssetFilterUnionInput(sgqlc.types.Input):
|
|
|
5911
5922
|
|
|
5912
5923
|
volume_change_days = sgqlc.types.Field(Int, graphql_name="volumeChangeDays")
|
|
5913
5924
|
|
|
5925
|
+
read_activity_is_null = sgqlc.types.Field(Boolean, graphql_name="readActivityIsNull")
|
|
5926
|
+
|
|
5927
|
+
write_activity_is_null = sgqlc.types.Field(Boolean, graphql_name="writeActivityIsNull")
|
|
5928
|
+
|
|
5929
|
+
read_write_activity_is_null = sgqlc.types.Field(Boolean, graphql_name="readWriteActivityIsNull")
|
|
5930
|
+
|
|
5914
5931
|
type = sgqlc.types.Field(sgqlc.types.non_null(AssetFilterType), graphql_name="type")
|
|
5915
5932
|
|
|
5916
5933
|
negated = sgqlc.types.Field(Boolean, graphql_name="negated")
|
|
@@ -67341,6 +67358,7 @@ class Warehouse(sgqlc.types.Type):
|
|
|
67341
67358
|
"supports_activity_filters",
|
|
67342
67359
|
"mcon",
|
|
67343
67360
|
"metadata_connection",
|
|
67361
|
+
"metadata_schedule",
|
|
67344
67362
|
"create_alerts_in_datasource",
|
|
67345
67363
|
"custom_monitor_count",
|
|
67346
67364
|
"total_monitor_count",
|
|
@@ -67650,6 +67668,9 @@ class Warehouse(sgqlc.types.Type):
|
|
|
67650
67668
|
metadata_connection = sgqlc.types.Field(Connection, graphql_name="metadataConnection")
|
|
67651
67669
|
"""The connection used for metadata collection of the warehouse"""
|
|
67652
67670
|
|
|
67671
|
+
metadata_schedule = sgqlc.types.Field(ScheduleConfigOutput, graphql_name="metadataSchedule")
|
|
67672
|
+
"""The schedule used for default metadata collection"""
|
|
67673
|
+
|
|
67653
67674
|
create_alerts_in_datasource = sgqlc.types.Field(
|
|
67654
67675
|
Boolean, graphql_name="createAlertsInDatasource"
|
|
67655
67676
|
)
|
|
@@ -68675,12 +68696,28 @@ class AssetFilterActivityRead(sgqlc.types.Type, AssetFilterInterface):
|
|
|
68675
68696
|
read_days = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name="readDays")
|
|
68676
68697
|
|
|
68677
68698
|
|
|
68699
|
+
class AssetFilterActivityReadIsNull(sgqlc.types.Type, AssetFilterInterface):
|
|
68700
|
+
__schema__ = schema
|
|
68701
|
+
__field_names__ = ("read_activity_is_null",)
|
|
68702
|
+
read_activity_is_null = sgqlc.types.Field(
|
|
68703
|
+
sgqlc.types.non_null(Boolean), graphql_name="readActivityIsNull"
|
|
68704
|
+
)
|
|
68705
|
+
|
|
68706
|
+
|
|
68678
68707
|
class AssetFilterActivityReadWrite(sgqlc.types.Type, AssetFilterInterface):
|
|
68679
68708
|
__schema__ = schema
|
|
68680
68709
|
__field_names__ = ("read_write_days",)
|
|
68681
68710
|
read_write_days = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name="readWriteDays")
|
|
68682
68711
|
|
|
68683
68712
|
|
|
68713
|
+
class AssetFilterActivityReadWriteIsNull(sgqlc.types.Type, AssetFilterInterface):
|
|
68714
|
+
__schema__ = schema
|
|
68715
|
+
__field_names__ = ("read_write_activity_is_null",)
|
|
68716
|
+
read_write_activity_is_null = sgqlc.types.Field(
|
|
68717
|
+
sgqlc.types.non_null(Boolean), graphql_name="readWriteActivityIsNull"
|
|
68718
|
+
)
|
|
68719
|
+
|
|
68720
|
+
|
|
68684
68721
|
class AssetFilterActivityVolumeChange(sgqlc.types.Type, AssetFilterInterface):
|
|
68685
68722
|
__schema__ = schema
|
|
68686
68723
|
__field_names__ = ("volume_change_days",)
|
|
@@ -68695,6 +68732,14 @@ class AssetFilterActivityWrite(sgqlc.types.Type, AssetFilterInterface):
|
|
|
68695
68732
|
write_days = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name="writeDays")
|
|
68696
68733
|
|
|
68697
68734
|
|
|
68735
|
+
class AssetFilterActivityWriteIsNull(sgqlc.types.Type, AssetFilterInterface):
|
|
68736
|
+
__schema__ = schema
|
|
68737
|
+
__field_names__ = ("write_activity_is_null",)
|
|
68738
|
+
write_activity_is_null = sgqlc.types.Field(
|
|
68739
|
+
sgqlc.types.non_null(Boolean), graphql_name="writeActivityIsNull"
|
|
68740
|
+
)
|
|
68741
|
+
|
|
68742
|
+
|
|
68698
68743
|
class AssetFilterTableName(sgqlc.types.Type, AssetFilterInterface):
|
|
68699
68744
|
__schema__ = schema
|
|
68700
68745
|
__field_names__ = ("table_name", "table_name_operator")
|
|
@@ -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=
|
|
39
|
-
pycarlo/lib/schema.py,sha256=
|
|
40
|
-
pycarlo-0.10.
|
|
41
|
-
pycarlo-0.10.
|
|
42
|
-
pycarlo-0.10.
|
|
43
|
-
pycarlo-0.10.
|
|
44
|
-
pycarlo-0.10.
|
|
38
|
+
pycarlo/lib/schema.json,sha256=zxTce9JBfW5ZFqcXSRutcWM6exhfhCKoT7MViQPeY-8,6210035
|
|
39
|
+
pycarlo/lib/schema.py,sha256=KenIJc2jZh7JB1AWkJ213MoL1MWCoHYu_UQZAwjWfn0,2695116
|
|
40
|
+
pycarlo-0.10.148.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
41
|
+
pycarlo-0.10.148.dist-info/METADATA,sha256=QOYtn1Wt_CFCCW39It3CgpvzYJbrVymixQA6iZ9tEHQ,8742
|
|
42
|
+
pycarlo-0.10.148.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
43
|
+
pycarlo-0.10.148.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
|
|
44
|
+
pycarlo-0.10.148.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|