pycarlo 0.10.113__py3-none-any.whl → 0.10.115__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
@@ -10430,6 +10430,82 @@
10430
10430
  "ofType": null
10431
10431
  }
10432
10432
  },
10433
+ {
10434
+ "args": [
10435
+ {
10436
+ "defaultValue": null,
10437
+ "description": "MCON of the table with agent observability traces",
10438
+ "name": "mcon",
10439
+ "type": {
10440
+ "kind": "NON_NULL",
10441
+ "name": null,
10442
+ "ofType": {
10443
+ "kind": "SCALAR",
10444
+ "name": "String",
10445
+ "ofType": null
10446
+ }
10447
+ }
10448
+ }
10449
+ ],
10450
+ "deprecationReason": null,
10451
+ "description": "(experimental) Retrieve agent log groups with observability data",
10452
+ "isDeprecated": false,
10453
+ "name": "getAgentSpanGroups",
10454
+ "type": {
10455
+ "kind": "OBJECT",
10456
+ "name": "AgentSpanTree",
10457
+ "ofType": null
10458
+ }
10459
+ },
10460
+ {
10461
+ "args": [
10462
+ {
10463
+ "defaultValue": null,
10464
+ "description": "MCON of the table with agent observability traces",
10465
+ "name": "mcon",
10466
+ "type": {
10467
+ "kind": "NON_NULL",
10468
+ "name": null,
10469
+ "ofType": {
10470
+ "kind": "SCALAR",
10471
+ "name": "String",
10472
+ "ofType": null
10473
+ }
10474
+ }
10475
+ },
10476
+ {
10477
+ "defaultValue": null,
10478
+ "description": "Filter by agent span fields (agent, workflow, task, span_name)",
10479
+ "name": "agentSpanFilters",
10480
+ "type": {
10481
+ "kind": "NON_NULL",
10482
+ "name": null,
10483
+ "ofType": {
10484
+ "kind": "LIST",
10485
+ "name": null,
10486
+ "ofType": {
10487
+ "kind": "NON_NULL",
10488
+ "name": null,
10489
+ "ofType": {
10490
+ "kind": "INPUT_OBJECT",
10491
+ "name": "AgentSpanFilterInput",
10492
+ "ofType": null
10493
+ }
10494
+ }
10495
+ }
10496
+ }
10497
+ }
10498
+ ],
10499
+ "deprecationReason": null,
10500
+ "description": "(experimental) Preview traces for a specific span node",
10501
+ "isDeprecated": false,
10502
+ "name": "getAgentSpanSample",
10503
+ "type": {
10504
+ "kind": "OBJECT",
10505
+ "name": "SQLResponse",
10506
+ "ofType": null
10507
+ }
10508
+ },
10433
10509
  {
10434
10510
  "args": [
10435
10511
  {
@@ -14509,74 +14585,6 @@
14509
14585
  }
14510
14586
  }
14511
14587
  },
14512
- {
14513
- "args": [
14514
- {
14515
- "defaultValue": null,
14516
- "description": "MCON of the table with agent observability traces",
14517
- "name": "mcon",
14518
- "type": {
14519
- "kind": "NON_NULL",
14520
- "name": null,
14521
- "ofType": {
14522
- "kind": "SCALAR",
14523
- "name": "String",
14524
- "ofType": null
14525
- }
14526
- }
14527
- }
14528
- ],
14529
- "deprecationReason": null,
14530
- "description": "(experimental) Retrieve agent log groups with observability data",
14531
- "isDeprecated": false,
14532
- "name": "getAgentSpanGroups",
14533
- "type": {
14534
- "kind": "OBJECT",
14535
- "name": "AgentSpanTree",
14536
- "ofType": null
14537
- }
14538
- },
14539
- {
14540
- "args": [
14541
- {
14542
- "defaultValue": null,
14543
- "description": "MCON of the table with agent observability traces",
14544
- "name": "mcon",
14545
- "type": {
14546
- "kind": "NON_NULL",
14547
- "name": null,
14548
- "ofType": {
14549
- "kind": "SCALAR",
14550
- "name": "String",
14551
- "ofType": null
14552
- }
14553
- }
14554
- },
14555
- {
14556
- "defaultValue": null,
14557
- "description": "The SQL blocks",
14558
- "name": "sqlBlocks",
14559
- "type": {
14560
- "kind": "NON_NULL",
14561
- "name": null,
14562
- "ofType": {
14563
- "kind": "INPUT_OBJECT",
14564
- "name": "CustomRuleSqlBlocksInput",
14565
- "ofType": null
14566
- }
14567
- }
14568
- }
14569
- ],
14570
- "deprecationReason": null,
14571
- "description": "(experimental) Preview traces for a specific span node",
14572
- "isDeprecated": false,
14573
- "name": "getAgentSpanSample",
14574
- "type": {
14575
- "kind": "OBJECT",
14576
- "name": "SQLResponse",
14577
- "ofType": null
14578
- }
14579
- },
14580
14588
  {
14581
14589
  "args": [
14582
14590
  {
@@ -87524,15 +87532,15 @@
87524
87532
  {
87525
87533
  "args": [],
87526
87534
  "deprecationReason": null,
87527
- "description": "",
87535
+ "description": "Is this monitor paused?",
87528
87536
  "isDeprecated": false,
87529
- "name": "warehouseUuid",
87537
+ "name": "isPaused",
87530
87538
  "type": {
87531
87539
  "kind": "NON_NULL",
87532
87540
  "name": null,
87533
87541
  "ofType": {
87534
87542
  "kind": "SCALAR",
87535
- "name": "UUID",
87543
+ "name": "Boolean",
87536
87544
  "ofType": null
87537
87545
  }
87538
87546
  }
@@ -87540,24 +87548,28 @@
87540
87548
  {
87541
87549
  "args": [],
87542
87550
  "deprecationReason": null,
87543
- "description": "Name of monitor, must be unique per account, used for monitor identityresolution for monitors-as-code",
87551
+ "description": "",
87544
87552
  "isDeprecated": false,
87545
- "name": "monitorName",
87553
+ "name": "warehouseUuid",
87546
87554
  "type": {
87547
- "kind": "SCALAR",
87548
- "name": "String",
87549
- "ofType": null
87555
+ "kind": "NON_NULL",
87556
+ "name": null,
87557
+ "ofType": {
87558
+ "kind": "SCALAR",
87559
+ "name": "UUID",
87560
+ "ofType": null
87561
+ }
87550
87562
  }
87551
87563
  },
87552
87564
  {
87553
87565
  "args": [],
87554
87566
  "deprecationReason": null,
87555
- "description": "Is this monitor paused?",
87567
+ "description": "Name of monitor, must be unique per account, used for monitor identityresolution for monitors-as-code",
87556
87568
  "isDeprecated": false,
87557
- "name": "isPaused",
87569
+ "name": "monitorName",
87558
87570
  "type": {
87559
87571
  "kind": "SCALAR",
87560
- "name": "Boolean",
87572
+ "name": "String",
87561
87573
  "ofType": null
87562
87574
  }
87563
87575
  },
@@ -112607,6 +112619,236 @@
112607
112619
  "name": "ParsedQueryResult",
112608
112620
  "possibleTypes": null
112609
112621
  },
112622
+ {
112623
+ "description": null,
112624
+ "enumValues": null,
112625
+ "fields": [
112626
+ {
112627
+ "args": [],
112628
+ "deprecationReason": null,
112629
+ "description": null,
112630
+ "isDeprecated": false,
112631
+ "name": "nodes",
112632
+ "type": {
112633
+ "kind": "NON_NULL",
112634
+ "name": null,
112635
+ "ofType": {
112636
+ "kind": "LIST",
112637
+ "name": null,
112638
+ "ofType": {
112639
+ "kind": "NON_NULL",
112640
+ "name": null,
112641
+ "ofType": {
112642
+ "kind": "OBJECT",
112643
+ "name": "AgentSpanNode",
112644
+ "ofType": null
112645
+ }
112646
+ }
112647
+ }
112648
+ }
112649
+ },
112650
+ {
112651
+ "args": [],
112652
+ "deprecationReason": null,
112653
+ "description": null,
112654
+ "isDeprecated": false,
112655
+ "name": "query",
112656
+ "type": {
112657
+ "kind": "SCALAR",
112658
+ "name": "String",
112659
+ "ofType": null
112660
+ }
112661
+ }
112662
+ ],
112663
+ "inputFields": null,
112664
+ "interfaces": [],
112665
+ "kind": "OBJECT",
112666
+ "name": "AgentSpanTree",
112667
+ "possibleTypes": null
112668
+ },
112669
+ {
112670
+ "description": null,
112671
+ "enumValues": null,
112672
+ "fields": [
112673
+ {
112674
+ "args": [],
112675
+ "deprecationReason": null,
112676
+ "description": null,
112677
+ "isDeprecated": false,
112678
+ "name": "nodeName",
112679
+ "type": {
112680
+ "kind": "NON_NULL",
112681
+ "name": null,
112682
+ "ofType": {
112683
+ "kind": "SCALAR",
112684
+ "name": "String",
112685
+ "ofType": null
112686
+ }
112687
+ }
112688
+ },
112689
+ {
112690
+ "args": [],
112691
+ "deprecationReason": null,
112692
+ "description": null,
112693
+ "isDeprecated": false,
112694
+ "name": "nodeValue",
112695
+ "type": {
112696
+ "kind": "SCALAR",
112697
+ "name": "String",
112698
+ "ofType": null
112699
+ }
112700
+ },
112701
+ {
112702
+ "args": [],
112703
+ "deprecationReason": null,
112704
+ "description": null,
112705
+ "isDeprecated": false,
112706
+ "name": "childNodes",
112707
+ "type": {
112708
+ "kind": "NON_NULL",
112709
+ "name": null,
112710
+ "ofType": {
112711
+ "kind": "LIST",
112712
+ "name": null,
112713
+ "ofType": {
112714
+ "kind": "NON_NULL",
112715
+ "name": null,
112716
+ "ofType": {
112717
+ "kind": "OBJECT",
112718
+ "name": "AgentSpanNode",
112719
+ "ofType": null
112720
+ }
112721
+ }
112722
+ }
112723
+ }
112724
+ },
112725
+ {
112726
+ "args": [],
112727
+ "deprecationReason": null,
112728
+ "description": null,
112729
+ "isDeprecated": false,
112730
+ "name": "level",
112731
+ "type": {
112732
+ "kind": "NON_NULL",
112733
+ "name": null,
112734
+ "ofType": {
112735
+ "kind": "SCALAR",
112736
+ "name": "Int",
112737
+ "ofType": null
112738
+ }
112739
+ }
112740
+ },
112741
+ {
112742
+ "args": [],
112743
+ "deprecationReason": null,
112744
+ "description": null,
112745
+ "isDeprecated": false,
112746
+ "name": "count",
112747
+ "type": {
112748
+ "kind": "NON_NULL",
112749
+ "name": null,
112750
+ "ofType": {
112751
+ "kind": "SCALAR",
112752
+ "name": "Int",
112753
+ "ofType": null
112754
+ }
112755
+ }
112756
+ },
112757
+ {
112758
+ "args": [],
112759
+ "deprecationReason": null,
112760
+ "description": null,
112761
+ "isDeprecated": false,
112762
+ "name": "isLeaf",
112763
+ "type": {
112764
+ "kind": "NON_NULL",
112765
+ "name": null,
112766
+ "ofType": {
112767
+ "kind": "SCALAR",
112768
+ "name": "Boolean",
112769
+ "ofType": null
112770
+ }
112771
+ }
112772
+ }
112773
+ ],
112774
+ "inputFields": null,
112775
+ "interfaces": [],
112776
+ "kind": "OBJECT",
112777
+ "name": "AgentSpanNode",
112778
+ "possibleTypes": null
112779
+ },
112780
+ {
112781
+ "description": null,
112782
+ "enumValues": null,
112783
+ "fields": null,
112784
+ "inputFields": [
112785
+ {
112786
+ "defaultValue": null,
112787
+ "description": "Filter by agent field. If omitted, no filter on agent.",
112788
+ "name": "agent",
112789
+ "type": {
112790
+ "kind": "INPUT_OBJECT",
112791
+ "name": "AgentSpanFieldFilterInput",
112792
+ "ofType": null
112793
+ }
112794
+ },
112795
+ {
112796
+ "defaultValue": null,
112797
+ "description": "Filter by workflow field. If omitted, no filter on workflow.",
112798
+ "name": "workflow",
112799
+ "type": {
112800
+ "kind": "INPUT_OBJECT",
112801
+ "name": "AgentSpanFieldFilterInput",
112802
+ "ofType": null
112803
+ }
112804
+ },
112805
+ {
112806
+ "defaultValue": null,
112807
+ "description": "Filter by task field. If omitted, no filter on task.",
112808
+ "name": "task",
112809
+ "type": {
112810
+ "kind": "INPUT_OBJECT",
112811
+ "name": "AgentSpanFieldFilterInput",
112812
+ "ofType": null
112813
+ }
112814
+ },
112815
+ {
112816
+ "defaultValue": null,
112817
+ "description": "Filter by span_name field. If omitted, no filter on span_name.",
112818
+ "name": "spanName",
112819
+ "type": {
112820
+ "kind": "INPUT_OBJECT",
112821
+ "name": "AgentSpanFieldFilterInput",
112822
+ "ofType": null
112823
+ }
112824
+ }
112825
+ ],
112826
+ "interfaces": null,
112827
+ "kind": "INPUT_OBJECT",
112828
+ "name": "AgentSpanFilterInput",
112829
+ "possibleTypes": null
112830
+ },
112831
+ {
112832
+ "description": null,
112833
+ "enumValues": null,
112834
+ "fields": null,
112835
+ "inputFields": [
112836
+ {
112837
+ "defaultValue": null,
112838
+ "description": "Filter value. If null, filters for null values.",
112839
+ "name": "value",
112840
+ "type": {
112841
+ "kind": "SCALAR",
112842
+ "name": "String",
112843
+ "ofType": null
112844
+ }
112845
+ }
112846
+ ],
112847
+ "interfaces": null,
112848
+ "kind": "INPUT_OBJECT",
112849
+ "name": "AgentSpanFieldFilterInput",
112850
+ "possibleTypes": null
112851
+ },
112610
112852
  {
112611
112853
  "description": "Job history log entries",
112612
112854
  "enumValues": null,
@@ -112951,164 +113193,6 @@
112951
113193
  "name": "MonitorQueriesResults",
112952
113194
  "possibleTypes": null
112953
113195
  },
112954
- {
112955
- "description": null,
112956
- "enumValues": null,
112957
- "fields": [
112958
- {
112959
- "args": [],
112960
- "deprecationReason": null,
112961
- "description": null,
112962
- "isDeprecated": false,
112963
- "name": "nodes",
112964
- "type": {
112965
- "kind": "NON_NULL",
112966
- "name": null,
112967
- "ofType": {
112968
- "kind": "LIST",
112969
- "name": null,
112970
- "ofType": {
112971
- "kind": "NON_NULL",
112972
- "name": null,
112973
- "ofType": {
112974
- "kind": "OBJECT",
112975
- "name": "AgentSpanNode",
112976
- "ofType": null
112977
- }
112978
- }
112979
- }
112980
- }
112981
- },
112982
- {
112983
- "args": [],
112984
- "deprecationReason": null,
112985
- "description": null,
112986
- "isDeprecated": false,
112987
- "name": "query",
112988
- "type": {
112989
- "kind": "SCALAR",
112990
- "name": "String",
112991
- "ofType": null
112992
- }
112993
- }
112994
- ],
112995
- "inputFields": null,
112996
- "interfaces": [],
112997
- "kind": "OBJECT",
112998
- "name": "AgentSpanTree",
112999
- "possibleTypes": null
113000
- },
113001
- {
113002
- "description": null,
113003
- "enumValues": null,
113004
- "fields": [
113005
- {
113006
- "args": [],
113007
- "deprecationReason": null,
113008
- "description": null,
113009
- "isDeprecated": false,
113010
- "name": "nodeName",
113011
- "type": {
113012
- "kind": "NON_NULL",
113013
- "name": null,
113014
- "ofType": {
113015
- "kind": "SCALAR",
113016
- "name": "String",
113017
- "ofType": null
113018
- }
113019
- }
113020
- },
113021
- {
113022
- "args": [],
113023
- "deprecationReason": null,
113024
- "description": null,
113025
- "isDeprecated": false,
113026
- "name": "nodeValue",
113027
- "type": {
113028
- "kind": "SCALAR",
113029
- "name": "String",
113030
- "ofType": null
113031
- }
113032
- },
113033
- {
113034
- "args": [],
113035
- "deprecationReason": null,
113036
- "description": null,
113037
- "isDeprecated": false,
113038
- "name": "childNodes",
113039
- "type": {
113040
- "kind": "NON_NULL",
113041
- "name": null,
113042
- "ofType": {
113043
- "kind": "LIST",
113044
- "name": null,
113045
- "ofType": {
113046
- "kind": "NON_NULL",
113047
- "name": null,
113048
- "ofType": {
113049
- "kind": "OBJECT",
113050
- "name": "AgentSpanNode",
113051
- "ofType": null
113052
- }
113053
- }
113054
- }
113055
- }
113056
- },
113057
- {
113058
- "args": [],
113059
- "deprecationReason": null,
113060
- "description": null,
113061
- "isDeprecated": false,
113062
- "name": "level",
113063
- "type": {
113064
- "kind": "NON_NULL",
113065
- "name": null,
113066
- "ofType": {
113067
- "kind": "SCALAR",
113068
- "name": "Int",
113069
- "ofType": null
113070
- }
113071
- }
113072
- },
113073
- {
113074
- "args": [],
113075
- "deprecationReason": null,
113076
- "description": null,
113077
- "isDeprecated": false,
113078
- "name": "count",
113079
- "type": {
113080
- "kind": "NON_NULL",
113081
- "name": null,
113082
- "ofType": {
113083
- "kind": "SCALAR",
113084
- "name": "Int",
113085
- "ofType": null
113086
- }
113087
- }
113088
- },
113089
- {
113090
- "args": [],
113091
- "deprecationReason": null,
113092
- "description": null,
113093
- "isDeprecated": false,
113094
- "name": "isLeaf",
113095
- "type": {
113096
- "kind": "NON_NULL",
113097
- "name": null,
113098
- "ofType": {
113099
- "kind": "SCALAR",
113100
- "name": "Boolean",
113101
- "ofType": null
113102
- }
113103
- }
113104
- }
113105
- ],
113106
- "inputFields": null,
113107
- "interfaces": [],
113108
- "kind": "OBJECT",
113109
- "name": "AgentSpanNode",
113110
- "possibleTypes": null
113111
- },
113112
113196
  {
113113
113197
  "description": null,
113114
113198
  "enumValues": null,
@@ -114663,6 +114747,22 @@
114663
114747
  }
114664
114748
  }
114665
114749
  },
114750
+ {
114751
+ "args": [],
114752
+ "deprecationReason": null,
114753
+ "description": "Is this monitor paused?",
114754
+ "isDeprecated": false,
114755
+ "name": "isPaused",
114756
+ "type": {
114757
+ "kind": "NON_NULL",
114758
+ "name": null,
114759
+ "ofType": {
114760
+ "kind": "SCALAR",
114761
+ "name": "Boolean",
114762
+ "ofType": null
114763
+ }
114764
+ }
114765
+ },
114666
114766
  {
114667
114767
  "args": [],
114668
114768
  "deprecationReason": null,
@@ -114891,18 +114991,6 @@
114891
114991
  "ofType": null
114892
114992
  }
114893
114993
  },
114894
- {
114895
- "args": [],
114896
- "deprecationReason": null,
114897
- "description": "Is this monitor paused?",
114898
- "isDeprecated": false,
114899
- "name": "isPaused",
114900
- "type": {
114901
- "kind": "SCALAR",
114902
- "name": "Boolean",
114903
- "ofType": null
114904
- }
114905
- },
114906
114994
  {
114907
114995
  "args": [],
114908
114996
  "deprecationReason": null,
@@ -116441,6 +116529,18 @@
116441
116529
  }
116442
116530
  }
116443
116531
  },
116532
+ {
116533
+ "args": [],
116534
+ "deprecationReason": null,
116535
+ "description": "True if rule is paused",
116536
+ "isDeprecated": false,
116537
+ "name": "isPaused",
116538
+ "type": {
116539
+ "kind": "SCALAR",
116540
+ "name": "Boolean",
116541
+ "ofType": null
116542
+ }
116543
+ },
116444
116544
  {
116445
116545
  "args": [],
116446
116546
  "deprecationReason": null,
@@ -116597,18 +116697,6 @@
116597
116697
  "ofType": null
116598
116698
  }
116599
116699
  },
116600
- {
116601
- "args": [],
116602
- "deprecationReason": null,
116603
- "description": "True if rule is paused",
116604
- "isDeprecated": false,
116605
- "name": "isPaused",
116606
- "type": {
116607
- "kind": "SCALAR",
116608
- "name": "Boolean",
116609
- "ofType": null
116610
- }
116611
- },
116612
116700
  {
116613
116701
  "args": [],
116614
116702
  "deprecationReason": null,
@@ -182966,78 +183054,6 @@
182966
183054
  "name": "CreateOrUpdateAgentMonitor",
182967
183055
  "possibleTypes": null
182968
183056
  },
182969
- {
182970
- "description": null,
182971
- "enumValues": null,
182972
- "fields": null,
182973
- "inputFields": [
182974
- {
182975
- "defaultValue": null,
182976
- "description": "Filter by agent field. If omitted, no filter on agent.",
182977
- "name": "agent",
182978
- "type": {
182979
- "kind": "INPUT_OBJECT",
182980
- "name": "AgentSpanFieldFilterInput",
182981
- "ofType": null
182982
- }
182983
- },
182984
- {
182985
- "defaultValue": null,
182986
- "description": "Filter by workflow field. If omitted, no filter on workflow.",
182987
- "name": "workflow",
182988
- "type": {
182989
- "kind": "INPUT_OBJECT",
182990
- "name": "AgentSpanFieldFilterInput",
182991
- "ofType": null
182992
- }
182993
- },
182994
- {
182995
- "defaultValue": null,
182996
- "description": "Filter by task field. If omitted, no filter on task.",
182997
- "name": "task",
182998
- "type": {
182999
- "kind": "INPUT_OBJECT",
183000
- "name": "AgentSpanFieldFilterInput",
183001
- "ofType": null
183002
- }
183003
- },
183004
- {
183005
- "defaultValue": null,
183006
- "description": "Filter by span_name field. If omitted, no filter on span_name.",
183007
- "name": "spanName",
183008
- "type": {
183009
- "kind": "INPUT_OBJECT",
183010
- "name": "AgentSpanFieldFilterInput",
183011
- "ofType": null
183012
- }
183013
- }
183014
- ],
183015
- "interfaces": null,
183016
- "kind": "INPUT_OBJECT",
183017
- "name": "AgentSpanFilterInput",
183018
- "possibleTypes": null
183019
- },
183020
- {
183021
- "description": null,
183022
- "enumValues": null,
183023
- "fields": null,
183024
- "inputFields": [
183025
- {
183026
- "defaultValue": null,
183027
- "description": "Filter value. If null, filters for null values.",
183028
- "name": "value",
183029
- "type": {
183030
- "kind": "SCALAR",
183031
- "name": "String",
183032
- "ofType": null
183033
- }
183034
- }
183035
- ],
183036
- "interfaces": null,
183037
- "kind": "INPUT_OBJECT",
183038
- "name": "AgentSpanFieldFilterInput",
183039
- "possibleTypes": null
183040
- },
183041
183057
  {
183042
183058
  "description": null,
183043
183059
  "enumValues": null,
pycarlo/lib/schema.py CHANGED
@@ -43186,6 +43186,8 @@ class Query(sgqlc.types.Type):
43186
43186
  "get_table_columns_lineage",
43187
43187
  "get_derived_tables_partial_lineage",
43188
43188
  "get_parsed_query",
43189
+ "get_agent_span_groups",
43190
+ "get_agent_span_sample",
43189
43191
  "get_job_execution_history_logs",
43190
43192
  "get_job_executions",
43191
43193
  "get_table_monitor",
@@ -43201,8 +43203,6 @@ class Query(sgqlc.types.Type):
43201
43203
  "get_monitor_queries",
43202
43204
  "test_monitor_queries",
43203
43205
  "get_notification_audiences_for_table",
43204
- "get_agent_span_groups",
43205
- "get_agent_span_sample",
43206
43206
  "get_all_user_defined_monitors_v2",
43207
43207
  "get_all_user_defined_monitors",
43208
43208
  "get_custom_rule",
@@ -49212,6 +49212,62 @@ class Query(sgqlc.types.Type):
49212
49212
  * `mcon` (`String`): Source table mcon
49213
49213
  """
49214
49214
 
49215
+ get_agent_span_groups = sgqlc.types.Field(
49216
+ AgentSpanTree,
49217
+ graphql_name="getAgentSpanGroups",
49218
+ args=sgqlc.types.ArgDict(
49219
+ (
49220
+ (
49221
+ "mcon",
49222
+ sgqlc.types.Arg(
49223
+ sgqlc.types.non_null(String), graphql_name="mcon", default=None
49224
+ ),
49225
+ ),
49226
+ )
49227
+ ),
49228
+ )
49229
+ """(experimental) Retrieve agent log groups with observability data
49230
+
49231
+ Arguments:
49232
+
49233
+ * `mcon` (`String!`): MCON of the table with agent observability
49234
+ traces
49235
+ """
49236
+
49237
+ get_agent_span_sample = sgqlc.types.Field(
49238
+ "SQLResponse",
49239
+ graphql_name="getAgentSpanSample",
49240
+ args=sgqlc.types.ArgDict(
49241
+ (
49242
+ (
49243
+ "mcon",
49244
+ sgqlc.types.Arg(
49245
+ sgqlc.types.non_null(String), graphql_name="mcon", default=None
49246
+ ),
49247
+ ),
49248
+ (
49249
+ "agent_span_filters",
49250
+ sgqlc.types.Arg(
49251
+ sgqlc.types.non_null(
49252
+ sgqlc.types.list_of(sgqlc.types.non_null(AgentSpanFilterInput))
49253
+ ),
49254
+ graphql_name="agentSpanFilters",
49255
+ default=None,
49256
+ ),
49257
+ ),
49258
+ )
49259
+ ),
49260
+ )
49261
+ """(experimental) Preview traces for a specific span node
49262
+
49263
+ Arguments:
49264
+
49265
+ * `mcon` (`String!`): MCON of the table with agent observability
49266
+ traces
49267
+ * `agent_span_filters` (`[AgentSpanFilterInput!]!`): Filter by
49268
+ agent span fields (agent, workflow, task, span_name)
49269
+ """
49270
+
49215
49271
  get_job_execution_history_logs = sgqlc.types.Field(
49216
49272
  sgqlc.types.list_of(JobExecutionHistoryLog),
49217
49273
  graphql_name="getJobExecutionHistoryLogs",
@@ -51561,59 +51617,6 @@ class Query(sgqlc.types.Type):
51561
51617
  * `mcon` (`String!`): MCON that specifies a table
51562
51618
  """
51563
51619
 
51564
- get_agent_span_groups = sgqlc.types.Field(
51565
- AgentSpanTree,
51566
- graphql_name="getAgentSpanGroups",
51567
- args=sgqlc.types.ArgDict(
51568
- (
51569
- (
51570
- "mcon",
51571
- sgqlc.types.Arg(
51572
- sgqlc.types.non_null(String), graphql_name="mcon", default=None
51573
- ),
51574
- ),
51575
- )
51576
- ),
51577
- )
51578
- """(experimental) Retrieve agent log groups with observability data
51579
-
51580
- Arguments:
51581
-
51582
- * `mcon` (`String!`): MCON of the table with agent observability
51583
- traces
51584
- """
51585
-
51586
- get_agent_span_sample = sgqlc.types.Field(
51587
- "SQLResponse",
51588
- graphql_name="getAgentSpanSample",
51589
- args=sgqlc.types.ArgDict(
51590
- (
51591
- (
51592
- "mcon",
51593
- sgqlc.types.Arg(
51594
- sgqlc.types.non_null(String), graphql_name="mcon", default=None
51595
- ),
51596
- ),
51597
- (
51598
- "sql_blocks",
51599
- sgqlc.types.Arg(
51600
- sgqlc.types.non_null(CustomRuleSqlBlocksInput),
51601
- graphql_name="sqlBlocks",
51602
- default=None,
51603
- ),
51604
- ),
51605
- )
51606
- ),
51607
- )
51608
- """(experimental) Preview traces for a specific span node
51609
-
51610
- Arguments:
51611
-
51612
- * `mcon` (`String!`): MCON of the table with agent observability
51613
- traces
51614
- * `sql_blocks` (`CustomRuleSqlBlocksInput!`): The SQL blocks
51615
- """
51616
-
51617
51620
  get_all_user_defined_monitors_v2 = sgqlc.types.Field(
51618
51621
  "UserDefinedMonitorConnectionV2Connection",
51619
51622
  graphql_name="getAllUserDefinedMonitorsV2",
@@ -69457,6 +69460,7 @@ class CustomRule(sgqlc.types.Type, Node):
69457
69460
  "severity",
69458
69461
  "priority",
69459
69462
  "comparisons",
69463
+ "is_paused",
69460
69464
  "rule_type",
69461
69465
  "warehouse_uuid",
69462
69466
  "interval_minutes",
@@ -69468,7 +69472,6 @@ class CustomRule(sgqlc.types.Type, Node):
69468
69472
  "prev_execution_time",
69469
69473
  "next_execution_time",
69470
69474
  "last_check_timestamp",
69471
- "is_paused",
69472
69475
  "snooze_until_time",
69473
69476
  "slack_snooze_user",
69474
69477
  "conditional_snooze",
@@ -69571,6 +69574,9 @@ class CustomRule(sgqlc.types.Type, Node):
69571
69574
  sgqlc.types.non_null(sgqlc.types.list_of(CustomRuleComparison)), graphql_name="comparisons"
69572
69575
  )
69573
69576
 
69577
+ is_paused = sgqlc.types.Field(Boolean, graphql_name="isPaused")
69578
+ """True if rule is paused"""
69579
+
69574
69580
  rule_type = sgqlc.types.Field(CustomRuleModelRuleType, graphql_name="ruleType")
69575
69581
 
69576
69582
  warehouse_uuid = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name="warehouseUuid")
@@ -69597,9 +69603,6 @@ class CustomRule(sgqlc.types.Type, Node):
69597
69603
 
69598
69604
  last_check_timestamp = sgqlc.types.Field(DateTime, graphql_name="lastCheckTimestamp")
69599
69605
 
69600
- is_paused = sgqlc.types.Field(Boolean, graphql_name="isPaused")
69601
- """True if rule is paused"""
69602
-
69603
69606
  snooze_until_time = sgqlc.types.Field(DateTime, graphql_name="snoozeUntilTime")
69604
69607
 
69605
69608
  slack_snooze_user = sgqlc.types.Field(String, graphql_name="slackSnoozeUser")
@@ -72817,6 +72820,7 @@ class MetricMonitoring(sgqlc.types.Type, Node):
72817
72820
  "severity",
72818
72821
  "priority",
72819
72822
  "comparisons",
72823
+ "is_paused",
72820
72824
  "type",
72821
72825
  "warehouse_uuid",
72822
72826
  "data_source",
@@ -72833,7 +72837,6 @@ class MetricMonitoring(sgqlc.types.Type, Node):
72833
72837
  "use_partition_clause",
72834
72838
  "schedule",
72835
72839
  "monitor_name",
72836
- "is_paused",
72837
72840
  "disable_look_back_bootstrap",
72838
72841
  "high_segment_count",
72839
72842
  "segment_count_hint",
@@ -72915,6 +72918,9 @@ class MetricMonitoring(sgqlc.types.Type, Node):
72915
72918
  sgqlc.types.non_null(sgqlc.types.list_of(CustomRuleComparison)), graphql_name="comparisons"
72916
72919
  )
72917
72920
 
72921
+ is_paused = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name="isPaused")
72922
+ """Is this monitor paused?"""
72923
+
72918
72924
  type = sgqlc.types.Field(sgqlc.types.non_null(MetricMonitoringModelType), graphql_name="type")
72919
72925
 
72920
72926
  warehouse_uuid = sgqlc.types.Field(UUID, graphql_name="warehouseUuid")
@@ -72965,9 +72971,6 @@ class MetricMonitoring(sgqlc.types.Type, Node):
72965
72971
  identityresolution for monitors-as-code
72966
72972
  """
72967
72973
 
72968
- is_paused = sgqlc.types.Field(Boolean, graphql_name="isPaused")
72969
- """Is this monitor paused?"""
72970
-
72971
72974
  disable_look_back_bootstrap = sgqlc.types.Field(
72972
72975
  Boolean, graphql_name="disableLookBackBootstrap"
72973
72976
  )
@@ -73679,9 +73682,9 @@ class TableMonitor(sgqlc.types.Type, Node):
73679
73682
  "is_template_managed",
73680
73683
  "namespace",
73681
73684
  "priority",
73685
+ "is_paused",
73682
73686
  "warehouse_uuid",
73683
73687
  "monitor_name",
73684
- "is_paused",
73685
73688
  "deleted_by",
73686
73689
  "domain_restrictions",
73687
73690
  "asset_selection",
@@ -73724,6 +73727,9 @@ class TableMonitor(sgqlc.types.Type, Node):
73724
73727
  priority = sgqlc.types.Field(TableMonitorModelPriority, graphql_name="priority")
73725
73728
  """Default priority for alerts involving this monitor"""
73726
73729
 
73730
+ is_paused = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name="isPaused")
73731
+ """Is this monitor paused?"""
73732
+
73727
73733
  warehouse_uuid = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name="warehouseUuid")
73728
73734
 
73729
73735
  monitor_name = sgqlc.types.Field(String, graphql_name="monitorName")
@@ -73731,9 +73737,6 @@ class TableMonitor(sgqlc.types.Type, Node):
73731
73737
  identityresolution for monitors-as-code
73732
73738
  """
73733
73739
 
73734
- is_paused = sgqlc.types.Field(Boolean, graphql_name="isPaused")
73735
- """Is this monitor paused?"""
73736
-
73737
73740
  deleted_by = sgqlc.types.Field("User", graphql_name="deletedBy")
73738
73741
  """Deleted by"""
73739
73742
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.113
3
+ Version: 0.10.115
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=Ti1EVeUUqBc8F2F3bQ1wnoBs_psAdgBZpqUgrrKsY-c,6135081
39
- pycarlo/lib/schema.py,sha256=c8jwOwPDvWtdjofSmfxR254a4Onp0MNR-VWmGhUkJfo,2666155
40
- pycarlo-0.10.113.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.113.dist-info/METADATA,sha256=DHR_l6ywDJ6acbXCjxDuWbBVwtaR3AKpuV7NOoaGKSQ,8742
42
- pycarlo-0.10.113.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.113.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.113.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=wEE18TgTupF_WqwDUXqzDLg4m_4Cx0KeK8Z-44mNIHM,6135656
39
+ pycarlo/lib/schema.py,sha256=flzP1u-bTT4U4KL2P8A3IiygeAIpm3KqZmuZXTD9fXA,2666368
40
+ pycarlo-0.10.115.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.115.dist-info/METADATA,sha256=wWuIGImFwb28WW7tK7aLBVNSjxWkbNxxQjcW7ehORhY,8742
42
+ pycarlo-0.10.115.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.115.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.115.dist-info/RECORD,,