pycarlo 0.10.147__py3-none-any.whl → 0.10.149__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 +310 -0
- pycarlo/lib/schema.py +67 -0
- {pycarlo-0.10.147.dist-info → pycarlo-0.10.149.dist-info}/METADATA +1 -1
- {pycarlo-0.10.147.dist-info → pycarlo-0.10.149.dist-info}/RECORD +7 -7
- {pycarlo-0.10.147.dist-info → pycarlo-0.10.149.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.147.dist-info → pycarlo-0.10.149.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.147.dist-info → pycarlo-0.10.149.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -10822,6 +10822,52 @@
|
|
|
10822
10822
|
"name": "UUID",
|
|
10823
10823
|
"ofType": null
|
|
10824
10824
|
}
|
|
10825
|
+
},
|
|
10826
|
+
{
|
|
10827
|
+
"defaultValue": null,
|
|
10828
|
+
"description": "Transforms to apply to the data source",
|
|
10829
|
+
"name": "transforms",
|
|
10830
|
+
"type": {
|
|
10831
|
+
"kind": "LIST",
|
|
10832
|
+
"name": null,
|
|
10833
|
+
"ofType": {
|
|
10834
|
+
"kind": "NON_NULL",
|
|
10835
|
+
"name": null,
|
|
10836
|
+
"ofType": {
|
|
10837
|
+
"kind": "INPUT_OBJECT",
|
|
10838
|
+
"name": "TransformInput",
|
|
10839
|
+
"ofType": null
|
|
10840
|
+
}
|
|
10841
|
+
}
|
|
10842
|
+
}
|
|
10843
|
+
},
|
|
10844
|
+
{
|
|
10845
|
+
"defaultValue": null,
|
|
10846
|
+
"description": "Structured SQL filtering conditions to apply to query",
|
|
10847
|
+
"name": "filters",
|
|
10848
|
+
"type": {
|
|
10849
|
+
"kind": "INPUT_OBJECT",
|
|
10850
|
+
"name": "FilterGroupInput",
|
|
10851
|
+
"ofType": null
|
|
10852
|
+
}
|
|
10853
|
+
},
|
|
10854
|
+
{
|
|
10855
|
+
"defaultValue": null,
|
|
10856
|
+
"description": "Filter by agent span fields (agent, workflow, task, span_name)",
|
|
10857
|
+
"name": "agentSpanFilters",
|
|
10858
|
+
"type": {
|
|
10859
|
+
"kind": "LIST",
|
|
10860
|
+
"name": null,
|
|
10861
|
+
"ofType": {
|
|
10862
|
+
"kind": "NON_NULL",
|
|
10863
|
+
"name": null,
|
|
10864
|
+
"ofType": {
|
|
10865
|
+
"kind": "INPUT_OBJECT",
|
|
10866
|
+
"name": "AgentSpanFilterInput",
|
|
10867
|
+
"ofType": null
|
|
10868
|
+
}
|
|
10869
|
+
}
|
|
10870
|
+
}
|
|
10825
10871
|
}
|
|
10826
10872
|
],
|
|
10827
10873
|
"deprecationReason": null,
|
|
@@ -82358,6 +82404,12 @@
|
|
|
82358
82404
|
"description": null,
|
|
82359
82405
|
"isDeprecated": false,
|
|
82360
82406
|
"name": "gt"
|
|
82407
|
+
},
|
|
82408
|
+
{
|
|
82409
|
+
"deprecationReason": null,
|
|
82410
|
+
"description": null,
|
|
82411
|
+
"isDeprecated": false,
|
|
82412
|
+
"name": "is_null"
|
|
82361
82413
|
}
|
|
82362
82414
|
],
|
|
82363
82415
|
"fields": null,
|
|
@@ -89741,6 +89793,21 @@
|
|
|
89741
89793
|
"kind": "OBJECT",
|
|
89742
89794
|
"name": "AssetFilterActivityVolumeChange",
|
|
89743
89795
|
"ofType": null
|
|
89796
|
+
},
|
|
89797
|
+
{
|
|
89798
|
+
"kind": "OBJECT",
|
|
89799
|
+
"name": "AssetFilterActivityReadIsNull",
|
|
89800
|
+
"ofType": null
|
|
89801
|
+
},
|
|
89802
|
+
{
|
|
89803
|
+
"kind": "OBJECT",
|
|
89804
|
+
"name": "AssetFilterActivityWriteIsNull",
|
|
89805
|
+
"ofType": null
|
|
89806
|
+
},
|
|
89807
|
+
{
|
|
89808
|
+
"kind": "OBJECT",
|
|
89809
|
+
"name": "AssetFilterActivityReadWriteIsNull",
|
|
89810
|
+
"ofType": null
|
|
89744
89811
|
}
|
|
89745
89812
|
]
|
|
89746
89813
|
},
|
|
@@ -89788,6 +89855,24 @@
|
|
|
89788
89855
|
"description": null,
|
|
89789
89856
|
"isDeprecated": false,
|
|
89790
89857
|
"name": "ACTIVITY_VOLUME_CHANGE"
|
|
89858
|
+
},
|
|
89859
|
+
{
|
|
89860
|
+
"deprecationReason": null,
|
|
89861
|
+
"description": null,
|
|
89862
|
+
"isDeprecated": false,
|
|
89863
|
+
"name": "ACTIVITY_READ_IS_NULL"
|
|
89864
|
+
},
|
|
89865
|
+
{
|
|
89866
|
+
"deprecationReason": null,
|
|
89867
|
+
"description": null,
|
|
89868
|
+
"isDeprecated": false,
|
|
89869
|
+
"name": "ACTIVITY_WRITE_IS_NULL"
|
|
89870
|
+
},
|
|
89871
|
+
{
|
|
89872
|
+
"deprecationReason": null,
|
|
89873
|
+
"description": null,
|
|
89874
|
+
"isDeprecated": false,
|
|
89875
|
+
"name": "ACTIVITY_READ_WRITE_IS_NULL"
|
|
89791
89876
|
}
|
|
89792
89877
|
],
|
|
89793
89878
|
"fields": null,
|
|
@@ -143840,6 +143925,36 @@
|
|
|
143840
143925
|
"ofType": null
|
|
143841
143926
|
}
|
|
143842
143927
|
},
|
|
143928
|
+
{
|
|
143929
|
+
"defaultValue": null,
|
|
143930
|
+
"description": null,
|
|
143931
|
+
"name": "readActivityIsNull",
|
|
143932
|
+
"type": {
|
|
143933
|
+
"kind": "SCALAR",
|
|
143934
|
+
"name": "Boolean",
|
|
143935
|
+
"ofType": null
|
|
143936
|
+
}
|
|
143937
|
+
},
|
|
143938
|
+
{
|
|
143939
|
+
"defaultValue": null,
|
|
143940
|
+
"description": null,
|
|
143941
|
+
"name": "writeActivityIsNull",
|
|
143942
|
+
"type": {
|
|
143943
|
+
"kind": "SCALAR",
|
|
143944
|
+
"name": "Boolean",
|
|
143945
|
+
"ofType": null
|
|
143946
|
+
}
|
|
143947
|
+
},
|
|
143948
|
+
{
|
|
143949
|
+
"defaultValue": null,
|
|
143950
|
+
"description": null,
|
|
143951
|
+
"name": "readWriteActivityIsNull",
|
|
143952
|
+
"type": {
|
|
143953
|
+
"kind": "SCALAR",
|
|
143954
|
+
"name": "Boolean",
|
|
143955
|
+
"ofType": null
|
|
143956
|
+
}
|
|
143957
|
+
},
|
|
143843
143958
|
{
|
|
143844
143959
|
"defaultValue": null,
|
|
143845
143960
|
"description": null,
|
|
@@ -196565,6 +196680,201 @@
|
|
|
196565
196680
|
"kind": "OBJECT",
|
|
196566
196681
|
"name": "AssetFilterActivityVolumeChange",
|
|
196567
196682
|
"possibleTypes": null
|
|
196683
|
+
},
|
|
196684
|
+
{
|
|
196685
|
+
"description": null,
|
|
196686
|
+
"enumValues": null,
|
|
196687
|
+
"fields": [
|
|
196688
|
+
{
|
|
196689
|
+
"args": [],
|
|
196690
|
+
"deprecationReason": null,
|
|
196691
|
+
"description": null,
|
|
196692
|
+
"isDeprecated": false,
|
|
196693
|
+
"name": "type",
|
|
196694
|
+
"type": {
|
|
196695
|
+
"kind": "NON_NULL",
|
|
196696
|
+
"name": null,
|
|
196697
|
+
"ofType": {
|
|
196698
|
+
"kind": "ENUM",
|
|
196699
|
+
"name": "AssetFilterType",
|
|
196700
|
+
"ofType": null
|
|
196701
|
+
}
|
|
196702
|
+
}
|
|
196703
|
+
},
|
|
196704
|
+
{
|
|
196705
|
+
"args": [],
|
|
196706
|
+
"deprecationReason": null,
|
|
196707
|
+
"description": null,
|
|
196708
|
+
"isDeprecated": false,
|
|
196709
|
+
"name": "negated",
|
|
196710
|
+
"type": {
|
|
196711
|
+
"kind": "NON_NULL",
|
|
196712
|
+
"name": null,
|
|
196713
|
+
"ofType": {
|
|
196714
|
+
"kind": "SCALAR",
|
|
196715
|
+
"name": "Boolean",
|
|
196716
|
+
"ofType": null
|
|
196717
|
+
}
|
|
196718
|
+
}
|
|
196719
|
+
},
|
|
196720
|
+
{
|
|
196721
|
+
"args": [],
|
|
196722
|
+
"deprecationReason": null,
|
|
196723
|
+
"description": null,
|
|
196724
|
+
"isDeprecated": false,
|
|
196725
|
+
"name": "readActivityIsNull",
|
|
196726
|
+
"type": {
|
|
196727
|
+
"kind": "NON_NULL",
|
|
196728
|
+
"name": null,
|
|
196729
|
+
"ofType": {
|
|
196730
|
+
"kind": "SCALAR",
|
|
196731
|
+
"name": "Boolean",
|
|
196732
|
+
"ofType": null
|
|
196733
|
+
}
|
|
196734
|
+
}
|
|
196735
|
+
}
|
|
196736
|
+
],
|
|
196737
|
+
"inputFields": null,
|
|
196738
|
+
"interfaces": [
|
|
196739
|
+
{
|
|
196740
|
+
"kind": "INTERFACE",
|
|
196741
|
+
"name": "AssetFilterInterface",
|
|
196742
|
+
"ofType": null
|
|
196743
|
+
}
|
|
196744
|
+
],
|
|
196745
|
+
"kind": "OBJECT",
|
|
196746
|
+
"name": "AssetFilterActivityReadIsNull",
|
|
196747
|
+
"possibleTypes": null
|
|
196748
|
+
},
|
|
196749
|
+
{
|
|
196750
|
+
"description": null,
|
|
196751
|
+
"enumValues": null,
|
|
196752
|
+
"fields": [
|
|
196753
|
+
{
|
|
196754
|
+
"args": [],
|
|
196755
|
+
"deprecationReason": null,
|
|
196756
|
+
"description": null,
|
|
196757
|
+
"isDeprecated": false,
|
|
196758
|
+
"name": "type",
|
|
196759
|
+
"type": {
|
|
196760
|
+
"kind": "NON_NULL",
|
|
196761
|
+
"name": null,
|
|
196762
|
+
"ofType": {
|
|
196763
|
+
"kind": "ENUM",
|
|
196764
|
+
"name": "AssetFilterType",
|
|
196765
|
+
"ofType": null
|
|
196766
|
+
}
|
|
196767
|
+
}
|
|
196768
|
+
},
|
|
196769
|
+
{
|
|
196770
|
+
"args": [],
|
|
196771
|
+
"deprecationReason": null,
|
|
196772
|
+
"description": null,
|
|
196773
|
+
"isDeprecated": false,
|
|
196774
|
+
"name": "negated",
|
|
196775
|
+
"type": {
|
|
196776
|
+
"kind": "NON_NULL",
|
|
196777
|
+
"name": null,
|
|
196778
|
+
"ofType": {
|
|
196779
|
+
"kind": "SCALAR",
|
|
196780
|
+
"name": "Boolean",
|
|
196781
|
+
"ofType": null
|
|
196782
|
+
}
|
|
196783
|
+
}
|
|
196784
|
+
},
|
|
196785
|
+
{
|
|
196786
|
+
"args": [],
|
|
196787
|
+
"deprecationReason": null,
|
|
196788
|
+
"description": null,
|
|
196789
|
+
"isDeprecated": false,
|
|
196790
|
+
"name": "writeActivityIsNull",
|
|
196791
|
+
"type": {
|
|
196792
|
+
"kind": "NON_NULL",
|
|
196793
|
+
"name": null,
|
|
196794
|
+
"ofType": {
|
|
196795
|
+
"kind": "SCALAR",
|
|
196796
|
+
"name": "Boolean",
|
|
196797
|
+
"ofType": null
|
|
196798
|
+
}
|
|
196799
|
+
}
|
|
196800
|
+
}
|
|
196801
|
+
],
|
|
196802
|
+
"inputFields": null,
|
|
196803
|
+
"interfaces": [
|
|
196804
|
+
{
|
|
196805
|
+
"kind": "INTERFACE",
|
|
196806
|
+
"name": "AssetFilterInterface",
|
|
196807
|
+
"ofType": null
|
|
196808
|
+
}
|
|
196809
|
+
],
|
|
196810
|
+
"kind": "OBJECT",
|
|
196811
|
+
"name": "AssetFilterActivityWriteIsNull",
|
|
196812
|
+
"possibleTypes": null
|
|
196813
|
+
},
|
|
196814
|
+
{
|
|
196815
|
+
"description": null,
|
|
196816
|
+
"enumValues": null,
|
|
196817
|
+
"fields": [
|
|
196818
|
+
{
|
|
196819
|
+
"args": [],
|
|
196820
|
+
"deprecationReason": null,
|
|
196821
|
+
"description": null,
|
|
196822
|
+
"isDeprecated": false,
|
|
196823
|
+
"name": "type",
|
|
196824
|
+
"type": {
|
|
196825
|
+
"kind": "NON_NULL",
|
|
196826
|
+
"name": null,
|
|
196827
|
+
"ofType": {
|
|
196828
|
+
"kind": "ENUM",
|
|
196829
|
+
"name": "AssetFilterType",
|
|
196830
|
+
"ofType": null
|
|
196831
|
+
}
|
|
196832
|
+
}
|
|
196833
|
+
},
|
|
196834
|
+
{
|
|
196835
|
+
"args": [],
|
|
196836
|
+
"deprecationReason": null,
|
|
196837
|
+
"description": null,
|
|
196838
|
+
"isDeprecated": false,
|
|
196839
|
+
"name": "negated",
|
|
196840
|
+
"type": {
|
|
196841
|
+
"kind": "NON_NULL",
|
|
196842
|
+
"name": null,
|
|
196843
|
+
"ofType": {
|
|
196844
|
+
"kind": "SCALAR",
|
|
196845
|
+
"name": "Boolean",
|
|
196846
|
+
"ofType": null
|
|
196847
|
+
}
|
|
196848
|
+
}
|
|
196849
|
+
},
|
|
196850
|
+
{
|
|
196851
|
+
"args": [],
|
|
196852
|
+
"deprecationReason": null,
|
|
196853
|
+
"description": null,
|
|
196854
|
+
"isDeprecated": false,
|
|
196855
|
+
"name": "readWriteActivityIsNull",
|
|
196856
|
+
"type": {
|
|
196857
|
+
"kind": "NON_NULL",
|
|
196858
|
+
"name": null,
|
|
196859
|
+
"ofType": {
|
|
196860
|
+
"kind": "SCALAR",
|
|
196861
|
+
"name": "Boolean",
|
|
196862
|
+
"ofType": null
|
|
196863
|
+
}
|
|
196864
|
+
}
|
|
196865
|
+
}
|
|
196866
|
+
],
|
|
196867
|
+
"inputFields": null,
|
|
196868
|
+
"interfaces": [
|
|
196869
|
+
{
|
|
196870
|
+
"kind": "INTERFACE",
|
|
196871
|
+
"name": "AssetFilterInterface",
|
|
196872
|
+
"ofType": null
|
|
196873
|
+
}
|
|
196874
|
+
],
|
|
196875
|
+
"kind": "OBJECT",
|
|
196876
|
+
"name": "AssetFilterActivityReadWriteIsNull",
|
|
196877
|
+
"possibleTypes": null
|
|
196568
196878
|
}
|
|
196569
196879
|
]
|
|
196570
196880
|
}
|
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")
|
|
@@ -49878,6 +49895,26 @@ class Query(sgqlc.types.Type):
|
|
|
49878
49895
|
),
|
|
49879
49896
|
),
|
|
49880
49897
|
("connection_id", sgqlc.types.Arg(UUID, graphql_name="connectionId", default=None)),
|
|
49898
|
+
(
|
|
49899
|
+
"transforms",
|
|
49900
|
+
sgqlc.types.Arg(
|
|
49901
|
+
sgqlc.types.list_of(sgqlc.types.non_null(TransformInput)),
|
|
49902
|
+
graphql_name="transforms",
|
|
49903
|
+
default=None,
|
|
49904
|
+
),
|
|
49905
|
+
),
|
|
49906
|
+
(
|
|
49907
|
+
"filters",
|
|
49908
|
+
sgqlc.types.Arg(FilterGroupInput, graphql_name="filters", default=None),
|
|
49909
|
+
),
|
|
49910
|
+
(
|
|
49911
|
+
"agent_span_filters",
|
|
49912
|
+
sgqlc.types.Arg(
|
|
49913
|
+
sgqlc.types.list_of(sgqlc.types.non_null(AgentSpanFilterInput)),
|
|
49914
|
+
graphql_name="agentSpanFilters",
|
|
49915
|
+
default=None,
|
|
49916
|
+
),
|
|
49917
|
+
),
|
|
49881
49918
|
)
|
|
49882
49919
|
),
|
|
49883
49920
|
)
|
|
@@ -49887,6 +49924,12 @@ class Query(sgqlc.types.Type):
|
|
|
49887
49924
|
|
|
49888
49925
|
* `mcon` (`String!`): MCON to evaluate
|
|
49889
49926
|
* `connection_id` (`UUID`): Connection UUID
|
|
49927
|
+
* `transforms` (`[TransformInput!]`): Transforms to apply to the
|
|
49928
|
+
data source
|
|
49929
|
+
* `filters` (`FilterGroupInput`): Structured SQL filtering
|
|
49930
|
+
conditions to apply to query
|
|
49931
|
+
* `agent_span_filters` (`[AgentSpanFilterInput!]`): Filter by
|
|
49932
|
+
agent span fields (agent, workflow, task, span_name)
|
|
49890
49933
|
"""
|
|
49891
49934
|
|
|
49892
49935
|
get_job_execution_history_logs = sgqlc.types.Field(
|
|
@@ -68679,12 +68722,28 @@ class AssetFilterActivityRead(sgqlc.types.Type, AssetFilterInterface):
|
|
|
68679
68722
|
read_days = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name="readDays")
|
|
68680
68723
|
|
|
68681
68724
|
|
|
68725
|
+
class AssetFilterActivityReadIsNull(sgqlc.types.Type, AssetFilterInterface):
|
|
68726
|
+
__schema__ = schema
|
|
68727
|
+
__field_names__ = ("read_activity_is_null",)
|
|
68728
|
+
read_activity_is_null = sgqlc.types.Field(
|
|
68729
|
+
sgqlc.types.non_null(Boolean), graphql_name="readActivityIsNull"
|
|
68730
|
+
)
|
|
68731
|
+
|
|
68732
|
+
|
|
68682
68733
|
class AssetFilterActivityReadWrite(sgqlc.types.Type, AssetFilterInterface):
|
|
68683
68734
|
__schema__ = schema
|
|
68684
68735
|
__field_names__ = ("read_write_days",)
|
|
68685
68736
|
read_write_days = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name="readWriteDays")
|
|
68686
68737
|
|
|
68687
68738
|
|
|
68739
|
+
class AssetFilterActivityReadWriteIsNull(sgqlc.types.Type, AssetFilterInterface):
|
|
68740
|
+
__schema__ = schema
|
|
68741
|
+
__field_names__ = ("read_write_activity_is_null",)
|
|
68742
|
+
read_write_activity_is_null = sgqlc.types.Field(
|
|
68743
|
+
sgqlc.types.non_null(Boolean), graphql_name="readWriteActivityIsNull"
|
|
68744
|
+
)
|
|
68745
|
+
|
|
68746
|
+
|
|
68688
68747
|
class AssetFilterActivityVolumeChange(sgqlc.types.Type, AssetFilterInterface):
|
|
68689
68748
|
__schema__ = schema
|
|
68690
68749
|
__field_names__ = ("volume_change_days",)
|
|
@@ -68699,6 +68758,14 @@ class AssetFilterActivityWrite(sgqlc.types.Type, AssetFilterInterface):
|
|
|
68699
68758
|
write_days = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name="writeDays")
|
|
68700
68759
|
|
|
68701
68760
|
|
|
68761
|
+
class AssetFilterActivityWriteIsNull(sgqlc.types.Type, AssetFilterInterface):
|
|
68762
|
+
__schema__ = schema
|
|
68763
|
+
__field_names__ = ("write_activity_is_null",)
|
|
68764
|
+
write_activity_is_null = sgqlc.types.Field(
|
|
68765
|
+
sgqlc.types.non_null(Boolean), graphql_name="writeActivityIsNull"
|
|
68766
|
+
)
|
|
68767
|
+
|
|
68768
|
+
|
|
68702
68769
|
class AssetFilterTableName(sgqlc.types.Type, AssetFilterInterface):
|
|
68703
68770
|
__schema__ = schema
|
|
68704
68771
|
__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=Q4MvcgUsJhoDABLmPLGI9WB-D8iI7Fm_wYzxrPh-Hc0,6211724
|
|
39
|
+
pycarlo/lib/schema.py,sha256=UmDURLZJQOYa-qk68ijTwx7f2ABoBQe8EE3PXndVTs8,2696213
|
|
40
|
+
pycarlo-0.10.149.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
41
|
+
pycarlo-0.10.149.dist-info/METADATA,sha256=g4J5I3Kv75aM-zGMFuBXW6MUFXPIOL2j1ZtM44MHnfU,8742
|
|
42
|
+
pycarlo-0.10.149.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
43
|
+
pycarlo-0.10.149.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
|
|
44
|
+
pycarlo-0.10.149.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|