pycarlo 0.10.203__py3-none-any.whl → 0.10.205__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
@@ -1069,16 +1069,22 @@
1069
1069
  "args": [
1070
1070
  {
1071
1071
  "defaultValue": null,
1072
- "description": "Filter by warehouse type (snowflake, bigquery, databricks)",
1073
- "name": "warehouseType",
1072
+ "description": "Warehouse UUID. If provided, the connection type will be ignored.",
1073
+ "name": "warehouseUuid",
1074
1074
  "type": {
1075
- "kind": "NON_NULL",
1076
- "name": null,
1077
- "ofType": {
1078
- "kind": "SCALAR",
1079
- "name": "String",
1080
- "ofType": null
1081
- }
1075
+ "kind": "SCALAR",
1076
+ "name": "UUID",
1077
+ "ofType": null
1078
+ }
1079
+ },
1080
+ {
1081
+ "defaultValue": null,
1082
+ "description": "connection type, for example \"snowflake\", \"bigquery\", etc.",
1083
+ "name": "connectionType",
1084
+ "type": {
1085
+ "kind": "SCALAR",
1086
+ "name": "String",
1087
+ "ofType": null
1082
1088
  }
1083
1089
  }
1084
1090
  ],
@@ -64864,6 +64870,38 @@
64864
64870
  }
64865
64871
  }
64866
64872
  }
64873
+ },
64874
+ {
64875
+ "args": [],
64876
+ "deprecationReason": null,
64877
+ "description": "agent span filters used on the monitor",
64878
+ "isDeprecated": false,
64879
+ "name": "agentSpanFilters",
64880
+ "type": {
64881
+ "kind": "LIST",
64882
+ "name": null,
64883
+ "ofType": {
64884
+ "kind": "NON_NULL",
64885
+ "name": null,
64886
+ "ofType": {
64887
+ "kind": "OBJECT",
64888
+ "name": "AgentSpanFilter",
64889
+ "ofType": null
64890
+ }
64891
+ }
64892
+ }
64893
+ },
64894
+ {
64895
+ "args": [],
64896
+ "deprecationReason": null,
64897
+ "description": "filters used on the monitor",
64898
+ "isDeprecated": false,
64899
+ "name": "filters",
64900
+ "type": {
64901
+ "kind": "OBJECT",
64902
+ "name": "FilterGroup",
64903
+ "ofType": null
64904
+ }
64867
64905
  }
64868
64906
  ],
64869
64907
  "inputFields": null,
@@ -68475,6 +68513,233 @@
68475
68513
  "name": "EventEvaluation",
68476
68514
  "possibleTypes": null
68477
68515
  },
68516
+ {
68517
+ "description": null,
68518
+ "enumValues": null,
68519
+ "fields": [
68520
+ {
68521
+ "args": [],
68522
+ "deprecationReason": null,
68523
+ "description": null,
68524
+ "isDeprecated": false,
68525
+ "name": "agent",
68526
+ "type": {
68527
+ "kind": "OBJECT",
68528
+ "name": "AgentSpanFieldFilter",
68529
+ "ofType": null
68530
+ }
68531
+ },
68532
+ {
68533
+ "args": [],
68534
+ "deprecationReason": null,
68535
+ "description": null,
68536
+ "isDeprecated": false,
68537
+ "name": "workflow",
68538
+ "type": {
68539
+ "kind": "OBJECT",
68540
+ "name": "AgentSpanFieldFilter",
68541
+ "ofType": null
68542
+ }
68543
+ },
68544
+ {
68545
+ "args": [],
68546
+ "deprecationReason": null,
68547
+ "description": null,
68548
+ "isDeprecated": false,
68549
+ "name": "task",
68550
+ "type": {
68551
+ "kind": "OBJECT",
68552
+ "name": "AgentSpanFieldFilter",
68553
+ "ofType": null
68554
+ }
68555
+ },
68556
+ {
68557
+ "args": [],
68558
+ "deprecationReason": null,
68559
+ "description": null,
68560
+ "isDeprecated": false,
68561
+ "name": "spanName",
68562
+ "type": {
68563
+ "kind": "OBJECT",
68564
+ "name": "AgentSpanFieldFilter",
68565
+ "ofType": null
68566
+ }
68567
+ }
68568
+ ],
68569
+ "inputFields": null,
68570
+ "interfaces": [],
68571
+ "kind": "OBJECT",
68572
+ "name": "AgentSpanFilter",
68573
+ "possibleTypes": null
68574
+ },
68575
+ {
68576
+ "description": null,
68577
+ "enumValues": null,
68578
+ "fields": [
68579
+ {
68580
+ "args": [],
68581
+ "deprecationReason": null,
68582
+ "description": null,
68583
+ "isDeprecated": false,
68584
+ "name": "value",
68585
+ "type": {
68586
+ "kind": "SCALAR",
68587
+ "name": "String",
68588
+ "ofType": null
68589
+ }
68590
+ }
68591
+ ],
68592
+ "inputFields": null,
68593
+ "interfaces": [],
68594
+ "kind": "OBJECT",
68595
+ "name": "AgentSpanFieldFilter",
68596
+ "possibleTypes": null
68597
+ },
68598
+ {
68599
+ "description": null,
68600
+ "enumValues": null,
68601
+ "fields": [
68602
+ {
68603
+ "args": [],
68604
+ "deprecationReason": null,
68605
+ "description": null,
68606
+ "isDeprecated": false,
68607
+ "name": "type",
68608
+ "type": {
68609
+ "kind": "NON_NULL",
68610
+ "name": null,
68611
+ "ofType": {
68612
+ "kind": "ENUM",
68613
+ "name": "FilterType",
68614
+ "ofType": null
68615
+ }
68616
+ }
68617
+ },
68618
+ {
68619
+ "args": [],
68620
+ "deprecationReason": null,
68621
+ "description": null,
68622
+ "isDeprecated": false,
68623
+ "name": "id",
68624
+ "type": {
68625
+ "kind": "SCALAR",
68626
+ "name": "String",
68627
+ "ofType": null
68628
+ }
68629
+ },
68630
+ {
68631
+ "args": [],
68632
+ "deprecationReason": null,
68633
+ "description": null,
68634
+ "isDeprecated": false,
68635
+ "name": "conditions",
68636
+ "type": {
68637
+ "kind": "NON_NULL",
68638
+ "name": null,
68639
+ "ofType": {
68640
+ "kind": "LIST",
68641
+ "name": null,
68642
+ "ofType": {
68643
+ "kind": "NON_NULL",
68644
+ "name": null,
68645
+ "ofType": {
68646
+ "kind": "INTERFACE",
68647
+ "name": "FilterInterface",
68648
+ "ofType": null
68649
+ }
68650
+ }
68651
+ }
68652
+ }
68653
+ },
68654
+ {
68655
+ "args": [],
68656
+ "deprecationReason": null,
68657
+ "description": null,
68658
+ "isDeprecated": false,
68659
+ "name": "operator",
68660
+ "type": {
68661
+ "kind": "NON_NULL",
68662
+ "name": null,
68663
+ "ofType": {
68664
+ "kind": "ENUM",
68665
+ "name": "BooleanOperator",
68666
+ "ofType": null
68667
+ }
68668
+ }
68669
+ }
68670
+ ],
68671
+ "inputFields": null,
68672
+ "interfaces": [
68673
+ {
68674
+ "kind": "INTERFACE",
68675
+ "name": "FilterInterface",
68676
+ "ofType": null
68677
+ }
68678
+ ],
68679
+ "kind": "OBJECT",
68680
+ "name": "FilterGroup",
68681
+ "possibleTypes": null
68682
+ },
68683
+ {
68684
+ "description": null,
68685
+ "enumValues": null,
68686
+ "fields": [
68687
+ {
68688
+ "args": [],
68689
+ "deprecationReason": null,
68690
+ "description": null,
68691
+ "isDeprecated": false,
68692
+ "name": "type",
68693
+ "type": {
68694
+ "kind": "NON_NULL",
68695
+ "name": null,
68696
+ "ofType": {
68697
+ "kind": "ENUM",
68698
+ "name": "FilterType",
68699
+ "ofType": null
68700
+ }
68701
+ }
68702
+ },
68703
+ {
68704
+ "args": [],
68705
+ "deprecationReason": null,
68706
+ "description": null,
68707
+ "isDeprecated": false,
68708
+ "name": "id",
68709
+ "type": {
68710
+ "kind": "SCALAR",
68711
+ "name": "String",
68712
+ "ofType": null
68713
+ }
68714
+ }
68715
+ ],
68716
+ "inputFields": null,
68717
+ "interfaces": null,
68718
+ "kind": "INTERFACE",
68719
+ "name": "FilterInterface",
68720
+ "possibleTypes": [
68721
+ {
68722
+ "kind": "OBJECT",
68723
+ "name": "FilterGroup",
68724
+ "ofType": null
68725
+ },
68726
+ {
68727
+ "kind": "OBJECT",
68728
+ "name": "FilterUnary",
68729
+ "ofType": null
68730
+ },
68731
+ {
68732
+ "kind": "OBJECT",
68733
+ "name": "FilterBinary",
68734
+ "ofType": null
68735
+ },
68736
+ {
68737
+ "kind": "OBJECT",
68738
+ "name": "FilterSql",
68739
+ "ofType": null
68740
+ }
68741
+ ]
68742
+ },
68478
68743
  {
68479
68744
  "description": null,
68480
68745
  "enumValues": null,
@@ -88925,233 +89190,6 @@
88925
89190
  "name": "MonitorSqlBlocks",
88926
89191
  "possibleTypes": null
88927
89192
  },
88928
- {
88929
- "description": null,
88930
- "enumValues": null,
88931
- "fields": [
88932
- {
88933
- "args": [],
88934
- "deprecationReason": null,
88935
- "description": null,
88936
- "isDeprecated": false,
88937
- "name": "type",
88938
- "type": {
88939
- "kind": "NON_NULL",
88940
- "name": null,
88941
- "ofType": {
88942
- "kind": "ENUM",
88943
- "name": "FilterType",
88944
- "ofType": null
88945
- }
88946
- }
88947
- },
88948
- {
88949
- "args": [],
88950
- "deprecationReason": null,
88951
- "description": null,
88952
- "isDeprecated": false,
88953
- "name": "id",
88954
- "type": {
88955
- "kind": "SCALAR",
88956
- "name": "String",
88957
- "ofType": null
88958
- }
88959
- },
88960
- {
88961
- "args": [],
88962
- "deprecationReason": null,
88963
- "description": null,
88964
- "isDeprecated": false,
88965
- "name": "conditions",
88966
- "type": {
88967
- "kind": "NON_NULL",
88968
- "name": null,
88969
- "ofType": {
88970
- "kind": "LIST",
88971
- "name": null,
88972
- "ofType": {
88973
- "kind": "NON_NULL",
88974
- "name": null,
88975
- "ofType": {
88976
- "kind": "INTERFACE",
88977
- "name": "FilterInterface",
88978
- "ofType": null
88979
- }
88980
- }
88981
- }
88982
- }
88983
- },
88984
- {
88985
- "args": [],
88986
- "deprecationReason": null,
88987
- "description": null,
88988
- "isDeprecated": false,
88989
- "name": "operator",
88990
- "type": {
88991
- "kind": "NON_NULL",
88992
- "name": null,
88993
- "ofType": {
88994
- "kind": "ENUM",
88995
- "name": "BooleanOperator",
88996
- "ofType": null
88997
- }
88998
- }
88999
- }
89000
- ],
89001
- "inputFields": null,
89002
- "interfaces": [
89003
- {
89004
- "kind": "INTERFACE",
89005
- "name": "FilterInterface",
89006
- "ofType": null
89007
- }
89008
- ],
89009
- "kind": "OBJECT",
89010
- "name": "FilterGroup",
89011
- "possibleTypes": null
89012
- },
89013
- {
89014
- "description": null,
89015
- "enumValues": null,
89016
- "fields": [
89017
- {
89018
- "args": [],
89019
- "deprecationReason": null,
89020
- "description": null,
89021
- "isDeprecated": false,
89022
- "name": "type",
89023
- "type": {
89024
- "kind": "NON_NULL",
89025
- "name": null,
89026
- "ofType": {
89027
- "kind": "ENUM",
89028
- "name": "FilterType",
89029
- "ofType": null
89030
- }
89031
- }
89032
- },
89033
- {
89034
- "args": [],
89035
- "deprecationReason": null,
89036
- "description": null,
89037
- "isDeprecated": false,
89038
- "name": "id",
89039
- "type": {
89040
- "kind": "SCALAR",
89041
- "name": "String",
89042
- "ofType": null
89043
- }
89044
- }
89045
- ],
89046
- "inputFields": null,
89047
- "interfaces": null,
89048
- "kind": "INTERFACE",
89049
- "name": "FilterInterface",
89050
- "possibleTypes": [
89051
- {
89052
- "kind": "OBJECT",
89053
- "name": "FilterGroup",
89054
- "ofType": null
89055
- },
89056
- {
89057
- "kind": "OBJECT",
89058
- "name": "FilterUnary",
89059
- "ofType": null
89060
- },
89061
- {
89062
- "kind": "OBJECT",
89063
- "name": "FilterBinary",
89064
- "ofType": null
89065
- },
89066
- {
89067
- "kind": "OBJECT",
89068
- "name": "FilterSql",
89069
- "ofType": null
89070
- }
89071
- ]
89072
- },
89073
- {
89074
- "description": null,
89075
- "enumValues": null,
89076
- "fields": [
89077
- {
89078
- "args": [],
89079
- "deprecationReason": null,
89080
- "description": null,
89081
- "isDeprecated": false,
89082
- "name": "agent",
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": "workflow",
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": "task",
89107
- "type": {
89108
- "kind": "OBJECT",
89109
- "name": "AgentSpanFieldFilter",
89110
- "ofType": null
89111
- }
89112
- },
89113
- {
89114
- "args": [],
89115
- "deprecationReason": null,
89116
- "description": null,
89117
- "isDeprecated": false,
89118
- "name": "spanName",
89119
- "type": {
89120
- "kind": "OBJECT",
89121
- "name": "AgentSpanFieldFilter",
89122
- "ofType": null
89123
- }
89124
- }
89125
- ],
89126
- "inputFields": null,
89127
- "interfaces": [],
89128
- "kind": "OBJECT",
89129
- "name": "AgentSpanFilter",
89130
- "possibleTypes": null
89131
- },
89132
- {
89133
- "description": null,
89134
- "enumValues": null,
89135
- "fields": [
89136
- {
89137
- "args": [],
89138
- "deprecationReason": null,
89139
- "description": null,
89140
- "isDeprecated": false,
89141
- "name": "value",
89142
- "type": {
89143
- "kind": "SCALAR",
89144
- "name": "String",
89145
- "ofType": null
89146
- }
89147
- }
89148
- ],
89149
- "inputFields": null,
89150
- "interfaces": [],
89151
- "kind": "OBJECT",
89152
- "name": "AgentSpanFieldFilter",
89153
- "possibleTypes": null
89154
- },
89155
89193
  {
89156
89194
  "description": null,
89157
89195
  "enumValues": null,
pycarlo/lib/schema.py CHANGED
@@ -45627,10 +45627,12 @@ class Query(sgqlc.types.Type):
45627
45627
  args=sgqlc.types.ArgDict(
45628
45628
  (
45629
45629
  (
45630
- "warehouse_type",
45631
- sgqlc.types.Arg(
45632
- sgqlc.types.non_null(String), graphql_name="warehouseType", default=None
45633
- ),
45630
+ "warehouse_uuid",
45631
+ sgqlc.types.Arg(UUID, graphql_name="warehouseUuid", default=None),
45632
+ ),
45633
+ (
45634
+ "connection_type",
45635
+ sgqlc.types.Arg(String, graphql_name="connectionType", default=None),
45634
45636
  ),
45635
45637
  )
45636
45638
  ),
@@ -45640,8 +45642,10 @@ class Query(sgqlc.types.Type):
45640
45642
 
45641
45643
  Arguments:
45642
45644
 
45643
- * `warehouse_type` (`String!`): Filter by warehouse type
45644
- (snowflake, bigquery, databricks)
45645
+ * `warehouse_uuid` (`UUID`): Warehouse UUID. If provided, the
45646
+ connection type will be ignored.
45647
+ * `connection_type` (`String`): connection type, for example
45648
+ "snowflake", "bigquery", etc.
45645
45649
  """
45646
45650
 
45647
45651
  run_custom_query = sgqlc.types.Field(
@@ -74690,6 +74694,8 @@ class Event(sgqlc.types.Type, Node):
74690
74694
  "is_merged",
74691
74695
  "description",
74692
74696
  "mentioned_users",
74697
+ "agent_span_filters",
74698
+ "filters",
74693
74699
  )
74694
74700
  event_type = sgqlc.types.Field(
74695
74701
  sgqlc.types.non_null(EventModelEventType), graphql_name="eventType"
@@ -74840,6 +74846,14 @@ class Event(sgqlc.types.Type, Node):
74840
74846
  )
74841
74847
  """Users that are mentioned in any of the comments"""
74842
74848
 
74849
+ agent_span_filters = sgqlc.types.Field(
74850
+ sgqlc.types.list_of(sgqlc.types.non_null(AgentSpanFilter)), graphql_name="agentSpanFilters"
74851
+ )
74852
+ """agent span filters used on the monitor"""
74853
+
74854
+ filters = sgqlc.types.Field("FilterGroup", graphql_name="filters")
74855
+ """filters used on the monitor"""
74856
+
74843
74857
 
74844
74858
  class EventDataIncidentCommentTimeline(sgqlc.types.Type, IEventDataBaseTimeline):
74845
74859
  __schema__ = schema
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.203
3
+ Version: 0.10.205
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=03ojAzHunCrDRPmkDQemtfBi0Irjoa6tbUo5m-aGxOo,6347029
39
- pycarlo/lib/schema.py,sha256=EQSm_9Lt3RceE4AhPpTiGjoqp-TXpnXwXY4oTZm7FFs,2764249
40
- pycarlo-0.10.203.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.203.dist-info/METADATA,sha256=i8Y2lNPcoyzRaqZr4vXjKPjeokSLi8P_AqOVCPe2nQk,8742
42
- pycarlo-0.10.203.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.203.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.203.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=ZfgzsXhgDIZMDK3wCH5n0jMK4I3kMi4FO_RZwNBpKCg,6348283
39
+ pycarlo/lib/schema.py,sha256=RSY13ysD80vbmEOr0ryZET19GZFe_snoZmZ3CsGYfU0,2764809
40
+ pycarlo-0.10.205.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.205.dist-info/METADATA,sha256=25PSgyu_AY4Sw4PWQezkyBVybDZQP_yuOf-k-8ceIcQ,8742
42
+ pycarlo-0.10.205.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.205.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.205.dist-info/RECORD,,