openlineage-python 1.4.1__tar.gz → 1.5.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.4.1 → openlineage_python-1.5.0}/PKG-INFO +3 -3
- {openlineage_python-1.4.1 → openlineage_python-1.5.0}/openlineage/client/constants.py +1 -1
- {openlineage_python-1.4.1 → openlineage_python-1.5.0}/openlineage/client/facet.py +3 -1
- {openlineage_python-1.4.1 → openlineage_python-1.5.0}/pyproject.toml +3 -3
- {openlineage_python-1.4.1 → openlineage_python-1.5.0}/.gitignore +0 -0
- {openlineage_python-1.4.1 → openlineage_python-1.5.0}/README.md +0 -0
- {openlineage_python-1.4.1 → openlineage_python-1.5.0}/openlineage/client/__init__.py +0 -0
- {openlineage_python-1.4.1 → openlineage_python-1.5.0}/openlineage/client/client.py +0 -0
- {openlineage_python-1.4.1 → openlineage_python-1.5.0}/openlineage/client/filter.py +0 -0
- {openlineage_python-1.4.1 → openlineage_python-1.5.0}/openlineage/client/py.typed +0 -0
- {openlineage_python-1.4.1 → openlineage_python-1.5.0}/openlineage/client/run.py +0 -0
- {openlineage_python-1.4.1 → openlineage_python-1.5.0}/openlineage/client/serde.py +0 -0
- {openlineage_python-1.4.1 → openlineage_python-1.5.0}/openlineage/client/transport/__init__.py +0 -0
- {openlineage_python-1.4.1 → openlineage_python-1.5.0}/openlineage/client/transport/console.py +0 -0
- {openlineage_python-1.4.1 → openlineage_python-1.5.0}/openlineage/client/transport/factory.py +0 -0
- {openlineage_python-1.4.1 → openlineage_python-1.5.0}/openlineage/client/transport/file.py +0 -0
- {openlineage_python-1.4.1 → openlineage_python-1.5.0}/openlineage/client/transport/http.py +0 -0
- {openlineage_python-1.4.1 → openlineage_python-1.5.0}/openlineage/client/transport/kafka.py +0 -0
- {openlineage_python-1.4.1 → openlineage_python-1.5.0}/openlineage/client/transport/noop.py +0 -0
- {openlineage_python-1.4.1 → openlineage_python-1.5.0}/openlineage/client/transport/transport.py +0 -0
- {openlineage_python-1.4.1 → openlineage_python-1.5.0}/openlineage/client/utils.py +0 -0
- {openlineage_python-1.4.1 → openlineage_python-1.5.0}/tests/__init__.py +0 -0
- {openlineage_python-1.4.1 → openlineage_python-1.5.0}/tests/config/config.yml +0 -0
- {openlineage_python-1.4.1 → openlineage_python-1.5.0}/tests/config/exact_filter.yml +0 -0
- {openlineage_python-1.4.1 → openlineage_python-1.5.0}/tests/config/http.yml +0 -0
- {openlineage_python-1.4.1 → openlineage_python-1.5.0}/tests/config/openlineage.yml +0 -0
- {openlineage_python-1.4.1 → openlineage_python-1.5.0}/tests/config/regex_filter.yml +0 -0
- {openlineage_python-1.4.1 → openlineage_python-1.5.0}/tests/conftest.py +0 -0
- {openlineage_python-1.4.1 → openlineage_python-1.5.0}/tests/nominal_time_without_end.json +0 -0
- {openlineage_python-1.4.1 → openlineage_python-1.5.0}/tests/serde_example_dataset_event.json +0 -0
- {openlineage_python-1.4.1 → openlineage_python-1.5.0}/tests/serde_example_job_event.json +0 -0
- {openlineage_python-1.4.1 → openlineage_python-1.5.0}/tests/serde_example_run_event.json +0 -0
- {openlineage_python-1.4.1 → openlineage_python-1.5.0}/tests/test_client.py +0 -0
- {openlineage_python-1.4.1 → openlineage_python-1.5.0}/tests/test_events.py +0 -0
- {openlineage_python-1.4.1 → openlineage_python-1.5.0}/tests/test_facet.py +0 -0
- {openlineage_python-1.4.1 → openlineage_python-1.5.0}/tests/test_factory.py +0 -0
- {openlineage_python-1.4.1 → openlineage_python-1.5.0}/tests/test_file.py +0 -0
- {openlineage_python-1.4.1 → openlineage_python-1.5.0}/tests/test_http.py +0 -0
- {openlineage_python-1.4.1 → openlineage_python-1.5.0}/tests/test_kafka.py +0 -0
- {openlineage_python-1.4.1 → openlineage_python-1.5.0}/tests/transport.py +0 -0
- {openlineage_python-1.4.1 → openlineage_python-1.5.0}/tox.ini +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: openlineage-python
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.5.0
|
|
4
4
|
Summary: OpenLineage Python Client
|
|
5
5
|
Author-email: OpenLineage <info@openlineage.io>
|
|
6
6
|
Keywords: openlineage
|
|
@@ -13,10 +13,10 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.11
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.12
|
|
15
15
|
Requires-Python: >=3.8
|
|
16
|
-
Requires-Dist: attrs>=
|
|
16
|
+
Requires-Dist: attrs>=20.0
|
|
17
17
|
Requires-Dist: python-dateutil>=2.8.2
|
|
18
18
|
Requires-Dist: pyyaml>=5.4
|
|
19
|
-
Requires-Dist: requests>=2.
|
|
19
|
+
Requires-Dist: requests>=2.20.0
|
|
20
20
|
Provides-Extra: kafka
|
|
21
21
|
Requires-Dist: confluent-kafka>=2.1.1; extra == 'kafka'
|
|
22
22
|
Provides-Extra: test
|
|
@@ -345,11 +345,13 @@ class OwnershipDatasetFacet(BaseFacet):
|
|
|
345
345
|
|
|
346
346
|
|
|
347
347
|
@attr.s
|
|
348
|
-
class ColumnLineageDatasetFacetFieldsAdditionalInputFields:
|
|
348
|
+
class ColumnLineageDatasetFacetFieldsAdditionalInputFields(RedactMixin):
|
|
349
349
|
namespace: str = attr.ib()
|
|
350
350
|
name: str = attr.ib()
|
|
351
351
|
field: str = attr.ib()
|
|
352
352
|
|
|
353
|
+
_skip_redact: List[str] = ["namespace", "name", "field"]
|
|
354
|
+
|
|
353
355
|
|
|
354
356
|
@attr.s
|
|
355
357
|
class ColumnLineageDatasetFacetFieldsAdditional:
|
|
@@ -6,7 +6,7 @@ requires = [
|
|
|
6
6
|
|
|
7
7
|
[project]
|
|
8
8
|
name = "openlineage-python"
|
|
9
|
-
version = "1.
|
|
9
|
+
version = "1.5.0"
|
|
10
10
|
description = "OpenLineage Python Client"
|
|
11
11
|
readme = "README.md"
|
|
12
12
|
keywords = [
|
|
@@ -25,10 +25,10 @@ classifiers = [
|
|
|
25
25
|
"Programming Language :: Python :: 3.12",
|
|
26
26
|
]
|
|
27
27
|
dependencies = [
|
|
28
|
-
"attrs>=
|
|
28
|
+
"attrs>=20.0",
|
|
29
29
|
"python-dateutil>=2.8.2",
|
|
30
30
|
"pyyaml>=5.4",
|
|
31
|
-
"requests>=2.
|
|
31
|
+
"requests>=2.20.0",
|
|
32
32
|
]
|
|
33
33
|
optional-dependencies.kafka = [
|
|
34
34
|
"confluent-kafka>=2.1.1",
|
|
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.4.1 → openlineage_python-1.5.0}/openlineage/client/transport/__init__.py
RENAMED
|
File without changes
|
{openlineage_python-1.4.1 → openlineage_python-1.5.0}/openlineage/client/transport/console.py
RENAMED
|
File without changes
|
{openlineage_python-1.4.1 → openlineage_python-1.5.0}/openlineage/client/transport/factory.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openlineage_python-1.4.1 → openlineage_python-1.5.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
|
{openlineage_python-1.4.1 → openlineage_python-1.5.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
|