pycarlo 0.10.216__tar.gz → 0.10.217__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.216 → pycarlo-0.10.217}/PKG-INFO +1 -1
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo/lib/schema.json +0 -60
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo/lib/schema.py +0 -30
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo.egg-info/PKG-INFO +1 -1
- {pycarlo-0.10.216 → pycarlo-0.10.217}/.circleci/README.md +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/.circleci/config.yml +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/.coveragerc +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/.github/workflows/release.yml +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/.gitignore +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/.pre-commit-config.yaml +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/LICENSE +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/Makefile +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/README.md +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/examples/sample_circuit_breaker.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/examples/sample_insight_upload.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo/__init__.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo/common/__init__.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo/common/errors.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo/common/files.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo/common/http.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo/common/mcon.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo/common/retries.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo/common/settings.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo/common/utils.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo/core/__init__.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo/core/client.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo/core/endpoint.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo/core/operations.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo/core/session.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo/features/__init__.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo/features/circuit_breakers/service.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo/features/dbt/dbt_importer.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo/features/dbt/queries.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo/features/exceptions.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo/features/metadata/__init__.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo/features/metadata/allow_block_list.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo/features/pii/__init__.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo/features/pii/constants.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo/features/pii/pii_filterer.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo/features/pii/queries.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo/features/pii/service.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo/features/user/__init__.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo/features/user/exceptions.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo/features/user/models.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo/features/user/queries.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo/features/user/service.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo/lib/README.md +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo/lib/__init__.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo.egg-info/SOURCES.txt +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo.egg-info/dependency_links.txt +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo.egg-info/requires.txt +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pycarlo.egg-info/top_level.txt +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/pyproject.toml +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/requirements-ci.txt +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/requirements-dev.txt +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/requirements.txt +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/setup.cfg +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/setup.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/tests/__init__.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/tests/common/__init__.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/tests/common/data.json +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/tests/common/test_files.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/tests/common/test_http.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/tests/common/test_mcon.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/tests/common/test_retries.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/tests/common/test_utils.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/tests/features/__init__.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/tests/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/tests/features/circuit_breakers/test_service.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/tests/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/tests/features/dbt/sample_logs.txt +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/tests/features/dbt/sample_manifest.json +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/tests/features/dbt/sample_run_results.json +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/tests/features/dbt/test_dbt_importer.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/tests/features/metadata/test_dataset_filtering.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/tests/features/pii/test_pii_filtering.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/tests/features/user/__init__.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/tests/features/user/test_user_service.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/tests/test_client.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/tests/test_operations.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/tests/test_retry_decorator.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/tests/test_session.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/utils/env.sh +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/utils/generate.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/utils/sample.env +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/utils/sanity.py +0 -0
- {pycarlo-0.10.216 → pycarlo-0.10.217}/utils/vars.py +0 -0
|
@@ -11105,36 +11105,6 @@
|
|
|
11105
11105
|
"name": "DateTime",
|
|
11106
11106
|
"ofType": null
|
|
11107
11107
|
}
|
|
11108
|
-
},
|
|
11109
|
-
{
|
|
11110
|
-
"defaultValue": null,
|
|
11111
|
-
"description": "Metric to set maintenance period for. Deprecated: Use time_series_uuid instead",
|
|
11112
|
-
"name": "metric",
|
|
11113
|
-
"type": {
|
|
11114
|
-
"kind": "SCALAR",
|
|
11115
|
-
"name": "String",
|
|
11116
|
-
"ofType": null
|
|
11117
|
-
}
|
|
11118
|
-
},
|
|
11119
|
-
{
|
|
11120
|
-
"defaultValue": null,
|
|
11121
|
-
"description": "Field to set maintenance period for. Deprecated: Use time_series_uuid instead",
|
|
11122
|
-
"name": "field",
|
|
11123
|
-
"type": {
|
|
11124
|
-
"kind": "SCALAR",
|
|
11125
|
-
"name": "String",
|
|
11126
|
-
"ofType": null
|
|
11127
|
-
}
|
|
11128
|
-
},
|
|
11129
|
-
{
|
|
11130
|
-
"defaultValue": null,
|
|
11131
|
-
"description": "Where condition to set maintenance period for. Deprecated: Use time_series_uuid instead",
|
|
11132
|
-
"name": "whereCondition",
|
|
11133
|
-
"type": {
|
|
11134
|
-
"kind": "SCALAR",
|
|
11135
|
-
"name": "String",
|
|
11136
|
-
"ofType": null
|
|
11137
|
-
}
|
|
11138
11108
|
}
|
|
11139
11109
|
],
|
|
11140
11110
|
"deprecationReason": null,
|
|
@@ -163483,16 +163453,6 @@
|
|
|
163483
163453
|
"ofType": null
|
|
163484
163454
|
}
|
|
163485
163455
|
},
|
|
163486
|
-
{
|
|
163487
|
-
"defaultValue": null,
|
|
163488
|
-
"description": "Field to set maintenance period for. If set, the maintenance windows will only apply to the given field. Used for Monitor related windows only. Deprecated: Use time_series_uuid instead",
|
|
163489
|
-
"name": "field",
|
|
163490
|
-
"type": {
|
|
163491
|
-
"kind": "SCALAR",
|
|
163492
|
-
"name": "String",
|
|
163493
|
-
"ofType": null
|
|
163494
|
-
}
|
|
163495
|
-
},
|
|
163496
163456
|
{
|
|
163497
163457
|
"defaultValue": null,
|
|
163498
163458
|
"description": "ID of existing data maintenance entry for updating",
|
|
@@ -163523,16 +163483,6 @@
|
|
|
163523
163483
|
"ofType": null
|
|
163524
163484
|
}
|
|
163525
163485
|
},
|
|
163526
|
-
{
|
|
163527
|
-
"defaultValue": null,
|
|
163528
|
-
"description": "Metric to set maintenance period for. If set, the maintenance windows will only apply to the given metric. Used for Monitor related windows only. Deprecated: Use time_series_uuid instead",
|
|
163529
|
-
"name": "metric",
|
|
163530
|
-
"type": {
|
|
163531
|
-
"kind": "SCALAR",
|
|
163532
|
-
"name": "String",
|
|
163533
|
-
"ofType": null
|
|
163534
|
-
}
|
|
163535
|
-
},
|
|
163536
163486
|
{
|
|
163537
163487
|
"defaultValue": null,
|
|
163538
163488
|
"description": "Monitor ID to set maintenance period for. If set, the maintenance windows will only apply to the given monitor.",
|
|
@@ -163592,16 +163542,6 @@
|
|
|
163592
163542
|
"name": "UUID",
|
|
163593
163543
|
"ofType": null
|
|
163594
163544
|
}
|
|
163595
|
-
},
|
|
163596
|
-
{
|
|
163597
|
-
"defaultValue": null,
|
|
163598
|
-
"description": "Where condition to set maintenance period for. If set, the maintenance windows will only apply to the given where condition. Used for Monitor related windows only. Deprecated: Use time_series_uuid instead",
|
|
163599
|
-
"name": "whereCondition",
|
|
163600
|
-
"type": {
|
|
163601
|
-
"kind": "SCALAR",
|
|
163602
|
-
"name": "String",
|
|
163603
|
-
"ofType": null
|
|
163604
|
-
}
|
|
163605
163545
|
}
|
|
163606
163546
|
],
|
|
163607
163547
|
"deprecationReason": null,
|
|
@@ -33915,7 +33915,6 @@ class Mutation(sgqlc.types.Type):
|
|
|
33915
33915
|
("dataset", sgqlc.types.Arg(String, graphql_name="dataset", default=None)),
|
|
33916
33916
|
("dw_id", sgqlc.types.Arg(UUID, graphql_name="dwId", default=None)),
|
|
33917
33917
|
("end_time", sgqlc.types.Arg(DateTime, graphql_name="endTime", default=None)),
|
|
33918
|
-
("field", sgqlc.types.Arg(String, graphql_name="field", default=None)),
|
|
33919
33918
|
("id", sgqlc.types.Arg(Int, graphql_name="id", default=None)),
|
|
33920
33919
|
(
|
|
33921
33920
|
"maintenance_type",
|
|
@@ -33924,7 +33923,6 @@ class Mutation(sgqlc.types.Type):
|
|
|
33924
33923
|
),
|
|
33925
33924
|
),
|
|
33926
33925
|
("mcon", sgqlc.types.Arg(String, graphql_name="mcon", default=None)),
|
|
33927
|
-
("metric", sgqlc.types.Arg(String, graphql_name="metric", default=None)),
|
|
33928
33926
|
("monitor_id", sgqlc.types.Arg(UUID, graphql_name="monitorId", default=None)),
|
|
33929
33927
|
("project", sgqlc.types.Arg(String, graphql_name="project", default=None)),
|
|
33930
33928
|
("reason", sgqlc.types.Arg(String, graphql_name="reason", default=None)),
|
|
@@ -33939,10 +33937,6 @@ class Mutation(sgqlc.types.Type):
|
|
|
33939
33937
|
"time_series_uuid",
|
|
33940
33938
|
sgqlc.types.Arg(UUID, graphql_name="timeSeriesUuid", default=None),
|
|
33941
33939
|
),
|
|
33942
|
-
(
|
|
33943
|
-
"where_condition",
|
|
33944
|
-
sgqlc.types.Arg(String, graphql_name="whereCondition", default=None),
|
|
33945
|
-
),
|
|
33946
33940
|
)
|
|
33947
33941
|
),
|
|
33948
33942
|
)
|
|
@@ -33957,10 +33951,6 @@ class Mutation(sgqlc.types.Type):
|
|
|
33957
33951
|
given
|
|
33958
33952
|
* `end_time` (`DateTime`): Start period of data maintenance. If
|
|
33959
33953
|
not set, all future data will be ignored until updated
|
|
33960
|
-
* `field` (`String`): Field to set maintenance period for. If set,
|
|
33961
|
-
the maintenance windows will only apply to the given field. Used
|
|
33962
|
-
for Monitor related windows only. Deprecated: Use
|
|
33963
|
-
time_series_uuid instead
|
|
33964
33954
|
* `id` (`Int`): ID of existing data maintenance entry for updating
|
|
33965
33955
|
* `maintenance_type` (`DataMaintenanceMetric`): If not set, all
|
|
33966
33956
|
metrics for the object will be ignored
|
|
@@ -33969,10 +33959,6 @@ class Mutation(sgqlc.types.Type):
|
|
|
33969
33959
|
'project', 'dataset' or any table type. Setting any type other
|
|
33970
33960
|
than a table type will set the maintenance window for all
|
|
33971
33961
|
matching tables.
|
|
33972
|
-
* `metric` (`String`): Metric to set maintenance period for. If
|
|
33973
|
-
set, the maintenance windows will only apply to the given
|
|
33974
|
-
metric. Used for Monitor related windows only. Deprecated: Use
|
|
33975
|
-
time_series_uuid instead
|
|
33976
33962
|
* `monitor_id` (`UUID`): Monitor ID to set maintenance period for.
|
|
33977
33963
|
If set, the maintenance windows will only apply to the given
|
|
33978
33964
|
monitor.
|
|
@@ -33987,10 +33973,6 @@ class Mutation(sgqlc.types.Type):
|
|
|
33987
33973
|
* `time_series_uuid` (`UUID`): Time series UUID to set maintenance
|
|
33988
33974
|
period for. If set, the maintenance windows will only apply to
|
|
33989
33975
|
the given time series. Used for Monitor related windows only.
|
|
33990
|
-
* `where_condition` (`String`): Where condition to set maintenance
|
|
33991
|
-
period for. If set, the maintenance windows will only apply to
|
|
33992
|
-
the given where condition. Used for Monitor related windows
|
|
33993
|
-
only. Deprecated: Use time_series_uuid instead
|
|
33994
33976
|
"""
|
|
33995
33977
|
|
|
33996
33978
|
create_data_maintenance_window_from_holidays = sgqlc.types.Field(
|
|
@@ -51483,12 +51465,6 @@ class Query(sgqlc.types.Type):
|
|
|
51483
51465
|
),
|
|
51484
51466
|
("start_time", sgqlc.types.Arg(DateTime, graphql_name="startTime", default=None)),
|
|
51485
51467
|
("end_time", sgqlc.types.Arg(DateTime, graphql_name="endTime", default=None)),
|
|
51486
|
-
("metric", sgqlc.types.Arg(String, graphql_name="metric", default=None)),
|
|
51487
|
-
("field", sgqlc.types.Arg(String, graphql_name="field", default=None)),
|
|
51488
|
-
(
|
|
51489
|
-
"where_condition",
|
|
51490
|
-
sgqlc.types.Arg(String, graphql_name="whereCondition", default=None),
|
|
51491
|
-
),
|
|
51492
51468
|
)
|
|
51493
51469
|
),
|
|
51494
51470
|
)
|
|
@@ -51501,12 +51477,6 @@ class Query(sgqlc.types.Type):
|
|
|
51501
51477
|
time series UUID
|
|
51502
51478
|
* `start_time` (`DateTime`): Start time of maintenance period
|
|
51503
51479
|
* `end_time` (`DateTime`): End time of maintenance period
|
|
51504
|
-
* `metric` (`String`): Metric to set maintenance period for.
|
|
51505
|
-
Deprecated: Use time_series_uuid instead
|
|
51506
|
-
* `field` (`String`): Field to set maintenance period for.
|
|
51507
|
-
Deprecated: Use time_series_uuid instead
|
|
51508
|
-
* `where_condition` (`String`): Where condition to set maintenance
|
|
51509
|
-
period for. Deprecated: Use time_series_uuid instead
|
|
51510
51480
|
"""
|
|
51511
51481
|
|
|
51512
51482
|
get_data_maintenance_entries_by_mcon = sgqlc.types.Field(
|
|
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.216 → pycarlo-0.10.217}/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.216 → pycarlo-0.10.217}/tests/features/pii/sample_events/sample_md_events_01.json
RENAMED
|
File without changes
|
{pycarlo-0.10.216 → pycarlo-0.10.217}/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
|