pycarlo 0.10.212__tar.gz → 0.10.213__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.212 → pycarlo-0.10.213}/PKG-INFO +1 -1
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo/lib/schema.json +209 -1
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo/lib/schema.py +79 -1
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo.egg-info/PKG-INFO +1 -1
- {pycarlo-0.10.212 → pycarlo-0.10.213}/.circleci/README.md +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/.circleci/config.yml +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/.coveragerc +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/.github/workflows/release.yml +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/.gitignore +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/.pre-commit-config.yaml +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/LICENSE +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/Makefile +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/README.md +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/examples/sample_circuit_breaker.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/examples/sample_insight_upload.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo/__init__.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo/common/__init__.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo/common/errors.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo/common/files.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo/common/http.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo/common/mcon.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo/common/retries.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo/common/settings.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo/common/utils.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo/core/__init__.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo/core/client.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo/core/endpoint.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo/core/operations.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo/core/session.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo/features/__init__.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo/features/circuit_breakers/service.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo/features/dbt/dbt_importer.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo/features/dbt/queries.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo/features/exceptions.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo/features/metadata/__init__.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo/features/metadata/allow_block_list.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo/features/pii/__init__.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo/features/pii/constants.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo/features/pii/pii_filterer.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo/features/pii/queries.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo/features/pii/service.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo/features/user/__init__.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo/features/user/exceptions.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo/features/user/models.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo/features/user/queries.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo/features/user/service.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo/lib/README.md +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo/lib/__init__.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo.egg-info/SOURCES.txt +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo.egg-info/dependency_links.txt +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo.egg-info/requires.txt +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pycarlo.egg-info/top_level.txt +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/pyproject.toml +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/requirements-ci.txt +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/requirements-dev.txt +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/requirements.txt +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/setup.cfg +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/setup.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/tests/__init__.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/tests/common/__init__.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/tests/common/data.json +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/tests/common/test_files.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/tests/common/test_http.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/tests/common/test_mcon.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/tests/common/test_retries.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/tests/common/test_utils.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/tests/features/__init__.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/tests/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/tests/features/circuit_breakers/test_service.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/tests/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/tests/features/dbt/sample_logs.txt +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/tests/features/dbt/sample_manifest.json +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/tests/features/dbt/sample_run_results.json +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/tests/features/dbt/test_dbt_importer.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/tests/features/metadata/test_dataset_filtering.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/tests/features/pii/test_pii_filtering.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/tests/features/user/__init__.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/tests/features/user/test_user_service.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/tests/test_client.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/tests/test_operations.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/tests/test_retry_decorator.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/tests/test_session.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/utils/env.sh +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/utils/generate.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/utils/sample.env +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/utils/sanity.py +0 -0
- {pycarlo-0.10.212 → pycarlo-0.10.213}/utils/vars.py +0 -0
|
@@ -3393,10 +3393,24 @@
|
|
|
3393
3393
|
"ofType": null
|
|
3394
3394
|
}
|
|
3395
3395
|
}
|
|
3396
|
+
},
|
|
3397
|
+
{
|
|
3398
|
+
"defaultValue": null,
|
|
3399
|
+
"description": "Filter by task mcons",
|
|
3400
|
+
"name": "taskMcons",
|
|
3401
|
+
"type": {
|
|
3402
|
+
"kind": "LIST",
|
|
3403
|
+
"name": null,
|
|
3404
|
+
"ofType": {
|
|
3405
|
+
"kind": "SCALAR",
|
|
3406
|
+
"name": "String",
|
|
3407
|
+
"ofType": null
|
|
3408
|
+
}
|
|
3409
|
+
}
|
|
3396
3410
|
}
|
|
3397
3411
|
],
|
|
3398
3412
|
"deprecationReason": null,
|
|
3399
|
-
"description": "(experimental) Get ETL tasks for the given set of ETL Jobs",
|
|
3413
|
+
"description": "(experimental) Get ETL tasks for the given set of ETL Jobs or specific tasks by mcons",
|
|
3400
3414
|
"isDeprecated": false,
|
|
3401
3415
|
"name": "getEtlTasks",
|
|
3402
3416
|
"type": {
|
|
@@ -3405,6 +3419,51 @@
|
|
|
3405
3419
|
"ofType": null
|
|
3406
3420
|
}
|
|
3407
3421
|
},
|
|
3422
|
+
{
|
|
3423
|
+
"args": [
|
|
3424
|
+
{
|
|
3425
|
+
"defaultValue": null,
|
|
3426
|
+
"description": "Search string to filter by name",
|
|
3427
|
+
"name": "search",
|
|
3428
|
+
"type": {
|
|
3429
|
+
"kind": "NON_NULL",
|
|
3430
|
+
"name": null,
|
|
3431
|
+
"ofType": {
|
|
3432
|
+
"kind": "SCALAR",
|
|
3433
|
+
"name": "String",
|
|
3434
|
+
"ofType": null
|
|
3435
|
+
}
|
|
3436
|
+
}
|
|
3437
|
+
},
|
|
3438
|
+
{
|
|
3439
|
+
"defaultValue": "50",
|
|
3440
|
+
"description": "Maximum results to return",
|
|
3441
|
+
"name": "limit",
|
|
3442
|
+
"type": {
|
|
3443
|
+
"kind": "SCALAR",
|
|
3444
|
+
"name": "Int",
|
|
3445
|
+
"ofType": null
|
|
3446
|
+
}
|
|
3447
|
+
}
|
|
3448
|
+
],
|
|
3449
|
+
"deprecationReason": null,
|
|
3450
|
+
"description": "(experimental) Search for ETL jobs and tasks by name across all types",
|
|
3451
|
+
"isDeprecated": false,
|
|
3452
|
+
"name": "searchEtlJobsAndTasks",
|
|
3453
|
+
"type": {
|
|
3454
|
+
"kind": "LIST",
|
|
3455
|
+
"name": null,
|
|
3456
|
+
"ofType": {
|
|
3457
|
+
"kind": "NON_NULL",
|
|
3458
|
+
"name": null,
|
|
3459
|
+
"ofType": {
|
|
3460
|
+
"kind": "OBJECT",
|
|
3461
|
+
"name": "ETLJobOrTaskSearchResult",
|
|
3462
|
+
"ofType": null
|
|
3463
|
+
}
|
|
3464
|
+
}
|
|
3465
|
+
}
|
|
3466
|
+
},
|
|
3408
3467
|
{
|
|
3409
3468
|
"args": [
|
|
3410
3469
|
{
|
|
@@ -55265,6 +55324,22 @@
|
|
|
55265
55324
|
"ofType": null
|
|
55266
55325
|
}
|
|
55267
55326
|
},
|
|
55327
|
+
{
|
|
55328
|
+
"args": [],
|
|
55329
|
+
"deprecationReason": null,
|
|
55330
|
+
"description": "List of domain associated with the alert",
|
|
55331
|
+
"isDeprecated": false,
|
|
55332
|
+
"name": "domains",
|
|
55333
|
+
"type": {
|
|
55334
|
+
"kind": "LIST",
|
|
55335
|
+
"name": null,
|
|
55336
|
+
"ofType": {
|
|
55337
|
+
"kind": "OBJECT",
|
|
55338
|
+
"name": "DomainRef",
|
|
55339
|
+
"ofType": null
|
|
55340
|
+
}
|
|
55341
|
+
}
|
|
55342
|
+
},
|
|
55268
55343
|
{
|
|
55269
55344
|
"args": [],
|
|
55270
55345
|
"deprecationReason": null,
|
|
@@ -56275,6 +56350,41 @@
|
|
|
56275
56350
|
"name": "TagKeyValuePairOutput",
|
|
56276
56351
|
"possibleTypes": null
|
|
56277
56352
|
},
|
|
56353
|
+
{
|
|
56354
|
+
"description": null,
|
|
56355
|
+
"enumValues": null,
|
|
56356
|
+
"fields": [
|
|
56357
|
+
{
|
|
56358
|
+
"args": [],
|
|
56359
|
+
"deprecationReason": null,
|
|
56360
|
+
"description": "Domain UUID",
|
|
56361
|
+
"isDeprecated": false,
|
|
56362
|
+
"name": "uuid",
|
|
56363
|
+
"type": {
|
|
56364
|
+
"kind": "SCALAR",
|
|
56365
|
+
"name": "UUID",
|
|
56366
|
+
"ofType": null
|
|
56367
|
+
}
|
|
56368
|
+
},
|
|
56369
|
+
{
|
|
56370
|
+
"args": [],
|
|
56371
|
+
"deprecationReason": null,
|
|
56372
|
+
"description": "Domain label",
|
|
56373
|
+
"isDeprecated": false,
|
|
56374
|
+
"name": "name",
|
|
56375
|
+
"type": {
|
|
56376
|
+
"kind": "SCALAR",
|
|
56377
|
+
"name": "String",
|
|
56378
|
+
"ofType": null
|
|
56379
|
+
}
|
|
56380
|
+
}
|
|
56381
|
+
],
|
|
56382
|
+
"inputFields": null,
|
|
56383
|
+
"interfaces": [],
|
|
56384
|
+
"kind": "OBJECT",
|
|
56385
|
+
"name": "DomainRef",
|
|
56386
|
+
"possibleTypes": null
|
|
56387
|
+
},
|
|
56278
56388
|
{
|
|
56279
56389
|
"description": null,
|
|
56280
56390
|
"enumValues": null,
|
|
@@ -97358,6 +97468,104 @@
|
|
|
97358
97468
|
"name": "ETLTasksType",
|
|
97359
97469
|
"possibleTypes": null
|
|
97360
97470
|
},
|
|
97471
|
+
{
|
|
97472
|
+
"description": "Search result for ETL jobs and tasks",
|
|
97473
|
+
"enumValues": null,
|
|
97474
|
+
"fields": [
|
|
97475
|
+
{
|
|
97476
|
+
"args": [],
|
|
97477
|
+
"deprecationReason": null,
|
|
97478
|
+
"description": "Monte Carlo full identifier for an entity",
|
|
97479
|
+
"isDeprecated": false,
|
|
97480
|
+
"name": "mcon",
|
|
97481
|
+
"type": {
|
|
97482
|
+
"kind": "NON_NULL",
|
|
97483
|
+
"name": null,
|
|
97484
|
+
"ofType": {
|
|
97485
|
+
"kind": "SCALAR",
|
|
97486
|
+
"name": "String",
|
|
97487
|
+
"ofType": null
|
|
97488
|
+
}
|
|
97489
|
+
}
|
|
97490
|
+
},
|
|
97491
|
+
{
|
|
97492
|
+
"args": [],
|
|
97493
|
+
"deprecationReason": null,
|
|
97494
|
+
"description": "Name of the job or task",
|
|
97495
|
+
"isDeprecated": false,
|
|
97496
|
+
"name": "name",
|
|
97497
|
+
"type": {
|
|
97498
|
+
"kind": "NON_NULL",
|
|
97499
|
+
"name": null,
|
|
97500
|
+
"ofType": {
|
|
97501
|
+
"kind": "SCALAR",
|
|
97502
|
+
"name": "String",
|
|
97503
|
+
"ofType": null
|
|
97504
|
+
}
|
|
97505
|
+
}
|
|
97506
|
+
},
|
|
97507
|
+
{
|
|
97508
|
+
"args": [],
|
|
97509
|
+
"deprecationReason": null,
|
|
97510
|
+
"description": "ETL type (airflow, databricks, azure-data-factory, dbt)",
|
|
97511
|
+
"isDeprecated": false,
|
|
97512
|
+
"name": "etlType",
|
|
97513
|
+
"type": {
|
|
97514
|
+
"kind": "NON_NULL",
|
|
97515
|
+
"name": null,
|
|
97516
|
+
"ofType": {
|
|
97517
|
+
"kind": "ENUM",
|
|
97518
|
+
"name": "EtlType",
|
|
97519
|
+
"ofType": null
|
|
97520
|
+
}
|
|
97521
|
+
}
|
|
97522
|
+
},
|
|
97523
|
+
{
|
|
97524
|
+
"args": [],
|
|
97525
|
+
"deprecationReason": null,
|
|
97526
|
+
"description": "Whether this is a job or task",
|
|
97527
|
+
"isDeprecated": false,
|
|
97528
|
+
"name": "assetType",
|
|
97529
|
+
"type": {
|
|
97530
|
+
"kind": "NON_NULL",
|
|
97531
|
+
"name": null,
|
|
97532
|
+
"ofType": {
|
|
97533
|
+
"kind": "ENUM",
|
|
97534
|
+
"name": "ETLAssetType",
|
|
97535
|
+
"ofType": null
|
|
97536
|
+
}
|
|
97537
|
+
}
|
|
97538
|
+
}
|
|
97539
|
+
],
|
|
97540
|
+
"inputFields": null,
|
|
97541
|
+
"interfaces": [],
|
|
97542
|
+
"kind": "OBJECT",
|
|
97543
|
+
"name": "ETLJobOrTaskSearchResult",
|
|
97544
|
+
"possibleTypes": null
|
|
97545
|
+
},
|
|
97546
|
+
{
|
|
97547
|
+
"description": "Enum to distinguish between jobs and tasks",
|
|
97548
|
+
"enumValues": [
|
|
97549
|
+
{
|
|
97550
|
+
"deprecationReason": null,
|
|
97551
|
+
"description": null,
|
|
97552
|
+
"isDeprecated": false,
|
|
97553
|
+
"name": "JOB"
|
|
97554
|
+
},
|
|
97555
|
+
{
|
|
97556
|
+
"deprecationReason": null,
|
|
97557
|
+
"description": null,
|
|
97558
|
+
"isDeprecated": false,
|
|
97559
|
+
"name": "TASK"
|
|
97560
|
+
}
|
|
97561
|
+
],
|
|
97562
|
+
"fields": null,
|
|
97563
|
+
"inputFields": null,
|
|
97564
|
+
"interfaces": null,
|
|
97565
|
+
"kind": "ENUM",
|
|
97566
|
+
"name": "ETLAssetType",
|
|
97567
|
+
"possibleTypes": null
|
|
97568
|
+
},
|
|
97361
97569
|
{
|
|
97362
97570
|
"description": "Data product metric with calculated data points",
|
|
97363
97571
|
"enumValues": null,
|
|
@@ -1769,6 +1769,19 @@ class DetectorStatus(sgqlc.types.Enum):
|
|
|
1769
1769
|
__choices__ = ("ACTIVE", "INACTIVE", "TRAINING")
|
|
1770
1770
|
|
|
1771
1771
|
|
|
1772
|
+
class ETLAssetType(sgqlc.types.Enum):
|
|
1773
|
+
"""Enum to distinguish between jobs and tasks
|
|
1774
|
+
|
|
1775
|
+
Enumeration Choices:
|
|
1776
|
+
|
|
1777
|
+
* `JOB`None
|
|
1778
|
+
* `TASK`None
|
|
1779
|
+
"""
|
|
1780
|
+
|
|
1781
|
+
__schema__ = schema
|
|
1782
|
+
__choices__ = ("JOB", "TASK")
|
|
1783
|
+
|
|
1784
|
+
|
|
1772
1785
|
class EdgeType(sgqlc.types.Enum):
|
|
1773
1786
|
"""Enumeration Choices:
|
|
1774
1787
|
|
|
@@ -19848,6 +19861,16 @@ class DomainOutput(sgqlc.types.Type):
|
|
|
19848
19861
|
"""
|
|
19849
19862
|
|
|
19850
19863
|
|
|
19864
|
+
class DomainRef(sgqlc.types.Type):
|
|
19865
|
+
__schema__ = schema
|
|
19866
|
+
__field_names__ = ("uuid", "name")
|
|
19867
|
+
uuid = sgqlc.types.Field(UUID, graphql_name="uuid")
|
|
19868
|
+
"""Domain UUID"""
|
|
19869
|
+
|
|
19870
|
+
name = sgqlc.types.Field(String, graphql_name="name")
|
|
19871
|
+
"""Domain label"""
|
|
19872
|
+
|
|
19873
|
+
|
|
19851
19874
|
class DomainRestrictionConnection(sgqlc.types.relay.Connection):
|
|
19852
19875
|
__schema__ = schema
|
|
19853
19876
|
__field_names__ = ("page_info", "edges")
|
|
@@ -19989,6 +20012,24 @@ class Dynamic(sgqlc.types.Type):
|
|
|
19989
20012
|
"""Explanation if min/max is missing"""
|
|
19990
20013
|
|
|
19991
20014
|
|
|
20015
|
+
class ETLJobOrTaskSearchResult(sgqlc.types.Type):
|
|
20016
|
+
"""Search result for ETL jobs and tasks"""
|
|
20017
|
+
|
|
20018
|
+
__schema__ = schema
|
|
20019
|
+
__field_names__ = ("mcon", "name", "etl_type", "asset_type")
|
|
20020
|
+
mcon = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="mcon")
|
|
20021
|
+
"""Monte Carlo full identifier for an entity"""
|
|
20022
|
+
|
|
20023
|
+
name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="name")
|
|
20024
|
+
"""Name of the job or task"""
|
|
20025
|
+
|
|
20026
|
+
etl_type = sgqlc.types.Field(sgqlc.types.non_null(EtlType), graphql_name="etlType")
|
|
20027
|
+
"""ETL type (airflow, databricks, azure-data-factory, dbt)"""
|
|
20028
|
+
|
|
20029
|
+
asset_type = sgqlc.types.Field(sgqlc.types.non_null(ETLAssetType), graphql_name="assetType")
|
|
20030
|
+
"""Whether this is a job or task"""
|
|
20031
|
+
|
|
20032
|
+
|
|
19992
20033
|
class ETLJobsConnectionTypeConnection(sgqlc.types.relay.Connection):
|
|
19993
20034
|
"""Etl Jobs"""
|
|
19994
20035
|
|
|
@@ -44793,6 +44834,7 @@ class Query(sgqlc.types.Type):
|
|
|
44793
44834
|
"get_etl_jobs",
|
|
44794
44835
|
"get_etl_jobs_v2",
|
|
44795
44836
|
"get_etl_tasks",
|
|
44837
|
+
"search_etl_jobs_and_tasks",
|
|
44796
44838
|
"get_data_product",
|
|
44797
44839
|
"get_data_product_v2",
|
|
44798
44840
|
"get_data_products",
|
|
@@ -47075,16 +47117,48 @@ class Query(sgqlc.types.Type):
|
|
|
47075
47117
|
sgqlc.types.list_of(String), graphql_name="jobMcons", default=None
|
|
47076
47118
|
),
|
|
47077
47119
|
),
|
|
47120
|
+
(
|
|
47121
|
+
"task_mcons",
|
|
47122
|
+
sgqlc.types.Arg(
|
|
47123
|
+
sgqlc.types.list_of(String), graphql_name="taskMcons", default=None
|
|
47124
|
+
),
|
|
47125
|
+
),
|
|
47078
47126
|
)
|
|
47079
47127
|
),
|
|
47080
47128
|
)
|
|
47081
|
-
"""(experimental) Get ETL tasks for the given set of ETL Jobs
|
|
47129
|
+
"""(experimental) Get ETL tasks for the given set of ETL Jobs or
|
|
47130
|
+
specific tasks by mcons
|
|
47082
47131
|
|
|
47083
47132
|
Arguments:
|
|
47084
47133
|
|
|
47085
47134
|
* `first` (`Int!`): Page size
|
|
47086
47135
|
* `offset` (`Int!`): Page offset
|
|
47087
47136
|
* `job_mcons` (`[String]`): Filter by job mcons
|
|
47137
|
+
* `task_mcons` (`[String]`): Filter by task mcons
|
|
47138
|
+
"""
|
|
47139
|
+
|
|
47140
|
+
search_etl_jobs_and_tasks = sgqlc.types.Field(
|
|
47141
|
+
sgqlc.types.list_of(sgqlc.types.non_null(ETLJobOrTaskSearchResult)),
|
|
47142
|
+
graphql_name="searchEtlJobsAndTasks",
|
|
47143
|
+
args=sgqlc.types.ArgDict(
|
|
47144
|
+
(
|
|
47145
|
+
(
|
|
47146
|
+
"search",
|
|
47147
|
+
sgqlc.types.Arg(
|
|
47148
|
+
sgqlc.types.non_null(String), graphql_name="search", default=None
|
|
47149
|
+
),
|
|
47150
|
+
),
|
|
47151
|
+
("limit", sgqlc.types.Arg(Int, graphql_name="limit", default=50)),
|
|
47152
|
+
)
|
|
47153
|
+
),
|
|
47154
|
+
)
|
|
47155
|
+
"""(experimental) Search for ETL jobs and tasks by name across all
|
|
47156
|
+
types
|
|
47157
|
+
|
|
47158
|
+
Arguments:
|
|
47159
|
+
|
|
47160
|
+
* `search` (`String!`): Search string to filter by name
|
|
47161
|
+
* `limit` (`Int`): Maximum results to return (default: `50`)
|
|
47088
47162
|
"""
|
|
47089
47163
|
|
|
47090
47164
|
get_data_product = sgqlc.types.Field(
|
|
@@ -70743,6 +70817,7 @@ class Alert(sgqlc.types.Type, NodeWithUUID):
|
|
|
70743
70817
|
"audiences",
|
|
70744
70818
|
"monitor_tags",
|
|
70745
70819
|
"invalid_rows",
|
|
70820
|
+
"domains",
|
|
70746
70821
|
"jira_tickets",
|
|
70747
70822
|
"service_now_incidents",
|
|
70748
70823
|
"opsgenie_incidents",
|
|
@@ -70793,6 +70868,9 @@ class Alert(sgqlc.types.Type, NodeWithUUID):
|
|
|
70793
70868
|
invalid_rows = sgqlc.types.Field(Int, graphql_name="invalidRows")
|
|
70794
70869
|
"""Number of invalid rows of a breached monitor if available"""
|
|
70795
70870
|
|
|
70871
|
+
domains = sgqlc.types.Field(sgqlc.types.list_of(DomainRef), graphql_name="domains")
|
|
70872
|
+
"""List of domain associated with the alert"""
|
|
70873
|
+
|
|
70796
70874
|
jira_tickets = sgqlc.types.Field(sgqlc.types.list_of("JiraTicket"), graphql_name="jiraTickets")
|
|
70797
70875
|
"""Jira tickets associated with the alert"""
|
|
70798
70876
|
|
|
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.212 → pycarlo-0.10.213}/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.212 → pycarlo-0.10.213}/tests/features/pii/sample_events/sample_md_events_01.json
RENAMED
|
File without changes
|
{pycarlo-0.10.212 → pycarlo-0.10.213}/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
|