openlineage-python 1.24.1__tar.gz → 1.25.0__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.
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/PKG-INFO +1 -1
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/constants.py +1 -1
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/facet_v2.py +2 -0
- openlineage_python-1.25.0/openlineage/client/generated/input_statistics_input_dataset.py +27 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/pyproject.toml +1 -1
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/redact_fields.yml +6 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/.gitignore +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/README.md +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/docs/Makefile +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/docs/conf.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/docs/convert.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/docs/index.rst +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/docs/make.bat +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/docs/source/openlineage.client.rst +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/__init__.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/client.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/event_v2.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/facet.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/facets.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/filter.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/generated/base.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/generated/column_lineage_dataset.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/generated/data_quality_assertions_dataset.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/generated/data_quality_metrics_input_dataset.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/generated/dataset_version_dataset.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/generated/datasource_dataset.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/generated/documentation_dataset.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/generated/documentation_job.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/generated/environment_variables_run.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/generated/error_message_run.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/generated/external_query_run.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/generated/extraction_error_run.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/generated/job_type_job.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/generated/lifecycle_state_change_dataset.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/generated/nominal_time_run.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/generated/output_statistics_output_dataset.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/generated/ownership_dataset.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/generated/ownership_job.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/generated/parent_run.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/generated/processing_engine_run.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/generated/schema_dataset.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/generated/source_code_job.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/generated/source_code_location_job.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/generated/sql_job.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/generated/storage_dataset.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/generated/symlinks_dataset.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/py.typed +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/run.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/serde.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/transport/__init__.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/transport/composite.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/transport/console.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/transport/factory.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/transport/file.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/transport/http.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/transport/kafka.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/transport/msk_iam.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/transport/noop.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/transport/transport.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/utils.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/uuid.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/tests/__init__.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/tests/config/config.yml +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/tests/config/exact_filter.yml +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/tests/config/http.yml +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/tests/config/openlineage.yml +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/tests/config/regex_filter.yml +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/tests/conftest.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/tests/example_full_event.json +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/tests/nominal_time_without_end.json +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/tests/serde_example_dataset_event.json +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/tests/serde_example_job_event.json +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/tests/serde_example_run_event.json +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/tests/test_client.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/tests/test_composite.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/tests/test_events.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/tests/test_facet.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/tests/test_facet_v2.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/tests/test_factory.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/tests/test_file.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/tests/test_http.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/tests/test_kafka.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/tests/test_msk_iam.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/tests/test_utils.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/tests/test_uuid.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/tests/transport.py +0 -0
- {openlineage_python-1.24.1 → openlineage_python-1.25.0}/tox.ini +0 -0
|
@@ -13,6 +13,7 @@ from openlineage.client.generated import (
|
|
|
13
13
|
error_message_run,
|
|
14
14
|
external_query_run,
|
|
15
15
|
extraction_error_run,
|
|
16
|
+
input_statistics_input_dataset,
|
|
16
17
|
job_type_job,
|
|
17
18
|
lifecycle_state_change_dataset,
|
|
18
19
|
nominal_time_run,
|
|
@@ -59,6 +60,7 @@ __all__ = [
|
|
|
59
60
|
"error_message_run",
|
|
60
61
|
"external_query_run",
|
|
61
62
|
"extraction_error_run",
|
|
63
|
+
"input_statistics_input_dataset",
|
|
62
64
|
"job_type_job",
|
|
63
65
|
"lifecycle_state_change_dataset",
|
|
64
66
|
"nominal_time_run",
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# Copyright 2018-2024 contributors to the OpenLineage project
|
|
2
|
+
# SPDX-License-Identifier: Apache-2.0
|
|
3
|
+
|
|
4
|
+
from __future__ import annotations
|
|
5
|
+
|
|
6
|
+
from typing import ClassVar
|
|
7
|
+
|
|
8
|
+
import attr
|
|
9
|
+
from openlineage.client.generated.base import InputDatasetFacet
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
@attr.define
|
|
13
|
+
class InputStatisticsInputDatasetFacet(InputDatasetFacet):
|
|
14
|
+
rowCount: int | None = attr.field(default=None) # noqa: N815
|
|
15
|
+
"""The number of rows read"""
|
|
16
|
+
|
|
17
|
+
size: int | None = attr.field(default=None)
|
|
18
|
+
"""The size in bytes read"""
|
|
19
|
+
|
|
20
|
+
fileCount: int | None = attr.field(default=None) # noqa: N815
|
|
21
|
+
"""The number of files read"""
|
|
22
|
+
|
|
23
|
+
_additional_skip_redact: ClassVar[list[str]] = ["rowCount", "size"]
|
|
24
|
+
|
|
25
|
+
@staticmethod
|
|
26
|
+
def _get_schema() -> str:
|
|
27
|
+
return "https://openlineage.io/spec/facets/1-0-0/InputStatisticsInputDatasetFacet.json#/$defs/InputStatisticsInputDatasetFacet"
|
|
@@ -138,6 +138,12 @@
|
|
|
138
138
|
redact_fields:
|
|
139
139
|
- rowCount
|
|
140
140
|
- size
|
|
141
|
+
- module: input_statistics_input_dataset
|
|
142
|
+
classes:
|
|
143
|
+
- class_name: InputStatisticsInputDatasetFacet
|
|
144
|
+
redact_fields:
|
|
145
|
+
- rowCount
|
|
146
|
+
- size
|
|
141
147
|
- module: ownership_dataset
|
|
142
148
|
classes:
|
|
143
149
|
- class_name: Owner
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/generated/base.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
|
{openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/generated/job_type_job.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/generated/parent_run.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/generated/sql_job.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/transport/__init__.py
RENAMED
|
File without changes
|
{openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/transport/composite.py
RENAMED
|
File without changes
|
{openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/transport/console.py
RENAMED
|
File without changes
|
{openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/transport/factory.py
RENAMED
|
File without changes
|
{openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/transport/file.py
RENAMED
|
File without changes
|
{openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/transport/http.py
RENAMED
|
File without changes
|
{openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/transport/kafka.py
RENAMED
|
File without changes
|
{openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/transport/msk_iam.py
RENAMED
|
File without changes
|
{openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/transport/noop.py
RENAMED
|
File without changes
|
{openlineage_python-1.24.1 → openlineage_python-1.25.0}/openlineage/client/transport/transport.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
|
{openlineage_python-1.24.1 → openlineage_python-1.25.0}/tests/serde_example_dataset_event.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|