pycarlo 0.10.112__tar.gz → 0.10.114__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pycarlo might be problematic. Click here for more details.
- {pycarlo-0.10.112 → pycarlo-0.10.114}/PKG-INFO +1 -1
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo/lib/schema.json +342 -298
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo/lib/schema.py +70 -55
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo.egg-info/PKG-INFO +1 -1
- {pycarlo-0.10.112 → pycarlo-0.10.114}/.circleci/README.md +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/.circleci/config.yml +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/.coveragerc +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/.github/workflows/release.yml +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/.gitignore +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/.pre-commit-config.yaml +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/LICENSE +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/Makefile +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/README.md +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/examples/sample_circuit_breaker.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/examples/sample_insight_upload.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo/__init__.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo/common/__init__.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo/common/errors.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo/common/files.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo/common/http.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo/common/mcon.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo/common/retries.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo/common/settings.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo/common/utils.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo/core/__init__.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo/core/client.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo/core/endpoint.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo/core/operations.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo/core/session.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo/features/__init__.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo/features/circuit_breakers/service.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo/features/dbt/dbt_importer.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo/features/dbt/queries.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo/features/exceptions.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo/features/metadata/__init__.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo/features/metadata/allow_block_list.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo/features/pii/__init__.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo/features/pii/constants.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo/features/pii/pii_filterer.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo/features/pii/queries.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo/features/pii/service.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo/features/user/__init__.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo/features/user/exceptions.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo/features/user/models.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo/features/user/queries.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo/features/user/service.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo/lib/README.md +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo/lib/__init__.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo.egg-info/SOURCES.txt +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo.egg-info/dependency_links.txt +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo.egg-info/requires.txt +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo.egg-info/top_level.txt +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/pyproject.toml +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/requirements-ci.txt +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/requirements-dev.txt +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/requirements.txt +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/setup.cfg +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/setup.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/tests/__init__.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/tests/common/__init__.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/tests/common/data.json +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/tests/common/test_files.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/tests/common/test_http.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/tests/common/test_mcon.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/tests/common/test_retries.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/tests/common/test_utils.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/tests/features/__init__.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/tests/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/tests/features/circuit_breakers/test_service.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/tests/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/tests/features/dbt/sample_logs.txt +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/tests/features/dbt/sample_manifest.json +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/tests/features/dbt/sample_run_results.json +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/tests/features/dbt/test_dbt_importer.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/tests/features/metadata/test_dataset_filtering.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/tests/features/pii/test_pii_filtering.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/tests/features/user/__init__.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/tests/features/user/test_user_service.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/tests/test_client.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/tests/test_operations.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/tests/test_retry_decorator.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/tests/test_session.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/utils/env.sh +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/utils/generate.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/utils/sample.env +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/utils/sanity.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.114}/utils/vars.py +0 -0
|
@@ -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
|
{
|
|
@@ -112607,6 +112615,236 @@
|
|
|
112607
112615
|
"name": "ParsedQueryResult",
|
|
112608
112616
|
"possibleTypes": null
|
|
112609
112617
|
},
|
|
112618
|
+
{
|
|
112619
|
+
"description": null,
|
|
112620
|
+
"enumValues": null,
|
|
112621
|
+
"fields": [
|
|
112622
|
+
{
|
|
112623
|
+
"args": [],
|
|
112624
|
+
"deprecationReason": null,
|
|
112625
|
+
"description": null,
|
|
112626
|
+
"isDeprecated": false,
|
|
112627
|
+
"name": "nodes",
|
|
112628
|
+
"type": {
|
|
112629
|
+
"kind": "NON_NULL",
|
|
112630
|
+
"name": null,
|
|
112631
|
+
"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
|
+
}
|
|
112643
|
+
}
|
|
112644
|
+
}
|
|
112645
|
+
},
|
|
112646
|
+
{
|
|
112647
|
+
"args": [],
|
|
112648
|
+
"deprecationReason": null,
|
|
112649
|
+
"description": null,
|
|
112650
|
+
"isDeprecated": false,
|
|
112651
|
+
"name": "query",
|
|
112652
|
+
"type": {
|
|
112653
|
+
"kind": "SCALAR",
|
|
112654
|
+
"name": "String",
|
|
112655
|
+
"ofType": null
|
|
112656
|
+
}
|
|
112657
|
+
}
|
|
112658
|
+
],
|
|
112659
|
+
"inputFields": null,
|
|
112660
|
+
"interfaces": [],
|
|
112661
|
+
"kind": "OBJECT",
|
|
112662
|
+
"name": "AgentSpanTree",
|
|
112663
|
+
"possibleTypes": null
|
|
112664
|
+
},
|
|
112665
|
+
{
|
|
112666
|
+
"description": null,
|
|
112667
|
+
"enumValues": null,
|
|
112668
|
+
"fields": [
|
|
112669
|
+
{
|
|
112670
|
+
"args": [],
|
|
112671
|
+
"deprecationReason": null,
|
|
112672
|
+
"description": null,
|
|
112673
|
+
"isDeprecated": false,
|
|
112674
|
+
"name": "nodeName",
|
|
112675
|
+
"type": {
|
|
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",
|
|
112694
|
+
"ofType": null
|
|
112695
|
+
}
|
|
112696
|
+
},
|
|
112697
|
+
{
|
|
112698
|
+
"args": [],
|
|
112699
|
+
"deprecationReason": null,
|
|
112700
|
+
"description": null,
|
|
112701
|
+
"isDeprecated": false,
|
|
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",
|
|
112727
|
+
"type": {
|
|
112728
|
+
"kind": "NON_NULL",
|
|
112729
|
+
"name": null,
|
|
112730
|
+
"ofType": {
|
|
112731
|
+
"kind": "SCALAR",
|
|
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",
|
|
112765
|
+
"ofType": null
|
|
112766
|
+
}
|
|
112767
|
+
}
|
|
112768
|
+
}
|
|
112769
|
+
],
|
|
112770
|
+
"inputFields": null,
|
|
112771
|
+
"interfaces": [],
|
|
112772
|
+
"kind": "OBJECT",
|
|
112773
|
+
"name": "AgentSpanNode",
|
|
112774
|
+
"possibleTypes": null
|
|
112775
|
+
},
|
|
112776
|
+
{
|
|
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
|
+
},
|
|
112610
112848
|
{
|
|
112611
112849
|
"description": "Job history log entries",
|
|
112612
112850
|
"enumValues": null,
|
|
@@ -112951,164 +113189,6 @@
|
|
|
112951
113189
|
"name": "MonitorQueriesResults",
|
|
112952
113190
|
"possibleTypes": null
|
|
112953
113191
|
},
|
|
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
113192
|
{
|
|
113113
113193
|
"description": null,
|
|
113114
113194
|
"enumValues": null,
|
|
@@ -114030,6 +114110,18 @@
|
|
|
114030
114110
|
"name": "Boolean",
|
|
114031
114111
|
"ofType": null
|
|
114032
114112
|
}
|
|
114113
|
+
},
|
|
114114
|
+
{
|
|
114115
|
+
"args": [],
|
|
114116
|
+
"deprecationReason": "Replaced by failure audiences",
|
|
114117
|
+
"description": "DEPRECATED: Replaced by failure audiences",
|
|
114118
|
+
"isDeprecated": true,
|
|
114119
|
+
"name": "notifyRuleRunFailure",
|
|
114120
|
+
"type": {
|
|
114121
|
+
"kind": "SCALAR",
|
|
114122
|
+
"name": "Boolean",
|
|
114123
|
+
"ofType": null
|
|
114124
|
+
}
|
|
114033
114125
|
}
|
|
114034
114126
|
],
|
|
114035
114127
|
"inputFields": null,
|
|
@@ -115242,6 +115334,18 @@
|
|
|
115242
115334
|
"name": "SensitivityLevels",
|
|
115243
115335
|
"ofType": null
|
|
115244
115336
|
}
|
|
115337
|
+
},
|
|
115338
|
+
{
|
|
115339
|
+
"args": [],
|
|
115340
|
+
"deprecationReason": "Replaced by failure audiences",
|
|
115341
|
+
"description": "DEPRECATED: Replaced by failure audiences",
|
|
115342
|
+
"isDeprecated": true,
|
|
115343
|
+
"name": "notifyRuleRunFailure",
|
|
115344
|
+
"type": {
|
|
115345
|
+
"kind": "SCALAR",
|
|
115346
|
+
"name": "Boolean",
|
|
115347
|
+
"ofType": null
|
|
115348
|
+
}
|
|
115245
115349
|
}
|
|
115246
115350
|
],
|
|
115247
115351
|
"inputFields": null,
|
|
@@ -117263,6 +117367,18 @@
|
|
|
117263
117367
|
"ofType": null
|
|
117264
117368
|
}
|
|
117265
117369
|
},
|
|
117370
|
+
{
|
|
117371
|
+
"args": [],
|
|
117372
|
+
"deprecationReason": "Replaced by failure audiences",
|
|
117373
|
+
"description": "DEPRECATED: Replaced by failure audiences",
|
|
117374
|
+
"isDeprecated": true,
|
|
117375
|
+
"name": "notifyRuleRunFailure",
|
|
117376
|
+
"type": {
|
|
117377
|
+
"kind": "SCALAR",
|
|
117378
|
+
"name": "Boolean",
|
|
117379
|
+
"ofType": null
|
|
117380
|
+
}
|
|
117381
|
+
},
|
|
117266
117382
|
{
|
|
117267
117383
|
"args": [],
|
|
117268
117384
|
"deprecationReason": null,
|
|
@@ -182930,78 +183046,6 @@
|
|
|
182930
183046
|
"name": "CreateOrUpdateAgentMonitor",
|
|
182931
183047
|
"possibleTypes": null
|
|
182932
183048
|
},
|
|
182933
|
-
{
|
|
182934
|
-
"description": null,
|
|
182935
|
-
"enumValues": null,
|
|
182936
|
-
"fields": null,
|
|
182937
|
-
"inputFields": [
|
|
182938
|
-
{
|
|
182939
|
-
"defaultValue": null,
|
|
182940
|
-
"description": "Filter by agent field. If omitted, no filter on agent.",
|
|
182941
|
-
"name": "agent",
|
|
182942
|
-
"type": {
|
|
182943
|
-
"kind": "INPUT_OBJECT",
|
|
182944
|
-
"name": "AgentSpanFieldFilterInput",
|
|
182945
|
-
"ofType": null
|
|
182946
|
-
}
|
|
182947
|
-
},
|
|
182948
|
-
{
|
|
182949
|
-
"defaultValue": null,
|
|
182950
|
-
"description": "Filter by workflow field. If omitted, no filter on workflow.",
|
|
182951
|
-
"name": "workflow",
|
|
182952
|
-
"type": {
|
|
182953
|
-
"kind": "INPUT_OBJECT",
|
|
182954
|
-
"name": "AgentSpanFieldFilterInput",
|
|
182955
|
-
"ofType": null
|
|
182956
|
-
}
|
|
182957
|
-
},
|
|
182958
|
-
{
|
|
182959
|
-
"defaultValue": null,
|
|
182960
|
-
"description": "Filter by task field. If omitted, no filter on task.",
|
|
182961
|
-
"name": "task",
|
|
182962
|
-
"type": {
|
|
182963
|
-
"kind": "INPUT_OBJECT",
|
|
182964
|
-
"name": "AgentSpanFieldFilterInput",
|
|
182965
|
-
"ofType": null
|
|
182966
|
-
}
|
|
182967
|
-
},
|
|
182968
|
-
{
|
|
182969
|
-
"defaultValue": null,
|
|
182970
|
-
"description": "Filter by span_name field. If omitted, no filter on span_name.",
|
|
182971
|
-
"name": "spanName",
|
|
182972
|
-
"type": {
|
|
182973
|
-
"kind": "INPUT_OBJECT",
|
|
182974
|
-
"name": "AgentSpanFieldFilterInput",
|
|
182975
|
-
"ofType": null
|
|
182976
|
-
}
|
|
182977
|
-
}
|
|
182978
|
-
],
|
|
182979
|
-
"interfaces": null,
|
|
182980
|
-
"kind": "INPUT_OBJECT",
|
|
182981
|
-
"name": "AgentSpanFilterInput",
|
|
182982
|
-
"possibleTypes": null
|
|
182983
|
-
},
|
|
182984
|
-
{
|
|
182985
|
-
"description": null,
|
|
182986
|
-
"enumValues": null,
|
|
182987
|
-
"fields": null,
|
|
182988
|
-
"inputFields": [
|
|
182989
|
-
{
|
|
182990
|
-
"defaultValue": null,
|
|
182991
|
-
"description": "Filter value. If null, filters for null values.",
|
|
182992
|
-
"name": "value",
|
|
182993
|
-
"type": {
|
|
182994
|
-
"kind": "SCALAR",
|
|
182995
|
-
"name": "String",
|
|
182996
|
-
"ofType": null
|
|
182997
|
-
}
|
|
182998
|
-
}
|
|
182999
|
-
],
|
|
183000
|
-
"interfaces": null,
|
|
183001
|
-
"kind": "INPUT_OBJECT",
|
|
183002
|
-
"name": "AgentSpanFieldFilterInput",
|
|
183003
|
-
"possibleTypes": null
|
|
183004
|
-
},
|
|
183005
183049
|
{
|
|
183006
183050
|
"description": null,
|
|
183007
183051
|
"enumValues": null,
|
|
@@ -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",
|
|
@@ -69510,6 +69513,7 @@ class CustomRule(sgqlc.types.Type, Node):
|
|
|
69510
69513
|
"mc_sql",
|
|
69511
69514
|
"tags",
|
|
69512
69515
|
"data_quality_dimension",
|
|
69516
|
+
"notify_rule_run_failure",
|
|
69513
69517
|
"variables",
|
|
69514
69518
|
"variable_definitions",
|
|
69515
69519
|
)
|
|
@@ -69793,6 +69797,9 @@ class CustomRule(sgqlc.types.Type, Node):
|
|
|
69793
69797
|
data_quality_dimension = sgqlc.types.Field(String, graphql_name="dataQualityDimension")
|
|
69794
69798
|
"""Data Quality Dimension of the monitor."""
|
|
69795
69799
|
|
|
69800
|
+
notify_rule_run_failure = sgqlc.types.Field(Boolean, graphql_name="notifyRuleRunFailure")
|
|
69801
|
+
"""DEPRECATED: Replaced by failure audiences"""
|
|
69802
|
+
|
|
69796
69803
|
variables = sgqlc.types.Field(JSONString, graphql_name="variables")
|
|
69797
69804
|
"""Variables for the query"""
|
|
69798
69805
|
|
|
@@ -72856,6 +72863,7 @@ class MetricMonitoring(sgqlc.types.Type, Node):
|
|
|
72856
72863
|
"agg_select_expression",
|
|
72857
72864
|
"bootstrap",
|
|
72858
72865
|
"sensitivity",
|
|
72866
|
+
"notify_rule_run_failure",
|
|
72859
72867
|
)
|
|
72860
72868
|
uuid = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name="uuid")
|
|
72861
72869
|
|
|
@@ -73064,6 +73072,9 @@ class MetricMonitoring(sgqlc.types.Type, Node):
|
|
|
73064
73072
|
sensitivity = sgqlc.types.Field(SensitivityLevels, graphql_name="sensitivity")
|
|
73065
73073
|
"""Sensitivity for automated thresholds"""
|
|
73066
73074
|
|
|
73075
|
+
notify_rule_run_failure = sgqlc.types.Field(Boolean, graphql_name="notifyRuleRunFailure")
|
|
73076
|
+
"""DEPRECATED: Replaced by failure audiences"""
|
|
73077
|
+
|
|
73067
73078
|
|
|
73068
73079
|
class Monitor(
|
|
73069
73080
|
sgqlc.types.Type,
|
|
@@ -75331,6 +75342,7 @@ class UserDefinedMonitorV2(sgqlc.types.Type, Node):
|
|
|
75331
75342
|
"entity_mcons",
|
|
75332
75343
|
"has_custom_rule_name",
|
|
75333
75344
|
"is_transitioning_data_provider",
|
|
75345
|
+
"notify_rule_run_failure",
|
|
75334
75346
|
)
|
|
75335
75347
|
uuid = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name="uuid")
|
|
75336
75348
|
|
|
@@ -75521,6 +75533,9 @@ class UserDefinedMonitorV2(sgqlc.types.Type, Node):
|
|
|
75521
75533
|
Boolean, graphql_name="isTransitioningDataProvider"
|
|
75522
75534
|
)
|
|
75523
75535
|
|
|
75536
|
+
notify_rule_run_failure = sgqlc.types.Field(Boolean, graphql_name="notifyRuleRunFailure")
|
|
75537
|
+
"""DEPRECATED: Replaced by failure audiences"""
|
|
75538
|
+
|
|
75524
75539
|
|
|
75525
75540
|
class UserInvite(sgqlc.types.Type, Node):
|
|
75526
75541
|
__schema__ = schema
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pycarlo-0.10.112 → pycarlo-0.10.114}/pycarlo/features/metadata/metadata_filters_container.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pycarlo-0.10.112 → pycarlo-0.10.114}/tests/features/pii/sample_events/sample_md_events_01.json
RENAMED
|
File without changes
|
{pycarlo-0.10.112 → pycarlo-0.10.114}/tests/features/pii/sample_events/sample_md_events_02.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|