pycarlo 0.10.202__py3-none-any.whl → 0.10.204__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pycarlo might be problematic. Click here for more details.

pycarlo/lib/schema.json CHANGED
@@ -32337,6 +32337,18 @@
32337
32337
  "name": "EtlType",
32338
32338
  "ofType": null
32339
32339
  }
32340
+ },
32341
+ {
32342
+ "args": [],
32343
+ "deprecationReason": null,
32344
+ "description": "Whether the table supports data explorer",
32345
+ "isDeprecated": false,
32346
+ "name": "supportsDataExplorer",
32347
+ "type": {
32348
+ "kind": "SCALAR",
32349
+ "name": "Boolean",
32350
+ "ofType": null
32351
+ }
32340
32352
  }
32341
32353
  ],
32342
32354
  "inputFields": null,
@@ -64852,6 +64864,38 @@
64852
64864
  }
64853
64865
  }
64854
64866
  }
64867
+ },
64868
+ {
64869
+ "args": [],
64870
+ "deprecationReason": null,
64871
+ "description": "agent span filters used on the monitor",
64872
+ "isDeprecated": false,
64873
+ "name": "agentSpanFilters",
64874
+ "type": {
64875
+ "kind": "LIST",
64876
+ "name": null,
64877
+ "ofType": {
64878
+ "kind": "NON_NULL",
64879
+ "name": null,
64880
+ "ofType": {
64881
+ "kind": "OBJECT",
64882
+ "name": "AgentSpanFilter",
64883
+ "ofType": null
64884
+ }
64885
+ }
64886
+ }
64887
+ },
64888
+ {
64889
+ "args": [],
64890
+ "deprecationReason": null,
64891
+ "description": "filters used on the monitor",
64892
+ "isDeprecated": false,
64893
+ "name": "filters",
64894
+ "type": {
64895
+ "kind": "OBJECT",
64896
+ "name": "FilterGroup",
64897
+ "ofType": null
64898
+ }
64855
64899
  }
64856
64900
  ],
64857
64901
  "inputFields": null,
@@ -68463,6 +68507,233 @@
68463
68507
  "name": "EventEvaluation",
68464
68508
  "possibleTypes": null
68465
68509
  },
68510
+ {
68511
+ "description": null,
68512
+ "enumValues": null,
68513
+ "fields": [
68514
+ {
68515
+ "args": [],
68516
+ "deprecationReason": null,
68517
+ "description": null,
68518
+ "isDeprecated": false,
68519
+ "name": "agent",
68520
+ "type": {
68521
+ "kind": "OBJECT",
68522
+ "name": "AgentSpanFieldFilter",
68523
+ "ofType": null
68524
+ }
68525
+ },
68526
+ {
68527
+ "args": [],
68528
+ "deprecationReason": null,
68529
+ "description": null,
68530
+ "isDeprecated": false,
68531
+ "name": "workflow",
68532
+ "type": {
68533
+ "kind": "OBJECT",
68534
+ "name": "AgentSpanFieldFilter",
68535
+ "ofType": null
68536
+ }
68537
+ },
68538
+ {
68539
+ "args": [],
68540
+ "deprecationReason": null,
68541
+ "description": null,
68542
+ "isDeprecated": false,
68543
+ "name": "task",
68544
+ "type": {
68545
+ "kind": "OBJECT",
68546
+ "name": "AgentSpanFieldFilter",
68547
+ "ofType": null
68548
+ }
68549
+ },
68550
+ {
68551
+ "args": [],
68552
+ "deprecationReason": null,
68553
+ "description": null,
68554
+ "isDeprecated": false,
68555
+ "name": "spanName",
68556
+ "type": {
68557
+ "kind": "OBJECT",
68558
+ "name": "AgentSpanFieldFilter",
68559
+ "ofType": null
68560
+ }
68561
+ }
68562
+ ],
68563
+ "inputFields": null,
68564
+ "interfaces": [],
68565
+ "kind": "OBJECT",
68566
+ "name": "AgentSpanFilter",
68567
+ "possibleTypes": null
68568
+ },
68569
+ {
68570
+ "description": null,
68571
+ "enumValues": null,
68572
+ "fields": [
68573
+ {
68574
+ "args": [],
68575
+ "deprecationReason": null,
68576
+ "description": null,
68577
+ "isDeprecated": false,
68578
+ "name": "value",
68579
+ "type": {
68580
+ "kind": "SCALAR",
68581
+ "name": "String",
68582
+ "ofType": null
68583
+ }
68584
+ }
68585
+ ],
68586
+ "inputFields": null,
68587
+ "interfaces": [],
68588
+ "kind": "OBJECT",
68589
+ "name": "AgentSpanFieldFilter",
68590
+ "possibleTypes": null
68591
+ },
68592
+ {
68593
+ "description": null,
68594
+ "enumValues": null,
68595
+ "fields": [
68596
+ {
68597
+ "args": [],
68598
+ "deprecationReason": null,
68599
+ "description": null,
68600
+ "isDeprecated": false,
68601
+ "name": "type",
68602
+ "type": {
68603
+ "kind": "NON_NULL",
68604
+ "name": null,
68605
+ "ofType": {
68606
+ "kind": "ENUM",
68607
+ "name": "FilterType",
68608
+ "ofType": null
68609
+ }
68610
+ }
68611
+ },
68612
+ {
68613
+ "args": [],
68614
+ "deprecationReason": null,
68615
+ "description": null,
68616
+ "isDeprecated": false,
68617
+ "name": "id",
68618
+ "type": {
68619
+ "kind": "SCALAR",
68620
+ "name": "String",
68621
+ "ofType": null
68622
+ }
68623
+ },
68624
+ {
68625
+ "args": [],
68626
+ "deprecationReason": null,
68627
+ "description": null,
68628
+ "isDeprecated": false,
68629
+ "name": "conditions",
68630
+ "type": {
68631
+ "kind": "NON_NULL",
68632
+ "name": null,
68633
+ "ofType": {
68634
+ "kind": "LIST",
68635
+ "name": null,
68636
+ "ofType": {
68637
+ "kind": "NON_NULL",
68638
+ "name": null,
68639
+ "ofType": {
68640
+ "kind": "INTERFACE",
68641
+ "name": "FilterInterface",
68642
+ "ofType": null
68643
+ }
68644
+ }
68645
+ }
68646
+ }
68647
+ },
68648
+ {
68649
+ "args": [],
68650
+ "deprecationReason": null,
68651
+ "description": null,
68652
+ "isDeprecated": false,
68653
+ "name": "operator",
68654
+ "type": {
68655
+ "kind": "NON_NULL",
68656
+ "name": null,
68657
+ "ofType": {
68658
+ "kind": "ENUM",
68659
+ "name": "BooleanOperator",
68660
+ "ofType": null
68661
+ }
68662
+ }
68663
+ }
68664
+ ],
68665
+ "inputFields": null,
68666
+ "interfaces": [
68667
+ {
68668
+ "kind": "INTERFACE",
68669
+ "name": "FilterInterface",
68670
+ "ofType": null
68671
+ }
68672
+ ],
68673
+ "kind": "OBJECT",
68674
+ "name": "FilterGroup",
68675
+ "possibleTypes": null
68676
+ },
68677
+ {
68678
+ "description": null,
68679
+ "enumValues": null,
68680
+ "fields": [
68681
+ {
68682
+ "args": [],
68683
+ "deprecationReason": null,
68684
+ "description": null,
68685
+ "isDeprecated": false,
68686
+ "name": "type",
68687
+ "type": {
68688
+ "kind": "NON_NULL",
68689
+ "name": null,
68690
+ "ofType": {
68691
+ "kind": "ENUM",
68692
+ "name": "FilterType",
68693
+ "ofType": null
68694
+ }
68695
+ }
68696
+ },
68697
+ {
68698
+ "args": [],
68699
+ "deprecationReason": null,
68700
+ "description": null,
68701
+ "isDeprecated": false,
68702
+ "name": "id",
68703
+ "type": {
68704
+ "kind": "SCALAR",
68705
+ "name": "String",
68706
+ "ofType": null
68707
+ }
68708
+ }
68709
+ ],
68710
+ "inputFields": null,
68711
+ "interfaces": null,
68712
+ "kind": "INTERFACE",
68713
+ "name": "FilterInterface",
68714
+ "possibleTypes": [
68715
+ {
68716
+ "kind": "OBJECT",
68717
+ "name": "FilterGroup",
68718
+ "ofType": null
68719
+ },
68720
+ {
68721
+ "kind": "OBJECT",
68722
+ "name": "FilterUnary",
68723
+ "ofType": null
68724
+ },
68725
+ {
68726
+ "kind": "OBJECT",
68727
+ "name": "FilterBinary",
68728
+ "ofType": null
68729
+ },
68730
+ {
68731
+ "kind": "OBJECT",
68732
+ "name": "FilterSql",
68733
+ "ofType": null
68734
+ }
68735
+ ]
68736
+ },
68466
68737
  {
68467
68738
  "description": null,
68468
68739
  "enumValues": null,
@@ -88913,233 +89184,6 @@
88913
89184
  "name": "MonitorSqlBlocks",
88914
89185
  "possibleTypes": null
88915
89186
  },
88916
- {
88917
- "description": null,
88918
- "enumValues": null,
88919
- "fields": [
88920
- {
88921
- "args": [],
88922
- "deprecationReason": null,
88923
- "description": null,
88924
- "isDeprecated": false,
88925
- "name": "type",
88926
- "type": {
88927
- "kind": "NON_NULL",
88928
- "name": null,
88929
- "ofType": {
88930
- "kind": "ENUM",
88931
- "name": "FilterType",
88932
- "ofType": null
88933
- }
88934
- }
88935
- },
88936
- {
88937
- "args": [],
88938
- "deprecationReason": null,
88939
- "description": null,
88940
- "isDeprecated": false,
88941
- "name": "id",
88942
- "type": {
88943
- "kind": "SCALAR",
88944
- "name": "String",
88945
- "ofType": null
88946
- }
88947
- },
88948
- {
88949
- "args": [],
88950
- "deprecationReason": null,
88951
- "description": null,
88952
- "isDeprecated": false,
88953
- "name": "conditions",
88954
- "type": {
88955
- "kind": "NON_NULL",
88956
- "name": null,
88957
- "ofType": {
88958
- "kind": "LIST",
88959
- "name": null,
88960
- "ofType": {
88961
- "kind": "NON_NULL",
88962
- "name": null,
88963
- "ofType": {
88964
- "kind": "INTERFACE",
88965
- "name": "FilterInterface",
88966
- "ofType": null
88967
- }
88968
- }
88969
- }
88970
- }
88971
- },
88972
- {
88973
- "args": [],
88974
- "deprecationReason": null,
88975
- "description": null,
88976
- "isDeprecated": false,
88977
- "name": "operator",
88978
- "type": {
88979
- "kind": "NON_NULL",
88980
- "name": null,
88981
- "ofType": {
88982
- "kind": "ENUM",
88983
- "name": "BooleanOperator",
88984
- "ofType": null
88985
- }
88986
- }
88987
- }
88988
- ],
88989
- "inputFields": null,
88990
- "interfaces": [
88991
- {
88992
- "kind": "INTERFACE",
88993
- "name": "FilterInterface",
88994
- "ofType": null
88995
- }
88996
- ],
88997
- "kind": "OBJECT",
88998
- "name": "FilterGroup",
88999
- "possibleTypes": null
89000
- },
89001
- {
89002
- "description": null,
89003
- "enumValues": null,
89004
- "fields": [
89005
- {
89006
- "args": [],
89007
- "deprecationReason": null,
89008
- "description": null,
89009
- "isDeprecated": false,
89010
- "name": "type",
89011
- "type": {
89012
- "kind": "NON_NULL",
89013
- "name": null,
89014
- "ofType": {
89015
- "kind": "ENUM",
89016
- "name": "FilterType",
89017
- "ofType": null
89018
- }
89019
- }
89020
- },
89021
- {
89022
- "args": [],
89023
- "deprecationReason": null,
89024
- "description": null,
89025
- "isDeprecated": false,
89026
- "name": "id",
89027
- "type": {
89028
- "kind": "SCALAR",
89029
- "name": "String",
89030
- "ofType": null
89031
- }
89032
- }
89033
- ],
89034
- "inputFields": null,
89035
- "interfaces": null,
89036
- "kind": "INTERFACE",
89037
- "name": "FilterInterface",
89038
- "possibleTypes": [
89039
- {
89040
- "kind": "OBJECT",
89041
- "name": "FilterGroup",
89042
- "ofType": null
89043
- },
89044
- {
89045
- "kind": "OBJECT",
89046
- "name": "FilterUnary",
89047
- "ofType": null
89048
- },
89049
- {
89050
- "kind": "OBJECT",
89051
- "name": "FilterBinary",
89052
- "ofType": null
89053
- },
89054
- {
89055
- "kind": "OBJECT",
89056
- "name": "FilterSql",
89057
- "ofType": null
89058
- }
89059
- ]
89060
- },
89061
- {
89062
- "description": null,
89063
- "enumValues": null,
89064
- "fields": [
89065
- {
89066
- "args": [],
89067
- "deprecationReason": null,
89068
- "description": null,
89069
- "isDeprecated": false,
89070
- "name": "agent",
89071
- "type": {
89072
- "kind": "OBJECT",
89073
- "name": "AgentSpanFieldFilter",
89074
- "ofType": null
89075
- }
89076
- },
89077
- {
89078
- "args": [],
89079
- "deprecationReason": null,
89080
- "description": null,
89081
- "isDeprecated": false,
89082
- "name": "workflow",
89083
- "type": {
89084
- "kind": "OBJECT",
89085
- "name": "AgentSpanFieldFilter",
89086
- "ofType": null
89087
- }
89088
- },
89089
- {
89090
- "args": [],
89091
- "deprecationReason": null,
89092
- "description": null,
89093
- "isDeprecated": false,
89094
- "name": "task",
89095
- "type": {
89096
- "kind": "OBJECT",
89097
- "name": "AgentSpanFieldFilter",
89098
- "ofType": null
89099
- }
89100
- },
89101
- {
89102
- "args": [],
89103
- "deprecationReason": null,
89104
- "description": null,
89105
- "isDeprecated": false,
89106
- "name": "spanName",
89107
- "type": {
89108
- "kind": "OBJECT",
89109
- "name": "AgentSpanFieldFilter",
89110
- "ofType": null
89111
- }
89112
- }
89113
- ],
89114
- "inputFields": null,
89115
- "interfaces": [],
89116
- "kind": "OBJECT",
89117
- "name": "AgentSpanFilter",
89118
- "possibleTypes": null
89119
- },
89120
- {
89121
- "description": null,
89122
- "enumValues": null,
89123
- "fields": [
89124
- {
89125
- "args": [],
89126
- "deprecationReason": null,
89127
- "description": null,
89128
- "isDeprecated": false,
89129
- "name": "value",
89130
- "type": {
89131
- "kind": "SCALAR",
89132
- "name": "String",
89133
- "ofType": null
89134
- }
89135
- }
89136
- ],
89137
- "inputFields": null,
89138
- "interfaces": [],
89139
- "kind": "OBJECT",
89140
- "name": "AgentSpanFieldFilter",
89141
- "possibleTypes": null
89142
- },
89143
89187
  {
89144
89188
  "description": null,
89145
89189
  "enumValues": null,
@@ -135404,6 +135448,18 @@
135404
135448
  "ofType": null
135405
135449
  }
135406
135450
  },
135451
+ {
135452
+ "args": [],
135453
+ "deprecationReason": null,
135454
+ "description": "Whether the table supports data explorer",
135455
+ "isDeprecated": false,
135456
+ "name": "supportsDataExplorer",
135457
+ "type": {
135458
+ "kind": "SCALAR",
135459
+ "name": "Boolean",
135460
+ "ofType": null
135461
+ }
135462
+ },
135407
135463
  {
135408
135464
  "args": [],
135409
135465
  "deprecationReason": null,
pycarlo/lib/schema.py CHANGED
@@ -15126,6 +15126,7 @@ class CategorizedSearchResult(sgqlc.types.Type):
15126
15126
  "is_monitored",
15127
15127
  "is_muted",
15128
15128
  "etl_type",
15129
+ "supports_data_explorer",
15129
15130
  "category",
15130
15131
  "is_dynamic_schedule_supported",
15131
15132
  )
@@ -15214,6 +15215,9 @@ class CategorizedSearchResult(sgqlc.types.Type):
15214
15215
  etl_type = sgqlc.types.Field(EtlType, graphql_name="etlType")
15215
15216
  """ETL type of the job asset (if object_type=job)"""
15216
15217
 
15218
+ supports_data_explorer = sgqlc.types.Field(Boolean, graphql_name="supportsDataExplorer")
15219
+ """Whether the table supports data explorer"""
15220
+
15217
15221
  category = sgqlc.types.Field(SearchCategoryEnum, graphql_name="category")
15218
15222
  """Name of the category for the table like: RESOLVED TABLES, ALL
15219
15223
  TABLES etc
@@ -63400,6 +63404,7 @@ class SearchResult(sgqlc.types.Type):
63400
63404
  "is_monitored",
63401
63405
  "is_muted",
63402
63406
  "etl_type",
63407
+ "supports_data_explorer",
63403
63408
  )
63404
63409
  mcon = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="mcon")
63405
63410
  """Monte Carlo full identifier for an entity"""
@@ -63484,6 +63489,9 @@ class SearchResult(sgqlc.types.Type):
63484
63489
  etl_type = sgqlc.types.Field(EtlType, graphql_name="etlType")
63485
63490
  """ETL type of the job asset (if object_type=job)"""
63486
63491
 
63492
+ supports_data_explorer = sgqlc.types.Field(Boolean, graphql_name="supportsDataExplorer")
63493
+ """Whether the table supports data explorer"""
63494
+
63487
63495
 
63488
63496
  class SearchResultProperty(sgqlc.types.Type):
63489
63497
  """An individual label. Part of the SearchResult"""
@@ -74682,6 +74690,8 @@ class Event(sgqlc.types.Type, Node):
74682
74690
  "is_merged",
74683
74691
  "description",
74684
74692
  "mentioned_users",
74693
+ "agent_span_filters",
74694
+ "filters",
74685
74695
  )
74686
74696
  event_type = sgqlc.types.Field(
74687
74697
  sgqlc.types.non_null(EventModelEventType), graphql_name="eventType"
@@ -74832,6 +74842,14 @@ class Event(sgqlc.types.Type, Node):
74832
74842
  )
74833
74843
  """Users that are mentioned in any of the comments"""
74834
74844
 
74845
+ agent_span_filters = sgqlc.types.Field(
74846
+ sgqlc.types.list_of(sgqlc.types.non_null(AgentSpanFilter)), graphql_name="agentSpanFilters"
74847
+ )
74848
+ """agent span filters used on the monitor"""
74849
+
74850
+ filters = sgqlc.types.Field("FilterGroup", graphql_name="filters")
74851
+ """filters used on the monitor"""
74852
+
74835
74853
 
74836
74854
  class EventDataIncidentCommentTimeline(sgqlc.types.Type, IEventDataBaseTimeline):
74837
74855
  __schema__ = schema
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.202
3
+ Version: 0.10.204
4
4
  Summary: Monte Carlo's Python SDK
5
5
  Home-page: https://www.montecarlodata.com/
6
6
  Author: Monte Carlo Data, Inc
@@ -35,10 +35,10 @@ pycarlo/features/user/queries.py,sha256=m97RvM0oiBlrU5xmOwe_JJ5N0G0NG5hIOeyQqN2O
35
35
  pycarlo/features/user/service.py,sha256=DHkhuonySaHro07NTd0YNe3cNkDk62CiRTY77dhVaMs,2890
36
36
  pycarlo/lib/README.md,sha256=QGNeUefPzLKGyZqn5aITpcFgkC9WQTNS292BGisRFHk,139
37
37
  pycarlo/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
38
- pycarlo/lib/schema.json,sha256=IWN8aiABIYfdNnYyU7RIEYwvrX7_Ai-znwpHcIBBq9w,6346245
39
- pycarlo/lib/schema.py,sha256=aKxH5Zfb98rPi9kpErHdWT9S0m252fy6eeC0ciQajLU,2763891
40
- pycarlo-0.10.202.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.202.dist-info/METADATA,sha256=pJjHqQ3X2z-lUYq5w9oqQrEF77ArayTK9tw_nu8i90g,8742
42
- pycarlo-0.10.202.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.202.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.202.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=j_QfE3IvHEd7rRIbwa3HvJtWiRvdN2Bs5BbVAuioH8A,6348033
39
+ pycarlo/lib/schema.py,sha256=ZFP_aL93xtrMA69khNMc5B4BpUv5sGX7IFKT8mEJr-U,2764608
40
+ pycarlo-0.10.204.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.204.dist-info/METADATA,sha256=2TjfLBRemnY5zNiQxsONVkxkRUpY9ZdFzxfz9RyjLX0,8742
42
+ pycarlo-0.10.204.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.204.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.204.dist-info/RECORD,,