pycarlo 0.10.147__tar.gz → 0.10.148__tar.gz

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.

Files changed (93) hide show
  1. {pycarlo-0.10.147 → pycarlo-0.10.148}/PKG-INFO +1 -1
  2. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo/lib/schema.json +264 -0
  3. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo/lib/schema.py +41 -0
  4. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo.egg-info/PKG-INFO +1 -1
  5. {pycarlo-0.10.147 → pycarlo-0.10.148}/.circleci/README.md +0 -0
  6. {pycarlo-0.10.147 → pycarlo-0.10.148}/.circleci/config.yml +0 -0
  7. {pycarlo-0.10.147 → pycarlo-0.10.148}/.coveragerc +0 -0
  8. {pycarlo-0.10.147 → pycarlo-0.10.148}/.github/workflows/release.yml +0 -0
  9. {pycarlo-0.10.147 → pycarlo-0.10.148}/.gitignore +0 -0
  10. {pycarlo-0.10.147 → pycarlo-0.10.148}/.pre-commit-config.yaml +0 -0
  11. {pycarlo-0.10.147 → pycarlo-0.10.148}/LICENSE +0 -0
  12. {pycarlo-0.10.147 → pycarlo-0.10.148}/Makefile +0 -0
  13. {pycarlo-0.10.147 → pycarlo-0.10.148}/README.md +0 -0
  14. {pycarlo-0.10.147 → pycarlo-0.10.148}/examples/sample_circuit_breaker.py +0 -0
  15. {pycarlo-0.10.147 → pycarlo-0.10.148}/examples/sample_insight_upload.py +0 -0
  16. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo/__init__.py +0 -0
  17. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo/common/__init__.py +0 -0
  18. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo/common/errors.py +0 -0
  19. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo/common/files.py +0 -0
  20. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo/common/http.py +0 -0
  21. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo/common/mcon.py +0 -0
  22. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo/common/retries.py +0 -0
  23. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo/common/settings.py +0 -0
  24. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo/common/utils.py +0 -0
  25. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo/core/__init__.py +0 -0
  26. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo/core/client.py +0 -0
  27. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo/core/endpoint.py +0 -0
  28. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo/core/operations.py +0 -0
  29. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo/core/session.py +0 -0
  30. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo/features/__init__.py +0 -0
  31. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo/features/circuit_breakers/__init__.py +0 -0
  32. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
  33. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo/features/circuit_breakers/service.py +0 -0
  34. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo/features/dbt/__init__.py +0 -0
  35. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo/features/dbt/dbt_importer.py +0 -0
  36. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo/features/dbt/queries.py +0 -0
  37. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo/features/exceptions.py +0 -0
  38. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo/features/metadata/__init__.py +0 -0
  39. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo/features/metadata/allow_block_list.py +0 -0
  40. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
  41. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo/features/pii/__init__.py +0 -0
  42. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo/features/pii/constants.py +0 -0
  43. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo/features/pii/pii_filterer.py +0 -0
  44. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo/features/pii/queries.py +0 -0
  45. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo/features/pii/service.py +0 -0
  46. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo/features/user/__init__.py +0 -0
  47. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo/features/user/exceptions.py +0 -0
  48. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo/features/user/models.py +0 -0
  49. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo/features/user/queries.py +0 -0
  50. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo/features/user/service.py +0 -0
  51. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo/lib/README.md +0 -0
  52. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo/lib/__init__.py +0 -0
  53. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo.egg-info/SOURCES.txt +0 -0
  54. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo.egg-info/dependency_links.txt +0 -0
  55. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo.egg-info/requires.txt +0 -0
  56. {pycarlo-0.10.147 → pycarlo-0.10.148}/pycarlo.egg-info/top_level.txt +0 -0
  57. {pycarlo-0.10.147 → pycarlo-0.10.148}/pyproject.toml +0 -0
  58. {pycarlo-0.10.147 → pycarlo-0.10.148}/requirements-ci.txt +0 -0
  59. {pycarlo-0.10.147 → pycarlo-0.10.148}/requirements-dev.txt +0 -0
  60. {pycarlo-0.10.147 → pycarlo-0.10.148}/requirements.txt +0 -0
  61. {pycarlo-0.10.147 → pycarlo-0.10.148}/setup.cfg +0 -0
  62. {pycarlo-0.10.147 → pycarlo-0.10.148}/setup.py +0 -0
  63. {pycarlo-0.10.147 → pycarlo-0.10.148}/tests/__init__.py +0 -0
  64. {pycarlo-0.10.147 → pycarlo-0.10.148}/tests/common/__init__.py +0 -0
  65. {pycarlo-0.10.147 → pycarlo-0.10.148}/tests/common/data.json +0 -0
  66. {pycarlo-0.10.147 → pycarlo-0.10.148}/tests/common/test_files.py +0 -0
  67. {pycarlo-0.10.147 → pycarlo-0.10.148}/tests/common/test_http.py +0 -0
  68. {pycarlo-0.10.147 → pycarlo-0.10.148}/tests/common/test_mcon.py +0 -0
  69. {pycarlo-0.10.147 → pycarlo-0.10.148}/tests/common/test_retries.py +0 -0
  70. {pycarlo-0.10.147 → pycarlo-0.10.148}/tests/common/test_utils.py +0 -0
  71. {pycarlo-0.10.147 → pycarlo-0.10.148}/tests/features/__init__.py +0 -0
  72. {pycarlo-0.10.147 → pycarlo-0.10.148}/tests/features/circuit_breakers/__init__.py +0 -0
  73. {pycarlo-0.10.147 → pycarlo-0.10.148}/tests/features/circuit_breakers/test_service.py +0 -0
  74. {pycarlo-0.10.147 → pycarlo-0.10.148}/tests/features/dbt/__init__.py +0 -0
  75. {pycarlo-0.10.147 → pycarlo-0.10.148}/tests/features/dbt/sample_logs.txt +0 -0
  76. {pycarlo-0.10.147 → pycarlo-0.10.148}/tests/features/dbt/sample_manifest.json +0 -0
  77. {pycarlo-0.10.147 → pycarlo-0.10.148}/tests/features/dbt/sample_run_results.json +0 -0
  78. {pycarlo-0.10.147 → pycarlo-0.10.148}/tests/features/dbt/test_dbt_importer.py +0 -0
  79. {pycarlo-0.10.147 → pycarlo-0.10.148}/tests/features/metadata/test_dataset_filtering.py +0 -0
  80. {pycarlo-0.10.147 → pycarlo-0.10.148}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
  81. {pycarlo-0.10.147 → pycarlo-0.10.148}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
  82. {pycarlo-0.10.147 → pycarlo-0.10.148}/tests/features/pii/test_pii_filtering.py +0 -0
  83. {pycarlo-0.10.147 → pycarlo-0.10.148}/tests/features/user/__init__.py +0 -0
  84. {pycarlo-0.10.147 → pycarlo-0.10.148}/tests/features/user/test_user_service.py +0 -0
  85. {pycarlo-0.10.147 → pycarlo-0.10.148}/tests/test_client.py +0 -0
  86. {pycarlo-0.10.147 → pycarlo-0.10.148}/tests/test_operations.py +0 -0
  87. {pycarlo-0.10.147 → pycarlo-0.10.148}/tests/test_retry_decorator.py +0 -0
  88. {pycarlo-0.10.147 → pycarlo-0.10.148}/tests/test_session.py +0 -0
  89. {pycarlo-0.10.147 → pycarlo-0.10.148}/utils/env.sh +0 -0
  90. {pycarlo-0.10.147 → pycarlo-0.10.148}/utils/generate.py +0 -0
  91. {pycarlo-0.10.147 → pycarlo-0.10.148}/utils/sample.env +0 -0
  92. {pycarlo-0.10.147 → pycarlo-0.10.148}/utils/sanity.py +0 -0
  93. {pycarlo-0.10.147 → pycarlo-0.10.148}/utils/vars.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.147
3
+ Version: 0.10.148
4
4
  Summary: Monte Carlo's Python SDK
5
5
  Home-page: https://www.montecarlodata.com/
6
6
  Author: Monte Carlo Data, Inc
@@ -82358,6 +82358,12 @@
82358
82358
  "description": null,
82359
82359
  "isDeprecated": false,
82360
82360
  "name": "gt"
82361
+ },
82362
+ {
82363
+ "deprecationReason": null,
82364
+ "description": null,
82365
+ "isDeprecated": false,
82366
+ "name": "is_null"
82361
82367
  }
82362
82368
  ],
82363
82369
  "fields": null,
@@ -89741,6 +89747,21 @@
89741
89747
  "kind": "OBJECT",
89742
89748
  "name": "AssetFilterActivityVolumeChange",
89743
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
89744
89765
  }
89745
89766
  ]
89746
89767
  },
@@ -89788,6 +89809,24 @@
89788
89809
  "description": null,
89789
89810
  "isDeprecated": false,
89790
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"
89791
89830
  }
89792
89831
  ],
89793
89832
  "fields": null,
@@ -143840,6 +143879,36 @@
143840
143879
  "ofType": null
143841
143880
  }
143842
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
+ },
143843
143912
  {
143844
143913
  "defaultValue": null,
143845
143914
  "description": null,
@@ -196565,6 +196634,201 @@
196565
196634
  "kind": "OBJECT",
196566
196635
  "name": "AssetFilterActivityVolumeChange",
196567
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
196568
196832
  }
196569
196833
  ]
196570
196834
  }
@@ -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")
@@ -68679,12 +68696,28 @@ class AssetFilterActivityRead(sgqlc.types.Type, AssetFilterInterface):
68679
68696
  read_days = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name="readDays")
68680
68697
 
68681
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
+
68682
68707
  class AssetFilterActivityReadWrite(sgqlc.types.Type, AssetFilterInterface):
68683
68708
  __schema__ = schema
68684
68709
  __field_names__ = ("read_write_days",)
68685
68710
  read_write_days = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name="readWriteDays")
68686
68711
 
68687
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
+
68688
68721
  class AssetFilterActivityVolumeChange(sgqlc.types.Type, AssetFilterInterface):
68689
68722
  __schema__ = schema
68690
68723
  __field_names__ = ("volume_change_days",)
@@ -68699,6 +68732,14 @@ class AssetFilterActivityWrite(sgqlc.types.Type, AssetFilterInterface):
68699
68732
  write_days = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name="writeDays")
68700
68733
 
68701
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
+
68702
68743
  class AssetFilterTableName(sgqlc.types.Type, AssetFilterInterface):
68703
68744
  __schema__ = schema
68704
68745
  __field_names__ = ("table_name", "table_name_operator")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.147
3
+ Version: 0.10.148
4
4
  Summary: Monte Carlo's Python SDK
5
5
  Home-page: https://www.montecarlodata.com/
6
6
  Author: Monte Carlo Data, Inc
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes