pycarlo 0.10.147__tar.gz → 0.10.149__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.149}/PKG-INFO +1 -1
  2. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo/lib/schema.json +310 -0
  3. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo/lib/schema.py +67 -0
  4. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo.egg-info/PKG-INFO +1 -1
  5. {pycarlo-0.10.147 → pycarlo-0.10.149}/.circleci/README.md +0 -0
  6. {pycarlo-0.10.147 → pycarlo-0.10.149}/.circleci/config.yml +0 -0
  7. {pycarlo-0.10.147 → pycarlo-0.10.149}/.coveragerc +0 -0
  8. {pycarlo-0.10.147 → pycarlo-0.10.149}/.github/workflows/release.yml +0 -0
  9. {pycarlo-0.10.147 → pycarlo-0.10.149}/.gitignore +0 -0
  10. {pycarlo-0.10.147 → pycarlo-0.10.149}/.pre-commit-config.yaml +0 -0
  11. {pycarlo-0.10.147 → pycarlo-0.10.149}/LICENSE +0 -0
  12. {pycarlo-0.10.147 → pycarlo-0.10.149}/Makefile +0 -0
  13. {pycarlo-0.10.147 → pycarlo-0.10.149}/README.md +0 -0
  14. {pycarlo-0.10.147 → pycarlo-0.10.149}/examples/sample_circuit_breaker.py +0 -0
  15. {pycarlo-0.10.147 → pycarlo-0.10.149}/examples/sample_insight_upload.py +0 -0
  16. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo/__init__.py +0 -0
  17. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo/common/__init__.py +0 -0
  18. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo/common/errors.py +0 -0
  19. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo/common/files.py +0 -0
  20. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo/common/http.py +0 -0
  21. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo/common/mcon.py +0 -0
  22. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo/common/retries.py +0 -0
  23. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo/common/settings.py +0 -0
  24. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo/common/utils.py +0 -0
  25. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo/core/__init__.py +0 -0
  26. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo/core/client.py +0 -0
  27. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo/core/endpoint.py +0 -0
  28. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo/core/operations.py +0 -0
  29. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo/core/session.py +0 -0
  30. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo/features/__init__.py +0 -0
  31. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo/features/circuit_breakers/__init__.py +0 -0
  32. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
  33. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo/features/circuit_breakers/service.py +0 -0
  34. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo/features/dbt/__init__.py +0 -0
  35. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo/features/dbt/dbt_importer.py +0 -0
  36. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo/features/dbt/queries.py +0 -0
  37. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo/features/exceptions.py +0 -0
  38. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo/features/metadata/__init__.py +0 -0
  39. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo/features/metadata/allow_block_list.py +0 -0
  40. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
  41. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo/features/pii/__init__.py +0 -0
  42. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo/features/pii/constants.py +0 -0
  43. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo/features/pii/pii_filterer.py +0 -0
  44. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo/features/pii/queries.py +0 -0
  45. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo/features/pii/service.py +0 -0
  46. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo/features/user/__init__.py +0 -0
  47. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo/features/user/exceptions.py +0 -0
  48. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo/features/user/models.py +0 -0
  49. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo/features/user/queries.py +0 -0
  50. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo/features/user/service.py +0 -0
  51. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo/lib/README.md +0 -0
  52. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo/lib/__init__.py +0 -0
  53. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo.egg-info/SOURCES.txt +0 -0
  54. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo.egg-info/dependency_links.txt +0 -0
  55. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo.egg-info/requires.txt +0 -0
  56. {pycarlo-0.10.147 → pycarlo-0.10.149}/pycarlo.egg-info/top_level.txt +0 -0
  57. {pycarlo-0.10.147 → pycarlo-0.10.149}/pyproject.toml +0 -0
  58. {pycarlo-0.10.147 → pycarlo-0.10.149}/requirements-ci.txt +0 -0
  59. {pycarlo-0.10.147 → pycarlo-0.10.149}/requirements-dev.txt +0 -0
  60. {pycarlo-0.10.147 → pycarlo-0.10.149}/requirements.txt +0 -0
  61. {pycarlo-0.10.147 → pycarlo-0.10.149}/setup.cfg +0 -0
  62. {pycarlo-0.10.147 → pycarlo-0.10.149}/setup.py +0 -0
  63. {pycarlo-0.10.147 → pycarlo-0.10.149}/tests/__init__.py +0 -0
  64. {pycarlo-0.10.147 → pycarlo-0.10.149}/tests/common/__init__.py +0 -0
  65. {pycarlo-0.10.147 → pycarlo-0.10.149}/tests/common/data.json +0 -0
  66. {pycarlo-0.10.147 → pycarlo-0.10.149}/tests/common/test_files.py +0 -0
  67. {pycarlo-0.10.147 → pycarlo-0.10.149}/tests/common/test_http.py +0 -0
  68. {pycarlo-0.10.147 → pycarlo-0.10.149}/tests/common/test_mcon.py +0 -0
  69. {pycarlo-0.10.147 → pycarlo-0.10.149}/tests/common/test_retries.py +0 -0
  70. {pycarlo-0.10.147 → pycarlo-0.10.149}/tests/common/test_utils.py +0 -0
  71. {pycarlo-0.10.147 → pycarlo-0.10.149}/tests/features/__init__.py +0 -0
  72. {pycarlo-0.10.147 → pycarlo-0.10.149}/tests/features/circuit_breakers/__init__.py +0 -0
  73. {pycarlo-0.10.147 → pycarlo-0.10.149}/tests/features/circuit_breakers/test_service.py +0 -0
  74. {pycarlo-0.10.147 → pycarlo-0.10.149}/tests/features/dbt/__init__.py +0 -0
  75. {pycarlo-0.10.147 → pycarlo-0.10.149}/tests/features/dbt/sample_logs.txt +0 -0
  76. {pycarlo-0.10.147 → pycarlo-0.10.149}/tests/features/dbt/sample_manifest.json +0 -0
  77. {pycarlo-0.10.147 → pycarlo-0.10.149}/tests/features/dbt/sample_run_results.json +0 -0
  78. {pycarlo-0.10.147 → pycarlo-0.10.149}/tests/features/dbt/test_dbt_importer.py +0 -0
  79. {pycarlo-0.10.147 → pycarlo-0.10.149}/tests/features/metadata/test_dataset_filtering.py +0 -0
  80. {pycarlo-0.10.147 → pycarlo-0.10.149}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
  81. {pycarlo-0.10.147 → pycarlo-0.10.149}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
  82. {pycarlo-0.10.147 → pycarlo-0.10.149}/tests/features/pii/test_pii_filtering.py +0 -0
  83. {pycarlo-0.10.147 → pycarlo-0.10.149}/tests/features/user/__init__.py +0 -0
  84. {pycarlo-0.10.147 → pycarlo-0.10.149}/tests/features/user/test_user_service.py +0 -0
  85. {pycarlo-0.10.147 → pycarlo-0.10.149}/tests/test_client.py +0 -0
  86. {pycarlo-0.10.147 → pycarlo-0.10.149}/tests/test_operations.py +0 -0
  87. {pycarlo-0.10.147 → pycarlo-0.10.149}/tests/test_retry_decorator.py +0 -0
  88. {pycarlo-0.10.147 → pycarlo-0.10.149}/tests/test_session.py +0 -0
  89. {pycarlo-0.10.147 → pycarlo-0.10.149}/utils/env.sh +0 -0
  90. {pycarlo-0.10.147 → pycarlo-0.10.149}/utils/generate.py +0 -0
  91. {pycarlo-0.10.147 → pycarlo-0.10.149}/utils/sample.env +0 -0
  92. {pycarlo-0.10.147 → pycarlo-0.10.149}/utils/sanity.py +0 -0
  93. {pycarlo-0.10.147 → pycarlo-0.10.149}/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.149
4
4
  Summary: Monte Carlo's Python SDK
5
5
  Home-page: https://www.montecarlodata.com/
6
6
  Author: Monte Carlo Data, Inc
@@ -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
  }
@@ -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")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.147
3
+ Version: 0.10.149
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