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