pycarlo 0.10.113__py3-none-any.whl → 0.10.114__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 +343 -335
- pycarlo/lib/schema.py +58 -55
- {pycarlo-0.10.113.dist-info → pycarlo-0.10.114.dist-info}/METADATA +1 -1
- {pycarlo-0.10.113.dist-info → pycarlo-0.10.114.dist-info}/RECORD +7 -7
- {pycarlo-0.10.113.dist-info → pycarlo-0.10.114.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.113.dist-info → pycarlo-0.10.114.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.113.dist-info → pycarlo-0.10.114.dist-info}/top_level.txt +0 -0
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
|
{
|
|
@@ -112608,80 +112616,152 @@
|
|
|
112608
112616
|
"possibleTypes": null
|
|
112609
112617
|
},
|
|
112610
112618
|
{
|
|
112611
|
-
"description":
|
|
112619
|
+
"description": null,
|
|
112612
112620
|
"enumValues": null,
|
|
112613
112621
|
"fields": [
|
|
112614
112622
|
{
|
|
112615
112623
|
"args": [],
|
|
112616
112624
|
"deprecationReason": null,
|
|
112617
|
-
"description":
|
|
112625
|
+
"description": null,
|
|
112618
112626
|
"isDeprecated": false,
|
|
112619
|
-
"name": "
|
|
112627
|
+
"name": "nodes",
|
|
112620
112628
|
"type": {
|
|
112621
112629
|
"kind": "NON_NULL",
|
|
112622
112630
|
"name": null,
|
|
112623
112631
|
"ofType": {
|
|
112624
|
-
"kind": "
|
|
112625
|
-
"name":
|
|
112626
|
-
"ofType":
|
|
112632
|
+
"kind": "LIST",
|
|
112633
|
+
"name": null,
|
|
112634
|
+
"ofType": {
|
|
112635
|
+
"kind": "NON_NULL",
|
|
112636
|
+
"name": null,
|
|
112637
|
+
"ofType": {
|
|
112638
|
+
"kind": "OBJECT",
|
|
112639
|
+
"name": "AgentSpanNode",
|
|
112640
|
+
"ofType": null
|
|
112641
|
+
}
|
|
112642
|
+
}
|
|
112627
112643
|
}
|
|
112628
112644
|
}
|
|
112629
112645
|
},
|
|
112630
112646
|
{
|
|
112631
112647
|
"args": [],
|
|
112632
112648
|
"deprecationReason": null,
|
|
112633
|
-
"description":
|
|
112649
|
+
"description": null,
|
|
112634
112650
|
"isDeprecated": false,
|
|
112635
|
-
"name": "
|
|
112651
|
+
"name": "query",
|
|
112636
112652
|
"type": {
|
|
112637
|
-
"kind": "
|
|
112638
|
-
"name":
|
|
112639
|
-
"ofType":
|
|
112640
|
-
"kind": "LIST",
|
|
112641
|
-
"name": null,
|
|
112642
|
-
"ofType": {
|
|
112643
|
-
"kind": "OBJECT",
|
|
112644
|
-
"name": "JobExecutionHistoryLogEdge",
|
|
112645
|
-
"ofType": null
|
|
112646
|
-
}
|
|
112647
|
-
}
|
|
112653
|
+
"kind": "SCALAR",
|
|
112654
|
+
"name": "String",
|
|
112655
|
+
"ofType": null
|
|
112648
112656
|
}
|
|
112649
112657
|
}
|
|
112650
112658
|
],
|
|
112651
112659
|
"inputFields": null,
|
|
112652
112660
|
"interfaces": [],
|
|
112653
112661
|
"kind": "OBJECT",
|
|
112654
|
-
"name": "
|
|
112662
|
+
"name": "AgentSpanTree",
|
|
112655
112663
|
"possibleTypes": null
|
|
112656
112664
|
},
|
|
112657
112665
|
{
|
|
112658
|
-
"description":
|
|
112666
|
+
"description": null,
|
|
112659
112667
|
"enumValues": null,
|
|
112660
112668
|
"fields": [
|
|
112661
112669
|
{
|
|
112662
112670
|
"args": [],
|
|
112663
112671
|
"deprecationReason": null,
|
|
112664
|
-
"description":
|
|
112672
|
+
"description": null,
|
|
112665
112673
|
"isDeprecated": false,
|
|
112666
|
-
"name": "
|
|
112674
|
+
"name": "nodeName",
|
|
112667
112675
|
"type": {
|
|
112668
|
-
"kind": "
|
|
112669
|
-
"name":
|
|
112676
|
+
"kind": "NON_NULL",
|
|
112677
|
+
"name": null,
|
|
112678
|
+
"ofType": {
|
|
112679
|
+
"kind": "SCALAR",
|
|
112680
|
+
"name": "String",
|
|
112681
|
+
"ofType": null
|
|
112682
|
+
}
|
|
112683
|
+
}
|
|
112684
|
+
},
|
|
112685
|
+
{
|
|
112686
|
+
"args": [],
|
|
112687
|
+
"deprecationReason": null,
|
|
112688
|
+
"description": null,
|
|
112689
|
+
"isDeprecated": false,
|
|
112690
|
+
"name": "nodeValue",
|
|
112691
|
+
"type": {
|
|
112692
|
+
"kind": "SCALAR",
|
|
112693
|
+
"name": "String",
|
|
112670
112694
|
"ofType": null
|
|
112671
112695
|
}
|
|
112672
112696
|
},
|
|
112673
112697
|
{
|
|
112674
112698
|
"args": [],
|
|
112675
112699
|
"deprecationReason": null,
|
|
112676
|
-
"description":
|
|
112700
|
+
"description": null,
|
|
112677
112701
|
"isDeprecated": false,
|
|
112678
|
-
"name": "
|
|
112702
|
+
"name": "childNodes",
|
|
112703
|
+
"type": {
|
|
112704
|
+
"kind": "NON_NULL",
|
|
112705
|
+
"name": null,
|
|
112706
|
+
"ofType": {
|
|
112707
|
+
"kind": "LIST",
|
|
112708
|
+
"name": null,
|
|
112709
|
+
"ofType": {
|
|
112710
|
+
"kind": "NON_NULL",
|
|
112711
|
+
"name": null,
|
|
112712
|
+
"ofType": {
|
|
112713
|
+
"kind": "OBJECT",
|
|
112714
|
+
"name": "AgentSpanNode",
|
|
112715
|
+
"ofType": null
|
|
112716
|
+
}
|
|
112717
|
+
}
|
|
112718
|
+
}
|
|
112719
|
+
}
|
|
112720
|
+
},
|
|
112721
|
+
{
|
|
112722
|
+
"args": [],
|
|
112723
|
+
"deprecationReason": null,
|
|
112724
|
+
"description": null,
|
|
112725
|
+
"isDeprecated": false,
|
|
112726
|
+
"name": "level",
|
|
112679
112727
|
"type": {
|
|
112680
112728
|
"kind": "NON_NULL",
|
|
112681
112729
|
"name": null,
|
|
112682
112730
|
"ofType": {
|
|
112683
112731
|
"kind": "SCALAR",
|
|
112684
|
-
"name": "
|
|
112732
|
+
"name": "Int",
|
|
112733
|
+
"ofType": null
|
|
112734
|
+
}
|
|
112735
|
+
}
|
|
112736
|
+
},
|
|
112737
|
+
{
|
|
112738
|
+
"args": [],
|
|
112739
|
+
"deprecationReason": null,
|
|
112740
|
+
"description": null,
|
|
112741
|
+
"isDeprecated": false,
|
|
112742
|
+
"name": "count",
|
|
112743
|
+
"type": {
|
|
112744
|
+
"kind": "NON_NULL",
|
|
112745
|
+
"name": null,
|
|
112746
|
+
"ofType": {
|
|
112747
|
+
"kind": "SCALAR",
|
|
112748
|
+
"name": "Int",
|
|
112749
|
+
"ofType": null
|
|
112750
|
+
}
|
|
112751
|
+
}
|
|
112752
|
+
},
|
|
112753
|
+
{
|
|
112754
|
+
"args": [],
|
|
112755
|
+
"deprecationReason": null,
|
|
112756
|
+
"description": null,
|
|
112757
|
+
"isDeprecated": false,
|
|
112758
|
+
"name": "isLeaf",
|
|
112759
|
+
"type": {
|
|
112760
|
+
"kind": "NON_NULL",
|
|
112761
|
+
"name": null,
|
|
112762
|
+
"ofType": {
|
|
112763
|
+
"kind": "SCALAR",
|
|
112764
|
+
"name": "Boolean",
|
|
112685
112765
|
"ofType": null
|
|
112686
112766
|
}
|
|
112687
112767
|
}
|
|
@@ -112690,25 +112770,97 @@
|
|
|
112690
112770
|
"inputFields": null,
|
|
112691
112771
|
"interfaces": [],
|
|
112692
112772
|
"kind": "OBJECT",
|
|
112693
|
-
"name": "
|
|
112773
|
+
"name": "AgentSpanNode",
|
|
112694
112774
|
"possibleTypes": null
|
|
112695
112775
|
},
|
|
112696
112776
|
{
|
|
112697
|
-
"description":
|
|
112777
|
+
"description": null,
|
|
112778
|
+
"enumValues": null,
|
|
112779
|
+
"fields": null,
|
|
112780
|
+
"inputFields": [
|
|
112781
|
+
{
|
|
112782
|
+
"defaultValue": null,
|
|
112783
|
+
"description": "Filter by agent field. If omitted, no filter on agent.",
|
|
112784
|
+
"name": "agent",
|
|
112785
|
+
"type": {
|
|
112786
|
+
"kind": "INPUT_OBJECT",
|
|
112787
|
+
"name": "AgentSpanFieldFilterInput",
|
|
112788
|
+
"ofType": null
|
|
112789
|
+
}
|
|
112790
|
+
},
|
|
112791
|
+
{
|
|
112792
|
+
"defaultValue": null,
|
|
112793
|
+
"description": "Filter by workflow field. If omitted, no filter on workflow.",
|
|
112794
|
+
"name": "workflow",
|
|
112795
|
+
"type": {
|
|
112796
|
+
"kind": "INPUT_OBJECT",
|
|
112797
|
+
"name": "AgentSpanFieldFilterInput",
|
|
112798
|
+
"ofType": null
|
|
112799
|
+
}
|
|
112800
|
+
},
|
|
112801
|
+
{
|
|
112802
|
+
"defaultValue": null,
|
|
112803
|
+
"description": "Filter by task field. If omitted, no filter on task.",
|
|
112804
|
+
"name": "task",
|
|
112805
|
+
"type": {
|
|
112806
|
+
"kind": "INPUT_OBJECT",
|
|
112807
|
+
"name": "AgentSpanFieldFilterInput",
|
|
112808
|
+
"ofType": null
|
|
112809
|
+
}
|
|
112810
|
+
},
|
|
112811
|
+
{
|
|
112812
|
+
"defaultValue": null,
|
|
112813
|
+
"description": "Filter by span_name field. If omitted, no filter on span_name.",
|
|
112814
|
+
"name": "spanName",
|
|
112815
|
+
"type": {
|
|
112816
|
+
"kind": "INPUT_OBJECT",
|
|
112817
|
+
"name": "AgentSpanFieldFilterInput",
|
|
112818
|
+
"ofType": null
|
|
112819
|
+
}
|
|
112820
|
+
}
|
|
112821
|
+
],
|
|
112822
|
+
"interfaces": null,
|
|
112823
|
+
"kind": "INPUT_OBJECT",
|
|
112824
|
+
"name": "AgentSpanFilterInput",
|
|
112825
|
+
"possibleTypes": null
|
|
112826
|
+
},
|
|
112827
|
+
{
|
|
112828
|
+
"description": null,
|
|
112829
|
+
"enumValues": null,
|
|
112830
|
+
"fields": null,
|
|
112831
|
+
"inputFields": [
|
|
112832
|
+
{
|
|
112833
|
+
"defaultValue": null,
|
|
112834
|
+
"description": "Filter value. If null, filters for null values.",
|
|
112835
|
+
"name": "value",
|
|
112836
|
+
"type": {
|
|
112837
|
+
"kind": "SCALAR",
|
|
112838
|
+
"name": "String",
|
|
112839
|
+
"ofType": null
|
|
112840
|
+
}
|
|
112841
|
+
}
|
|
112842
|
+
],
|
|
112843
|
+
"interfaces": null,
|
|
112844
|
+
"kind": "INPUT_OBJECT",
|
|
112845
|
+
"name": "AgentSpanFieldFilterInput",
|
|
112846
|
+
"possibleTypes": null
|
|
112847
|
+
},
|
|
112848
|
+
{
|
|
112849
|
+
"description": "Job history log entries",
|
|
112698
112850
|
"enumValues": null,
|
|
112699
112851
|
"fields": [
|
|
112700
112852
|
{
|
|
112701
112853
|
"args": [],
|
|
112702
112854
|
"deprecationReason": null,
|
|
112703
|
-
"description": "
|
|
112855
|
+
"description": "Pagination data for this connection.",
|
|
112704
112856
|
"isDeprecated": false,
|
|
112705
|
-
"name": "
|
|
112857
|
+
"name": "pageInfo",
|
|
112706
112858
|
"type": {
|
|
112707
112859
|
"kind": "NON_NULL",
|
|
112708
112860
|
"name": null,
|
|
112709
112861
|
"ofType": {
|
|
112710
|
-
"kind": "
|
|
112711
|
-
"name": "
|
|
112862
|
+
"kind": "OBJECT",
|
|
112863
|
+
"name": "PageInfo",
|
|
112712
112864
|
"ofType": null
|
|
112713
112865
|
}
|
|
112714
112866
|
}
|
|
@@ -112716,9 +112868,9 @@
|
|
|
112716
112868
|
{
|
|
112717
112869
|
"args": [],
|
|
112718
112870
|
"deprecationReason": null,
|
|
112719
|
-
"description": "
|
|
112871
|
+
"description": "Contains the nodes in this connection.",
|
|
112720
112872
|
"isDeprecated": false,
|
|
112721
|
-
"name": "
|
|
112873
|
+
"name": "edges",
|
|
112722
112874
|
"type": {
|
|
112723
112875
|
"kind": "NON_NULL",
|
|
112724
112876
|
"name": null,
|
|
@@ -112726,13 +112878,9 @@
|
|
|
112726
112878
|
"kind": "LIST",
|
|
112727
112879
|
"name": null,
|
|
112728
112880
|
"ofType": {
|
|
112729
|
-
"kind": "
|
|
112730
|
-
"name":
|
|
112731
|
-
"ofType":
|
|
112732
|
-
"kind": "SCALAR",
|
|
112733
|
-
"name": "String",
|
|
112734
|
-
"ofType": null
|
|
112735
|
-
}
|
|
112881
|
+
"kind": "OBJECT",
|
|
112882
|
+
"name": "JobExecutionHistoryLogEdge",
|
|
112883
|
+
"ofType": null
|
|
112736
112884
|
}
|
|
112737
112885
|
}
|
|
112738
112886
|
}
|
|
@@ -112741,17 +112889,56 @@
|
|
|
112741
112889
|
"inputFields": null,
|
|
112742
112890
|
"interfaces": [],
|
|
112743
112891
|
"kind": "OBJECT",
|
|
112744
|
-
"name": "
|
|
112892
|
+
"name": "JobExecutionHistoryLogConnection",
|
|
112745
112893
|
"possibleTypes": null
|
|
112746
112894
|
},
|
|
112747
112895
|
{
|
|
112748
|
-
"description": "
|
|
112896
|
+
"description": "A Relay edge containing a `JobExecutionHistoryLog` and its cursor.",
|
|
112749
112897
|
"enumValues": null,
|
|
112750
112898
|
"fields": [
|
|
112751
112899
|
{
|
|
112752
112900
|
"args": [],
|
|
112753
112901
|
"deprecationReason": null,
|
|
112754
|
-
"description": "
|
|
112902
|
+
"description": "The item at the end of the edge",
|
|
112903
|
+
"isDeprecated": false,
|
|
112904
|
+
"name": "node",
|
|
112905
|
+
"type": {
|
|
112906
|
+
"kind": "OBJECT",
|
|
112907
|
+
"name": "JobExecutionHistoryLog",
|
|
112908
|
+
"ofType": null
|
|
112909
|
+
}
|
|
112910
|
+
},
|
|
112911
|
+
{
|
|
112912
|
+
"args": [],
|
|
112913
|
+
"deprecationReason": null,
|
|
112914
|
+
"description": "A cursor for use in pagination",
|
|
112915
|
+
"isDeprecated": false,
|
|
112916
|
+
"name": "cursor",
|
|
112917
|
+
"type": {
|
|
112918
|
+
"kind": "NON_NULL",
|
|
112919
|
+
"name": null,
|
|
112920
|
+
"ofType": {
|
|
112921
|
+
"kind": "SCALAR",
|
|
112922
|
+
"name": "String",
|
|
112923
|
+
"ofType": null
|
|
112924
|
+
}
|
|
112925
|
+
}
|
|
112926
|
+
}
|
|
112927
|
+
],
|
|
112928
|
+
"inputFields": null,
|
|
112929
|
+
"interfaces": [],
|
|
112930
|
+
"kind": "OBJECT",
|
|
112931
|
+
"name": "JobExecutionHistoryLogEdge",
|
|
112932
|
+
"possibleTypes": null
|
|
112933
|
+
},
|
|
112934
|
+
{
|
|
112935
|
+
"description": "Warehouse assets referenced by monitors, grouped by name",
|
|
112936
|
+
"enumValues": null,
|
|
112937
|
+
"fields": [
|
|
112938
|
+
{
|
|
112939
|
+
"args": [],
|
|
112940
|
+
"deprecationReason": null,
|
|
112941
|
+
"description": "Warehouse name",
|
|
112755
112942
|
"isDeprecated": false,
|
|
112756
112943
|
"name": "displayName",
|
|
112757
112944
|
"type": {
|
|
@@ -112767,7 +112954,7 @@
|
|
|
112767
112954
|
{
|
|
112768
112955
|
"args": [],
|
|
112769
112956
|
"deprecationReason": null,
|
|
112770
|
-
"description": "List of MCONs for the
|
|
112957
|
+
"description": "List of MCONs for the warehouses with this name",
|
|
112771
112958
|
"isDeprecated": false,
|
|
112772
112959
|
"name": "mcons",
|
|
112773
112960
|
"type": {
|
|
@@ -112792,17 +112979,17 @@
|
|
|
112792
112979
|
"inputFields": null,
|
|
112793
112980
|
"interfaces": [],
|
|
112794
112981
|
"kind": "OBJECT",
|
|
112795
|
-
"name": "
|
|
112982
|
+
"name": "MonitorWarehouse",
|
|
112796
112983
|
"possibleTypes": null
|
|
112797
112984
|
},
|
|
112798
112985
|
{
|
|
112799
|
-
"description": "
|
|
112986
|
+
"description": "Projects referenced by monitors, grouped by project name",
|
|
112800
112987
|
"enumValues": null,
|
|
112801
112988
|
"fields": [
|
|
112802
112989
|
{
|
|
112803
112990
|
"args": [],
|
|
112804
112991
|
"deprecationReason": null,
|
|
112805
|
-
"description": "
|
|
112992
|
+
"description": "Project name",
|
|
112806
112993
|
"isDeprecated": false,
|
|
112807
112994
|
"name": "displayName",
|
|
112808
112995
|
"type": {
|
|
@@ -112818,7 +113005,7 @@
|
|
|
112818
113005
|
{
|
|
112819
113006
|
"args": [],
|
|
112820
113007
|
"deprecationReason": null,
|
|
112821
|
-
"description": "List of MCONs for the
|
|
113008
|
+
"description": "List of MCONs for the projects with this name",
|
|
112822
113009
|
"isDeprecated": false,
|
|
112823
113010
|
"name": "mcons",
|
|
112824
113011
|
"type": {
|
|
@@ -112843,17 +113030,17 @@
|
|
|
112843
113030
|
"inputFields": null,
|
|
112844
113031
|
"interfaces": [],
|
|
112845
113032
|
"kind": "OBJECT",
|
|
112846
|
-
"name": "
|
|
113033
|
+
"name": "MonitorProject",
|
|
112847
113034
|
"possibleTypes": null
|
|
112848
113035
|
},
|
|
112849
113036
|
{
|
|
112850
|
-
"description": "
|
|
113037
|
+
"description": "Datasets referenced by monitors, grouped by dataset name",
|
|
112851
113038
|
"enumValues": null,
|
|
112852
113039
|
"fields": [
|
|
112853
113040
|
{
|
|
112854
113041
|
"args": [],
|
|
112855
113042
|
"deprecationReason": null,
|
|
112856
|
-
"description": "
|
|
113043
|
+
"description": "Dataset name",
|
|
112857
113044
|
"isDeprecated": false,
|
|
112858
113045
|
"name": "displayName",
|
|
112859
113046
|
"type": {
|
|
@@ -112869,7 +113056,7 @@
|
|
|
112869
113056
|
{
|
|
112870
113057
|
"args": [],
|
|
112871
113058
|
"deprecationReason": null,
|
|
112872
|
-
"description": "List of MCONs for the
|
|
113059
|
+
"description": "List of MCONs for the datasets with this name",
|
|
112873
113060
|
"isDeprecated": false,
|
|
112874
113061
|
"name": "mcons",
|
|
112875
113062
|
"type": {
|
|
@@ -112894,21 +113081,21 @@
|
|
|
112894
113081
|
"inputFields": null,
|
|
112895
113082
|
"interfaces": [],
|
|
112896
113083
|
"kind": "OBJECT",
|
|
112897
|
-
"name": "
|
|
113084
|
+
"name": "MonitorDataset",
|
|
112898
113085
|
"possibleTypes": null
|
|
112899
113086
|
},
|
|
112900
113087
|
{
|
|
112901
|
-
"description": "
|
|
113088
|
+
"description": "Tables referenced by monitors, grouped by table identifier",
|
|
112902
113089
|
"enumValues": null,
|
|
112903
113090
|
"fields": [
|
|
112904
113091
|
{
|
|
112905
113092
|
"args": [],
|
|
112906
113093
|
"deprecationReason": null,
|
|
112907
|
-
"description": "
|
|
113094
|
+
"description": "Table identifier",
|
|
112908
113095
|
"isDeprecated": false,
|
|
112909
|
-
"name": "
|
|
113096
|
+
"name": "displayName",
|
|
112910
113097
|
"type": {
|
|
112911
|
-
"kind": "
|
|
113098
|
+
"kind": "NON_NULL",
|
|
112912
113099
|
"name": null,
|
|
112913
113100
|
"ofType": {
|
|
112914
113101
|
"kind": "SCALAR",
|
|
@@ -112916,51 +113103,13 @@
|
|
|
112916
113103
|
"ofType": null
|
|
112917
113104
|
}
|
|
112918
113105
|
}
|
|
112919
|
-
}
|
|
112920
|
-
],
|
|
112921
|
-
"inputFields": null,
|
|
112922
|
-
"interfaces": [],
|
|
112923
|
-
"kind": "OBJECT",
|
|
112924
|
-
"name": "MonitorQueries",
|
|
112925
|
-
"possibleTypes": null
|
|
112926
|
-
},
|
|
112927
|
-
{
|
|
112928
|
-
"description": "Result of executing a monitor query for test purposes",
|
|
112929
|
-
"enumValues": null,
|
|
112930
|
-
"fields": [
|
|
112931
|
-
{
|
|
112932
|
-
"args": [],
|
|
112933
|
-
"deprecationReason": null,
|
|
112934
|
-
"description": "The SQL queries results",
|
|
112935
|
-
"isDeprecated": false,
|
|
112936
|
-
"name": "queries",
|
|
112937
|
-
"type": {
|
|
112938
|
-
"kind": "LIST",
|
|
112939
|
-
"name": null,
|
|
112940
|
-
"ofType": {
|
|
112941
|
-
"kind": "OBJECT",
|
|
112942
|
-
"name": "SQLResponse",
|
|
112943
|
-
"ofType": null
|
|
112944
|
-
}
|
|
112945
|
-
}
|
|
112946
|
-
}
|
|
112947
|
-
],
|
|
112948
|
-
"inputFields": null,
|
|
112949
|
-
"interfaces": [],
|
|
112950
|
-
"kind": "OBJECT",
|
|
112951
|
-
"name": "MonitorQueriesResults",
|
|
112952
|
-
"possibleTypes": null
|
|
112953
|
-
},
|
|
112954
|
-
{
|
|
112955
|
-
"description": null,
|
|
112956
|
-
"enumValues": null,
|
|
112957
|
-
"fields": [
|
|
113106
|
+
},
|
|
112958
113107
|
{
|
|
112959
113108
|
"args": [],
|
|
112960
113109
|
"deprecationReason": null,
|
|
112961
|
-
"description":
|
|
113110
|
+
"description": "List of MCONs for the tables with this identifier",
|
|
112962
113111
|
"isDeprecated": false,
|
|
112963
|
-
"name": "
|
|
113112
|
+
"name": "mcons",
|
|
112964
113113
|
"type": {
|
|
112965
113114
|
"kind": "NON_NULL",
|
|
112966
113115
|
"name": null,
|
|
@@ -112971,45 +113120,33 @@
|
|
|
112971
113120
|
"kind": "NON_NULL",
|
|
112972
113121
|
"name": null,
|
|
112973
113122
|
"ofType": {
|
|
112974
|
-
"kind": "
|
|
112975
|
-
"name": "
|
|
113123
|
+
"kind": "SCALAR",
|
|
113124
|
+
"name": "String",
|
|
112976
113125
|
"ofType": null
|
|
112977
113126
|
}
|
|
112978
113127
|
}
|
|
112979
113128
|
}
|
|
112980
113129
|
}
|
|
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
113130
|
}
|
|
112994
113131
|
],
|
|
112995
113132
|
"inputFields": null,
|
|
112996
113133
|
"interfaces": [],
|
|
112997
113134
|
"kind": "OBJECT",
|
|
112998
|
-
"name": "
|
|
113135
|
+
"name": "MonitorTable",
|
|
112999
113136
|
"possibleTypes": null
|
|
113000
113137
|
},
|
|
113001
113138
|
{
|
|
113002
|
-
"description":
|
|
113139
|
+
"description": "A monitor query",
|
|
113003
113140
|
"enumValues": null,
|
|
113004
113141
|
"fields": [
|
|
113005
113142
|
{
|
|
113006
113143
|
"args": [],
|
|
113007
113144
|
"deprecationReason": null,
|
|
113008
|
-
"description":
|
|
113145
|
+
"description": "The SQL queries executed by the monitor",
|
|
113009
113146
|
"isDeprecated": false,
|
|
113010
|
-
"name": "
|
|
113147
|
+
"name": "queries",
|
|
113011
113148
|
"type": {
|
|
113012
|
-
"kind": "
|
|
113149
|
+
"kind": "LIST",
|
|
113013
113150
|
"name": null,
|
|
113014
113151
|
"ofType": {
|
|
113015
113152
|
"kind": "SCALAR",
|
|
@@ -113017,87 +113154,30 @@
|
|
|
113017
113154
|
"ofType": null
|
|
113018
113155
|
}
|
|
113019
113156
|
}
|
|
113020
|
-
}
|
|
113021
|
-
|
|
113022
|
-
|
|
113023
|
-
|
|
113024
|
-
|
|
113025
|
-
|
|
113026
|
-
|
|
113027
|
-
|
|
113028
|
-
|
|
113029
|
-
|
|
113030
|
-
|
|
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
|
-
},
|
|
113157
|
+
}
|
|
113158
|
+
],
|
|
113159
|
+
"inputFields": null,
|
|
113160
|
+
"interfaces": [],
|
|
113161
|
+
"kind": "OBJECT",
|
|
113162
|
+
"name": "MonitorQueries",
|
|
113163
|
+
"possibleTypes": null
|
|
113164
|
+
},
|
|
113165
|
+
{
|
|
113166
|
+
"description": "Result of executing a monitor query for test purposes",
|
|
113167
|
+
"enumValues": null,
|
|
113168
|
+
"fields": [
|
|
113089
113169
|
{
|
|
113090
113170
|
"args": [],
|
|
113091
113171
|
"deprecationReason": null,
|
|
113092
|
-
"description":
|
|
113172
|
+
"description": "The SQL queries results",
|
|
113093
113173
|
"isDeprecated": false,
|
|
113094
|
-
"name": "
|
|
113174
|
+
"name": "queries",
|
|
113095
113175
|
"type": {
|
|
113096
|
-
"kind": "
|
|
113176
|
+
"kind": "LIST",
|
|
113097
113177
|
"name": null,
|
|
113098
113178
|
"ofType": {
|
|
113099
|
-
"kind": "
|
|
113100
|
-
"name": "
|
|
113179
|
+
"kind": "OBJECT",
|
|
113180
|
+
"name": "SQLResponse",
|
|
113101
113181
|
"ofType": null
|
|
113102
113182
|
}
|
|
113103
113183
|
}
|
|
@@ -113106,7 +113186,7 @@
|
|
|
113106
113186
|
"inputFields": null,
|
|
113107
113187
|
"interfaces": [],
|
|
113108
113188
|
"kind": "OBJECT",
|
|
113109
|
-
"name": "
|
|
113189
|
+
"name": "MonitorQueriesResults",
|
|
113110
113190
|
"possibleTypes": null
|
|
113111
113191
|
},
|
|
113112
113192
|
{
|
|
@@ -182966,78 +183046,6 @@
|
|
|
182966
183046
|
"name": "CreateOrUpdateAgentMonitor",
|
|
182967
183047
|
"possibleTypes": null
|
|
182968
183048
|
},
|
|
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
183049
|
{
|
|
183042
183050
|
"description": null,
|
|
183043
183051
|
"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",
|
|
@@ -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=
|
|
39
|
-
pycarlo/lib/schema.py,sha256=
|
|
40
|
-
pycarlo-0.10.
|
|
41
|
-
pycarlo-0.10.
|
|
42
|
-
pycarlo-0.10.
|
|
43
|
-
pycarlo-0.10.
|
|
44
|
-
pycarlo-0.10.
|
|
38
|
+
pycarlo/lib/schema.json,sha256=LNvtjKKijU39QcRn0o8iqaaKldlgDOSSiwuxeZ0KP9E,6135420
|
|
39
|
+
pycarlo/lib/schema.py,sha256=ZOByRH0se-qqoDkc_GdiECnhhqaaIx-mmiGoOExR42I,2666324
|
|
40
|
+
pycarlo-0.10.114.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
41
|
+
pycarlo-0.10.114.dist-info/METADATA,sha256=FE7KeLUJ1DmsDJb83lYUo0TFCKV1dy6pFLUZdtoXFNc,8742
|
|
42
|
+
pycarlo-0.10.114.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
43
|
+
pycarlo-0.10.114.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
|
|
44
|
+
pycarlo-0.10.114.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|