pycarlo 0.10.199__tar.gz → 0.10.200__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.199 → pycarlo-0.10.200}/PKG-INFO +1 -1
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo/lib/schema.json +239 -351
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo/lib/schema.py +0 -50
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo.egg-info/PKG-INFO +1 -1
- {pycarlo-0.10.199 → pycarlo-0.10.200}/.circleci/README.md +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/.circleci/config.yml +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/.coveragerc +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/.github/workflows/release.yml +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/.gitignore +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/.pre-commit-config.yaml +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/LICENSE +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/Makefile +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/README.md +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/examples/sample_circuit_breaker.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/examples/sample_insight_upload.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo/__init__.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo/common/__init__.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo/common/errors.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo/common/files.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo/common/http.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo/common/mcon.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo/common/retries.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo/common/settings.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo/common/utils.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo/core/__init__.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo/core/client.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo/core/endpoint.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo/core/operations.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo/core/session.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo/features/__init__.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo/features/circuit_breakers/service.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo/features/dbt/dbt_importer.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo/features/dbt/queries.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo/features/exceptions.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo/features/metadata/__init__.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo/features/metadata/allow_block_list.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo/features/pii/__init__.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo/features/pii/constants.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo/features/pii/pii_filterer.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo/features/pii/queries.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo/features/pii/service.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo/features/user/__init__.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo/features/user/exceptions.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo/features/user/models.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo/features/user/queries.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo/features/user/service.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo/lib/README.md +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo/lib/__init__.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo.egg-info/SOURCES.txt +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo.egg-info/dependency_links.txt +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo.egg-info/requires.txt +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pycarlo.egg-info/top_level.txt +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/pyproject.toml +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/requirements-ci.txt +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/requirements-dev.txt +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/requirements.txt +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/setup.cfg +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/setup.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/tests/__init__.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/tests/common/__init__.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/tests/common/data.json +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/tests/common/test_files.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/tests/common/test_http.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/tests/common/test_mcon.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/tests/common/test_retries.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/tests/common/test_utils.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/tests/features/__init__.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/tests/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/tests/features/circuit_breakers/test_service.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/tests/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/tests/features/dbt/sample_logs.txt +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/tests/features/dbt/sample_manifest.json +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/tests/features/dbt/sample_run_results.json +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/tests/features/dbt/test_dbt_importer.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/tests/features/metadata/test_dataset_filtering.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/tests/features/pii/test_pii_filtering.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/tests/features/user/__init__.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/tests/features/user/test_user_service.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/tests/test_client.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/tests/test_operations.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/tests/test_retry_decorator.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/tests/test_session.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/utils/env.sh +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/utils/generate.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/utils/sample.env +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/utils/sanity.py +0 -0
- {pycarlo-0.10.199 → pycarlo-0.10.200}/utils/vars.py +0 -0
|
@@ -50408,47 +50408,6 @@
|
|
|
50408
50408
|
"ofType": null
|
|
50409
50409
|
}
|
|
50410
50410
|
},
|
|
50411
|
-
{
|
|
50412
|
-
"args": [
|
|
50413
|
-
{
|
|
50414
|
-
"defaultValue": null,
|
|
50415
|
-
"description": null,
|
|
50416
|
-
"name": "startTime",
|
|
50417
|
-
"type": {
|
|
50418
|
-
"kind": "NON_NULL",
|
|
50419
|
-
"name": null,
|
|
50420
|
-
"ofType": {
|
|
50421
|
-
"kind": "SCALAR",
|
|
50422
|
-
"name": "DateTime",
|
|
50423
|
-
"ofType": null
|
|
50424
|
-
}
|
|
50425
|
-
}
|
|
50426
|
-
},
|
|
50427
|
-
{
|
|
50428
|
-
"defaultValue": null,
|
|
50429
|
-
"description": null,
|
|
50430
|
-
"name": "endTime",
|
|
50431
|
-
"type": {
|
|
50432
|
-
"kind": "SCALAR",
|
|
50433
|
-
"name": "DateTime",
|
|
50434
|
-
"ofType": null
|
|
50435
|
-
}
|
|
50436
|
-
}
|
|
50437
|
-
],
|
|
50438
|
-
"deprecationReason": "Use getMetricsV4 with metric: `last_updated_on` instead",
|
|
50439
|
-
"description": "(experimental) DEPRECATED. List of freshness data points for the table",
|
|
50440
|
-
"isDeprecated": true,
|
|
50441
|
-
"name": "freshness",
|
|
50442
|
-
"type": {
|
|
50443
|
-
"kind": "LIST",
|
|
50444
|
-
"name": null,
|
|
50445
|
-
"ofType": {
|
|
50446
|
-
"kind": "OBJECT",
|
|
50447
|
-
"name": "TableFreshness",
|
|
50448
|
-
"ofType": null
|
|
50449
|
-
}
|
|
50450
|
-
}
|
|
50451
|
-
},
|
|
50452
50411
|
{
|
|
50453
50412
|
"args": [],
|
|
50454
50413
|
"deprecationReason": "Use getFreshnessMonitor instead",
|
|
@@ -87449,316 +87408,6 @@
|
|
|
87449
87408
|
"name": "WarehouseTableModelStatus",
|
|
87450
87409
|
"possibleTypes": null
|
|
87451
87410
|
},
|
|
87452
|
-
{
|
|
87453
|
-
"description": null,
|
|
87454
|
-
"enumValues": null,
|
|
87455
|
-
"fields": [
|
|
87456
|
-
{
|
|
87457
|
-
"args": [],
|
|
87458
|
-
"deprecationReason": null,
|
|
87459
|
-
"description": "Lag since previous table update in seconds",
|
|
87460
|
-
"isDeprecated": false,
|
|
87461
|
-
"name": "lagInSeconds",
|
|
87462
|
-
"type": {
|
|
87463
|
-
"kind": "SCALAR",
|
|
87464
|
-
"name": "Float",
|
|
87465
|
-
"ofType": null
|
|
87466
|
-
}
|
|
87467
|
-
},
|
|
87468
|
-
{
|
|
87469
|
-
"args": [],
|
|
87470
|
-
"deprecationReason": null,
|
|
87471
|
-
"description": "Timestamp of the last table update",
|
|
87472
|
-
"isDeprecated": false,
|
|
87473
|
-
"name": "lastUpdateTimestamp",
|
|
87474
|
-
"type": {
|
|
87475
|
-
"kind": "NON_NULL",
|
|
87476
|
-
"name": null,
|
|
87477
|
-
"ofType": {
|
|
87478
|
-
"kind": "SCALAR",
|
|
87479
|
-
"name": "DateTime",
|
|
87480
|
-
"ofType": null
|
|
87481
|
-
}
|
|
87482
|
-
}
|
|
87483
|
-
},
|
|
87484
|
-
{
|
|
87485
|
-
"args": [],
|
|
87486
|
-
"deprecationReason": null,
|
|
87487
|
-
"description": "Measurement timestamp of the datapoint",
|
|
87488
|
-
"isDeprecated": false,
|
|
87489
|
-
"name": "measurementTimestamp",
|
|
87490
|
-
"type": {
|
|
87491
|
-
"kind": "NON_NULL",
|
|
87492
|
-
"name": null,
|
|
87493
|
-
"ofType": {
|
|
87494
|
-
"kind": "SCALAR",
|
|
87495
|
-
"name": "DateTime",
|
|
87496
|
-
"ofType": null
|
|
87497
|
-
}
|
|
87498
|
-
}
|
|
87499
|
-
},
|
|
87500
|
-
{
|
|
87501
|
-
"args": [],
|
|
87502
|
-
"deprecationReason": null,
|
|
87503
|
-
"description": "Thresholds",
|
|
87504
|
-
"isDeprecated": false,
|
|
87505
|
-
"name": "thresholds",
|
|
87506
|
-
"type": {
|
|
87507
|
-
"kind": "LIST",
|
|
87508
|
-
"name": null,
|
|
87509
|
-
"ofType": {
|
|
87510
|
-
"kind": "OBJECT",
|
|
87511
|
-
"name": "Threshold",
|
|
87512
|
-
"ofType": null
|
|
87513
|
-
}
|
|
87514
|
-
}
|
|
87515
|
-
}
|
|
87516
|
-
],
|
|
87517
|
-
"inputFields": null,
|
|
87518
|
-
"interfaces": [],
|
|
87519
|
-
"kind": "OBJECT",
|
|
87520
|
-
"name": "TableFreshness",
|
|
87521
|
-
"possibleTypes": null
|
|
87522
|
-
},
|
|
87523
|
-
{
|
|
87524
|
-
"description": null,
|
|
87525
|
-
"enumValues": null,
|
|
87526
|
-
"fields": [
|
|
87527
|
-
{
|
|
87528
|
-
"args": [],
|
|
87529
|
-
"deprecationReason": null,
|
|
87530
|
-
"description": "Threshold type",
|
|
87531
|
-
"isDeprecated": false,
|
|
87532
|
-
"name": "type",
|
|
87533
|
-
"type": {
|
|
87534
|
-
"kind": "NON_NULL",
|
|
87535
|
-
"name": null,
|
|
87536
|
-
"ofType": {
|
|
87537
|
-
"kind": "ENUM",
|
|
87538
|
-
"name": "ThresholdType",
|
|
87539
|
-
"ofType": null
|
|
87540
|
-
}
|
|
87541
|
-
}
|
|
87542
|
-
},
|
|
87543
|
-
{
|
|
87544
|
-
"args": [],
|
|
87545
|
-
"deprecationReason": null,
|
|
87546
|
-
"description": "Upper threshold",
|
|
87547
|
-
"isDeprecated": false,
|
|
87548
|
-
"name": "upper",
|
|
87549
|
-
"type": {
|
|
87550
|
-
"kind": "SCALAR",
|
|
87551
|
-
"name": "Float",
|
|
87552
|
-
"ofType": null
|
|
87553
|
-
}
|
|
87554
|
-
},
|
|
87555
|
-
{
|
|
87556
|
-
"args": [],
|
|
87557
|
-
"deprecationReason": null,
|
|
87558
|
-
"description": "Lower threshold",
|
|
87559
|
-
"isDeprecated": false,
|
|
87560
|
-
"name": "lower",
|
|
87561
|
-
"type": {
|
|
87562
|
-
"kind": "SCALAR",
|
|
87563
|
-
"name": "Float",
|
|
87564
|
-
"ofType": null
|
|
87565
|
-
}
|
|
87566
|
-
},
|
|
87567
|
-
{
|
|
87568
|
-
"args": [],
|
|
87569
|
-
"deprecationReason": null,
|
|
87570
|
-
"description": "Reason for missing threshold",
|
|
87571
|
-
"isDeprecated": false,
|
|
87572
|
-
"name": "reason",
|
|
87573
|
-
"type": {
|
|
87574
|
-
"kind": "SCALAR",
|
|
87575
|
-
"name": "String",
|
|
87576
|
-
"ofType": null
|
|
87577
|
-
}
|
|
87578
|
-
},
|
|
87579
|
-
{
|
|
87580
|
-
"args": [],
|
|
87581
|
-
"deprecationReason": null,
|
|
87582
|
-
"description": "Threshold status",
|
|
87583
|
-
"isDeprecated": false,
|
|
87584
|
-
"name": "status",
|
|
87585
|
-
"type": {
|
|
87586
|
-
"kind": "NON_NULL",
|
|
87587
|
-
"name": null,
|
|
87588
|
-
"ofType": {
|
|
87589
|
-
"kind": "ENUM",
|
|
87590
|
-
"name": "ThresholdStatus",
|
|
87591
|
-
"ofType": null
|
|
87592
|
-
}
|
|
87593
|
-
}
|
|
87594
|
-
},
|
|
87595
|
-
{
|
|
87596
|
-
"args": [],
|
|
87597
|
-
"deprecationReason": null,
|
|
87598
|
-
"description": "Upper High-Sensitivity threshold",
|
|
87599
|
-
"isDeprecated": false,
|
|
87600
|
-
"name": "upperHigh",
|
|
87601
|
-
"type": {
|
|
87602
|
-
"kind": "SCALAR",
|
|
87603
|
-
"name": "Float",
|
|
87604
|
-
"ofType": null
|
|
87605
|
-
}
|
|
87606
|
-
},
|
|
87607
|
-
{
|
|
87608
|
-
"args": [],
|
|
87609
|
-
"deprecationReason": null,
|
|
87610
|
-
"description": "Lower High-Sensitivity threshold",
|
|
87611
|
-
"isDeprecated": false,
|
|
87612
|
-
"name": "lowerHigh",
|
|
87613
|
-
"type": {
|
|
87614
|
-
"kind": "SCALAR",
|
|
87615
|
-
"name": "Float",
|
|
87616
|
-
"ofType": null
|
|
87617
|
-
}
|
|
87618
|
-
},
|
|
87619
|
-
{
|
|
87620
|
-
"args": [],
|
|
87621
|
-
"deprecationReason": null,
|
|
87622
|
-
"description": "Upper Medium-Sensitivity threshold",
|
|
87623
|
-
"isDeprecated": false,
|
|
87624
|
-
"name": "upperMedium",
|
|
87625
|
-
"type": {
|
|
87626
|
-
"kind": "SCALAR",
|
|
87627
|
-
"name": "Float",
|
|
87628
|
-
"ofType": null
|
|
87629
|
-
}
|
|
87630
|
-
},
|
|
87631
|
-
{
|
|
87632
|
-
"args": [],
|
|
87633
|
-
"deprecationReason": null,
|
|
87634
|
-
"description": "Lower Medium-Sensitivity threshold",
|
|
87635
|
-
"isDeprecated": false,
|
|
87636
|
-
"name": "lowerMedium",
|
|
87637
|
-
"type": {
|
|
87638
|
-
"kind": "SCALAR",
|
|
87639
|
-
"name": "Float",
|
|
87640
|
-
"ofType": null
|
|
87641
|
-
}
|
|
87642
|
-
},
|
|
87643
|
-
{
|
|
87644
|
-
"args": [],
|
|
87645
|
-
"deprecationReason": null,
|
|
87646
|
-
"description": "Upper Low-Sensitivity threshold",
|
|
87647
|
-
"isDeprecated": false,
|
|
87648
|
-
"name": "upperLow",
|
|
87649
|
-
"type": {
|
|
87650
|
-
"kind": "SCALAR",
|
|
87651
|
-
"name": "Float",
|
|
87652
|
-
"ofType": null
|
|
87653
|
-
}
|
|
87654
|
-
},
|
|
87655
|
-
{
|
|
87656
|
-
"args": [],
|
|
87657
|
-
"deprecationReason": null,
|
|
87658
|
-
"description": "Lower Low-Sensitivity threshold",
|
|
87659
|
-
"isDeprecated": false,
|
|
87660
|
-
"name": "lowerLow",
|
|
87661
|
-
"type": {
|
|
87662
|
-
"kind": "SCALAR",
|
|
87663
|
-
"name": "Float",
|
|
87664
|
-
"ofType": null
|
|
87665
|
-
}
|
|
87666
|
-
}
|
|
87667
|
-
],
|
|
87668
|
-
"inputFields": null,
|
|
87669
|
-
"interfaces": [],
|
|
87670
|
-
"kind": "OBJECT",
|
|
87671
|
-
"name": "Threshold",
|
|
87672
|
-
"possibleTypes": null
|
|
87673
|
-
},
|
|
87674
|
-
{
|
|
87675
|
-
"description": null,
|
|
87676
|
-
"enumValues": [
|
|
87677
|
-
{
|
|
87678
|
-
"deprecationReason": null,
|
|
87679
|
-
"description": null,
|
|
87680
|
-
"isDeprecated": false,
|
|
87681
|
-
"name": "FIELD_HEALTH"
|
|
87682
|
-
},
|
|
87683
|
-
{
|
|
87684
|
-
"deprecationReason": null,
|
|
87685
|
-
"description": null,
|
|
87686
|
-
"isDeprecated": false,
|
|
87687
|
-
"name": "FRESHNESS"
|
|
87688
|
-
},
|
|
87689
|
-
{
|
|
87690
|
-
"deprecationReason": null,
|
|
87691
|
-
"description": null,
|
|
87692
|
-
"isDeprecated": false,
|
|
87693
|
-
"name": "UNCHANGED_SIZE"
|
|
87694
|
-
},
|
|
87695
|
-
{
|
|
87696
|
-
"deprecationReason": null,
|
|
87697
|
-
"description": null,
|
|
87698
|
-
"isDeprecated": false,
|
|
87699
|
-
"name": "SIZE_DIFF"
|
|
87700
|
-
},
|
|
87701
|
-
{
|
|
87702
|
-
"deprecationReason": null,
|
|
87703
|
-
"description": null,
|
|
87704
|
-
"isDeprecated": false,
|
|
87705
|
-
"name": "VOLUME_CHANGE"
|
|
87706
|
-
},
|
|
87707
|
-
{
|
|
87708
|
-
"deprecationReason": null,
|
|
87709
|
-
"description": null,
|
|
87710
|
-
"isDeprecated": false,
|
|
87711
|
-
"name": "ROWS"
|
|
87712
|
-
},
|
|
87713
|
-
{
|
|
87714
|
-
"deprecationReason": null,
|
|
87715
|
-
"description": null,
|
|
87716
|
-
"isDeprecated": false,
|
|
87717
|
-
"name": "CUSTOM"
|
|
87718
|
-
},
|
|
87719
|
-
{
|
|
87720
|
-
"deprecationReason": null,
|
|
87721
|
-
"description": null,
|
|
87722
|
-
"isDeprecated": false,
|
|
87723
|
-
"name": "COMPARISON"
|
|
87724
|
-
}
|
|
87725
|
-
],
|
|
87726
|
-
"fields": null,
|
|
87727
|
-
"inputFields": null,
|
|
87728
|
-
"interfaces": null,
|
|
87729
|
-
"kind": "ENUM",
|
|
87730
|
-
"name": "ThresholdType",
|
|
87731
|
-
"possibleTypes": null
|
|
87732
|
-
},
|
|
87733
|
-
{
|
|
87734
|
-
"description": null,
|
|
87735
|
-
"enumValues": [
|
|
87736
|
-
{
|
|
87737
|
-
"deprecationReason": null,
|
|
87738
|
-
"description": null,
|
|
87739
|
-
"isDeprecated": false,
|
|
87740
|
-
"name": "INACTIVE"
|
|
87741
|
-
},
|
|
87742
|
-
{
|
|
87743
|
-
"deprecationReason": null,
|
|
87744
|
-
"description": null,
|
|
87745
|
-
"isDeprecated": false,
|
|
87746
|
-
"name": "ACTIVE"
|
|
87747
|
-
},
|
|
87748
|
-
{
|
|
87749
|
-
"deprecationReason": null,
|
|
87750
|
-
"description": null,
|
|
87751
|
-
"isDeprecated": false,
|
|
87752
|
-
"name": "TRAINING"
|
|
87753
|
-
}
|
|
87754
|
-
],
|
|
87755
|
-
"fields": null,
|
|
87756
|
-
"inputFields": null,
|
|
87757
|
-
"interfaces": null,
|
|
87758
|
-
"kind": "ENUM",
|
|
87759
|
-
"name": "ThresholdStatus",
|
|
87760
|
-
"possibleTypes": null
|
|
87761
|
-
},
|
|
87762
87411
|
{
|
|
87763
87412
|
"description": null,
|
|
87764
87413
|
"enumValues": null,
|
|
@@ -138013,6 +137662,245 @@
|
|
|
138013
137662
|
"name": "MetricDimensions",
|
|
138014
137663
|
"possibleTypes": null
|
|
138015
137664
|
},
|
|
137665
|
+
{
|
|
137666
|
+
"description": null,
|
|
137667
|
+
"enumValues": null,
|
|
137668
|
+
"fields": [
|
|
137669
|
+
{
|
|
137670
|
+
"args": [],
|
|
137671
|
+
"deprecationReason": null,
|
|
137672
|
+
"description": "Threshold type",
|
|
137673
|
+
"isDeprecated": false,
|
|
137674
|
+
"name": "type",
|
|
137675
|
+
"type": {
|
|
137676
|
+
"kind": "NON_NULL",
|
|
137677
|
+
"name": null,
|
|
137678
|
+
"ofType": {
|
|
137679
|
+
"kind": "ENUM",
|
|
137680
|
+
"name": "ThresholdType",
|
|
137681
|
+
"ofType": null
|
|
137682
|
+
}
|
|
137683
|
+
}
|
|
137684
|
+
},
|
|
137685
|
+
{
|
|
137686
|
+
"args": [],
|
|
137687
|
+
"deprecationReason": null,
|
|
137688
|
+
"description": "Upper threshold",
|
|
137689
|
+
"isDeprecated": false,
|
|
137690
|
+
"name": "upper",
|
|
137691
|
+
"type": {
|
|
137692
|
+
"kind": "SCALAR",
|
|
137693
|
+
"name": "Float",
|
|
137694
|
+
"ofType": null
|
|
137695
|
+
}
|
|
137696
|
+
},
|
|
137697
|
+
{
|
|
137698
|
+
"args": [],
|
|
137699
|
+
"deprecationReason": null,
|
|
137700
|
+
"description": "Lower threshold",
|
|
137701
|
+
"isDeprecated": false,
|
|
137702
|
+
"name": "lower",
|
|
137703
|
+
"type": {
|
|
137704
|
+
"kind": "SCALAR",
|
|
137705
|
+
"name": "Float",
|
|
137706
|
+
"ofType": null
|
|
137707
|
+
}
|
|
137708
|
+
},
|
|
137709
|
+
{
|
|
137710
|
+
"args": [],
|
|
137711
|
+
"deprecationReason": null,
|
|
137712
|
+
"description": "Reason for missing threshold",
|
|
137713
|
+
"isDeprecated": false,
|
|
137714
|
+
"name": "reason",
|
|
137715
|
+
"type": {
|
|
137716
|
+
"kind": "SCALAR",
|
|
137717
|
+
"name": "String",
|
|
137718
|
+
"ofType": null
|
|
137719
|
+
}
|
|
137720
|
+
},
|
|
137721
|
+
{
|
|
137722
|
+
"args": [],
|
|
137723
|
+
"deprecationReason": null,
|
|
137724
|
+
"description": "Threshold status",
|
|
137725
|
+
"isDeprecated": false,
|
|
137726
|
+
"name": "status",
|
|
137727
|
+
"type": {
|
|
137728
|
+
"kind": "NON_NULL",
|
|
137729
|
+
"name": null,
|
|
137730
|
+
"ofType": {
|
|
137731
|
+
"kind": "ENUM",
|
|
137732
|
+
"name": "ThresholdStatus",
|
|
137733
|
+
"ofType": null
|
|
137734
|
+
}
|
|
137735
|
+
}
|
|
137736
|
+
},
|
|
137737
|
+
{
|
|
137738
|
+
"args": [],
|
|
137739
|
+
"deprecationReason": null,
|
|
137740
|
+
"description": "Upper High-Sensitivity threshold",
|
|
137741
|
+
"isDeprecated": false,
|
|
137742
|
+
"name": "upperHigh",
|
|
137743
|
+
"type": {
|
|
137744
|
+
"kind": "SCALAR",
|
|
137745
|
+
"name": "Float",
|
|
137746
|
+
"ofType": null
|
|
137747
|
+
}
|
|
137748
|
+
},
|
|
137749
|
+
{
|
|
137750
|
+
"args": [],
|
|
137751
|
+
"deprecationReason": null,
|
|
137752
|
+
"description": "Lower High-Sensitivity threshold",
|
|
137753
|
+
"isDeprecated": false,
|
|
137754
|
+
"name": "lowerHigh",
|
|
137755
|
+
"type": {
|
|
137756
|
+
"kind": "SCALAR",
|
|
137757
|
+
"name": "Float",
|
|
137758
|
+
"ofType": null
|
|
137759
|
+
}
|
|
137760
|
+
},
|
|
137761
|
+
{
|
|
137762
|
+
"args": [],
|
|
137763
|
+
"deprecationReason": null,
|
|
137764
|
+
"description": "Upper Medium-Sensitivity threshold",
|
|
137765
|
+
"isDeprecated": false,
|
|
137766
|
+
"name": "upperMedium",
|
|
137767
|
+
"type": {
|
|
137768
|
+
"kind": "SCALAR",
|
|
137769
|
+
"name": "Float",
|
|
137770
|
+
"ofType": null
|
|
137771
|
+
}
|
|
137772
|
+
},
|
|
137773
|
+
{
|
|
137774
|
+
"args": [],
|
|
137775
|
+
"deprecationReason": null,
|
|
137776
|
+
"description": "Lower Medium-Sensitivity threshold",
|
|
137777
|
+
"isDeprecated": false,
|
|
137778
|
+
"name": "lowerMedium",
|
|
137779
|
+
"type": {
|
|
137780
|
+
"kind": "SCALAR",
|
|
137781
|
+
"name": "Float",
|
|
137782
|
+
"ofType": null
|
|
137783
|
+
}
|
|
137784
|
+
},
|
|
137785
|
+
{
|
|
137786
|
+
"args": [],
|
|
137787
|
+
"deprecationReason": null,
|
|
137788
|
+
"description": "Upper Low-Sensitivity threshold",
|
|
137789
|
+
"isDeprecated": false,
|
|
137790
|
+
"name": "upperLow",
|
|
137791
|
+
"type": {
|
|
137792
|
+
"kind": "SCALAR",
|
|
137793
|
+
"name": "Float",
|
|
137794
|
+
"ofType": null
|
|
137795
|
+
}
|
|
137796
|
+
},
|
|
137797
|
+
{
|
|
137798
|
+
"args": [],
|
|
137799
|
+
"deprecationReason": null,
|
|
137800
|
+
"description": "Lower Low-Sensitivity threshold",
|
|
137801
|
+
"isDeprecated": false,
|
|
137802
|
+
"name": "lowerLow",
|
|
137803
|
+
"type": {
|
|
137804
|
+
"kind": "SCALAR",
|
|
137805
|
+
"name": "Float",
|
|
137806
|
+
"ofType": null
|
|
137807
|
+
}
|
|
137808
|
+
}
|
|
137809
|
+
],
|
|
137810
|
+
"inputFields": null,
|
|
137811
|
+
"interfaces": [],
|
|
137812
|
+
"kind": "OBJECT",
|
|
137813
|
+
"name": "Threshold",
|
|
137814
|
+
"possibleTypes": null
|
|
137815
|
+
},
|
|
137816
|
+
{
|
|
137817
|
+
"description": null,
|
|
137818
|
+
"enumValues": [
|
|
137819
|
+
{
|
|
137820
|
+
"deprecationReason": null,
|
|
137821
|
+
"description": null,
|
|
137822
|
+
"isDeprecated": false,
|
|
137823
|
+
"name": "FIELD_HEALTH"
|
|
137824
|
+
},
|
|
137825
|
+
{
|
|
137826
|
+
"deprecationReason": null,
|
|
137827
|
+
"description": null,
|
|
137828
|
+
"isDeprecated": false,
|
|
137829
|
+
"name": "FRESHNESS"
|
|
137830
|
+
},
|
|
137831
|
+
{
|
|
137832
|
+
"deprecationReason": null,
|
|
137833
|
+
"description": null,
|
|
137834
|
+
"isDeprecated": false,
|
|
137835
|
+
"name": "UNCHANGED_SIZE"
|
|
137836
|
+
},
|
|
137837
|
+
{
|
|
137838
|
+
"deprecationReason": null,
|
|
137839
|
+
"description": null,
|
|
137840
|
+
"isDeprecated": false,
|
|
137841
|
+
"name": "SIZE_DIFF"
|
|
137842
|
+
},
|
|
137843
|
+
{
|
|
137844
|
+
"deprecationReason": null,
|
|
137845
|
+
"description": null,
|
|
137846
|
+
"isDeprecated": false,
|
|
137847
|
+
"name": "VOLUME_CHANGE"
|
|
137848
|
+
},
|
|
137849
|
+
{
|
|
137850
|
+
"deprecationReason": null,
|
|
137851
|
+
"description": null,
|
|
137852
|
+
"isDeprecated": false,
|
|
137853
|
+
"name": "ROWS"
|
|
137854
|
+
},
|
|
137855
|
+
{
|
|
137856
|
+
"deprecationReason": null,
|
|
137857
|
+
"description": null,
|
|
137858
|
+
"isDeprecated": false,
|
|
137859
|
+
"name": "CUSTOM"
|
|
137860
|
+
},
|
|
137861
|
+
{
|
|
137862
|
+
"deprecationReason": null,
|
|
137863
|
+
"description": null,
|
|
137864
|
+
"isDeprecated": false,
|
|
137865
|
+
"name": "COMPARISON"
|
|
137866
|
+
}
|
|
137867
|
+
],
|
|
137868
|
+
"fields": null,
|
|
137869
|
+
"inputFields": null,
|
|
137870
|
+
"interfaces": null,
|
|
137871
|
+
"kind": "ENUM",
|
|
137872
|
+
"name": "ThresholdType",
|
|
137873
|
+
"possibleTypes": null
|
|
137874
|
+
},
|
|
137875
|
+
{
|
|
137876
|
+
"description": null,
|
|
137877
|
+
"enumValues": [
|
|
137878
|
+
{
|
|
137879
|
+
"deprecationReason": null,
|
|
137880
|
+
"description": null,
|
|
137881
|
+
"isDeprecated": false,
|
|
137882
|
+
"name": "INACTIVE"
|
|
137883
|
+
},
|
|
137884
|
+
{
|
|
137885
|
+
"deprecationReason": null,
|
|
137886
|
+
"description": null,
|
|
137887
|
+
"isDeprecated": false,
|
|
137888
|
+
"name": "ACTIVE"
|
|
137889
|
+
},
|
|
137890
|
+
{
|
|
137891
|
+
"deprecationReason": null,
|
|
137892
|
+
"description": null,
|
|
137893
|
+
"isDeprecated": false,
|
|
137894
|
+
"name": "TRAINING"
|
|
137895
|
+
}
|
|
137896
|
+
],
|
|
137897
|
+
"fields": null,
|
|
137898
|
+
"inputFields": null,
|
|
137899
|
+
"interfaces": null,
|
|
137900
|
+
"kind": "ENUM",
|
|
137901
|
+
"name": "ThresholdStatus",
|
|
137902
|
+
"possibleTypes": null
|
|
137903
|
+
},
|
|
138016
137904
|
{
|
|
138017
137905
|
"description": "Filters for the metrics to be fetched",
|
|
138018
137906
|
"enumValues": null,
|
|
@@ -65498,31 +65498,6 @@ class TableFieldsImportance(sgqlc.types.Type):
|
|
|
65498
65498
|
)
|
|
65499
65499
|
|
|
65500
65500
|
|
|
65501
|
-
class TableFreshness(sgqlc.types.Type):
|
|
65502
|
-
__schema__ = schema
|
|
65503
|
-
__field_names__ = (
|
|
65504
|
-
"lag_in_seconds",
|
|
65505
|
-
"last_update_timestamp",
|
|
65506
|
-
"measurement_timestamp",
|
|
65507
|
-
"thresholds",
|
|
65508
|
-
)
|
|
65509
|
-
lag_in_seconds = sgqlc.types.Field(Float, graphql_name="lagInSeconds")
|
|
65510
|
-
"""Lag since previous table update in seconds"""
|
|
65511
|
-
|
|
65512
|
-
last_update_timestamp = sgqlc.types.Field(
|
|
65513
|
-
sgqlc.types.non_null(DateTime), graphql_name="lastUpdateTimestamp"
|
|
65514
|
-
)
|
|
65515
|
-
"""Timestamp of the last table update"""
|
|
65516
|
-
|
|
65517
|
-
measurement_timestamp = sgqlc.types.Field(
|
|
65518
|
-
sgqlc.types.non_null(DateTime), graphql_name="measurementTimestamp"
|
|
65519
|
-
)
|
|
65520
|
-
"""Measurement timestamp of the datapoint"""
|
|
65521
|
-
|
|
65522
|
-
thresholds = sgqlc.types.Field(sgqlc.types.list_of("Threshold"), graphql_name="thresholds")
|
|
65523
|
-
"""Thresholds"""
|
|
65524
|
-
|
|
65525
|
-
|
|
65526
65501
|
class TableImportanceStatsResponse(sgqlc.types.Type):
|
|
65527
65502
|
__schema__ = schema
|
|
65528
65503
|
__field_names__ = ("is_important", "importance_score")
|
|
@@ -78528,7 +78503,6 @@ class WarehouseTable(sgqlc.types.Type, Node):
|
|
|
78528
78503
|
"status_scalar",
|
|
78529
78504
|
"node_id",
|
|
78530
78505
|
"is_partial_date_range",
|
|
78531
|
-
"freshness",
|
|
78532
78506
|
"freshness_collection_status",
|
|
78533
78507
|
"volume_collection_status",
|
|
78534
78508
|
"is_muted",
|
|
@@ -78969,30 +78943,6 @@ class WarehouseTable(sgqlc.types.Type, Node):
|
|
|
78969
78943
|
* `end_time` (`DateTime`)None
|
|
78970
78944
|
"""
|
|
78971
78945
|
|
|
78972
|
-
freshness = sgqlc.types.Field(
|
|
78973
|
-
sgqlc.types.list_of(TableFreshness),
|
|
78974
|
-
graphql_name="freshness",
|
|
78975
|
-
args=sgqlc.types.ArgDict(
|
|
78976
|
-
(
|
|
78977
|
-
(
|
|
78978
|
-
"start_time",
|
|
78979
|
-
sgqlc.types.Arg(
|
|
78980
|
-
sgqlc.types.non_null(DateTime), graphql_name="startTime", default=None
|
|
78981
|
-
),
|
|
78982
|
-
),
|
|
78983
|
-
("end_time", sgqlc.types.Arg(DateTime, graphql_name="endTime", default=None)),
|
|
78984
|
-
)
|
|
78985
|
-
),
|
|
78986
|
-
)
|
|
78987
|
-
"""(experimental) DEPRECATED. List of freshness data points for the
|
|
78988
|
-
table
|
|
78989
|
-
|
|
78990
|
-
Arguments:
|
|
78991
|
-
|
|
78992
|
-
* `start_time` (`DateTime!`)None
|
|
78993
|
-
* `end_time` (`DateTime`)None
|
|
78994
|
-
"""
|
|
78995
|
-
|
|
78996
78946
|
freshness_collection_status = sgqlc.types.Field(
|
|
78997
78947
|
TableCollectionStatus, graphql_name="freshnessCollectionStatus"
|
|
78998
78948
|
)
|
|
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.199 → pycarlo-0.10.200}/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.199 → pycarlo-0.10.200}/tests/features/pii/sample_events/sample_md_events_01.json
RENAMED
|
File without changes
|
{pycarlo-0.10.199 → pycarlo-0.10.200}/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
|