openlineage-python 1.20.6__tar.gz → 1.21.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.20.6 → openlineage_python-1.21.0}/PKG-INFO +1 -1
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/constants.py +1 -1
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/pyproject.toml +1 -1
- openlineage_python-1.20.6/docs/release-api-reference.sh +0 -48
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/.gitignore +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/README.md +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/docs/Makefile +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/docs/conf.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/docs/convert.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/docs/index.rst +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/docs/make.bat +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/docs/source/openlineage.client.rst +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/__init__.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/client.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/event_v2.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/facet.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/facet_v2.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/filter.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/generated/base.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/generated/column_lineage_dataset.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/generated/data_quality_assertions_dataset.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/generated/data_quality_metrics_input_dataset.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/generated/dataset_version_dataset.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/generated/datasource_dataset.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/generated/documentation_dataset.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/generated/documentation_job.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/generated/error_message_run.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/generated/external_query_run.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/generated/extraction_error_run.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/generated/job_type_job.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/generated/lifecycle_state_change_dataset.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/generated/nominal_time_run.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/generated/output_statistics_output_dataset.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/generated/ownership_dataset.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/generated/ownership_job.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/generated/parent_run.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/generated/processing_engine_run.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/generated/schema_dataset.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/generated/source_code_job.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/generated/source_code_location_job.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/generated/sql_job.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/generated/storage_dataset.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/generated/symlinks_dataset.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/py.typed +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/run.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/serde.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/transport/__init__.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/transport/composite.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/transport/console.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/transport/factory.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/transport/file.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/transport/http.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/transport/kafka.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/transport/msk_iam.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/transport/noop.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/transport/transport.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/utils.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/uuid.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/redact_fields.yml +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/tests/__init__.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/tests/config/config.yml +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/tests/config/exact_filter.yml +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/tests/config/http.yml +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/tests/config/openlineage.yml +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/tests/config/regex_filter.yml +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/tests/conftest.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/tests/example_full_event.json +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/tests/nominal_time_without_end.json +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/tests/serde_example_dataset_event.json +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/tests/serde_example_job_event.json +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/tests/serde_example_run_event.json +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/tests/test_client.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/tests/test_composite.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/tests/test_events.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/tests/test_facet.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/tests/test_facet_v2.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/tests/test_factory.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/tests/test_file.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/tests/test_http.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/tests/test_kafka.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/tests/test_msk_iam.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/tests/test_utils.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/tests/test_uuid.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/tests/transport.py +0 -0
- {openlineage_python-1.20.6 → openlineage_python-1.21.0}/tox.ini +0 -0
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env bash
|
|
2
|
-
#
|
|
3
|
-
# Copyright 2018-2024 contributors to the OpenLineage project
|
|
4
|
-
# SPDX-License-Identifier: Apache-2.0
|
|
5
|
-
#
|
|
6
|
-
|
|
7
|
-
set -e
|
|
8
|
-
|
|
9
|
-
function git-website() {
|
|
10
|
-
command git --git-dir "$WEBSITE_DIR/.git" --work-tree "$WEBSITE_DIR" $@
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
git config --global user.email "openlineage-bot-key@openlineage.io"
|
|
14
|
-
git config --global user.name "OpenLineage deploy bot"
|
|
15
|
-
|
|
16
|
-
WEBSITE_DIR=${WEBSITE_DIR:-$HOME/build/website}
|
|
17
|
-
REFERENCE_DIR=/docs/development/developing/python/api-reference
|
|
18
|
-
REPO="git@github.com:OpenLineage/docs"
|
|
19
|
-
DEFAULT_BRANCH=main
|
|
20
|
-
BRANCH_NAME=${BRANCH_NAME:-$DEFAULT_BRANCH}
|
|
21
|
-
|
|
22
|
-
if [[ -d $WEBSITE_DIR ]]; then
|
|
23
|
-
# Check if we're in git repository and the repository points at website
|
|
24
|
-
if [[ $(git-website rev-parse --is-inside-work-tree) == "true" && $(git-website config --get remote.origin.url) == "$REPO" ]]; then
|
|
25
|
-
# Make sure we're at the head of the main branch
|
|
26
|
-
git checkout main
|
|
27
|
-
git reset --hard origin/master
|
|
28
|
-
else
|
|
29
|
-
echo "$WEBSITE_DIR is not empty - failing"
|
|
30
|
-
exit 1
|
|
31
|
-
fi
|
|
32
|
-
else
|
|
33
|
-
git clone -b $BRANCH_NAME --depth 1 $REPO $WEBSITE_DIR
|
|
34
|
-
fi
|
|
35
|
-
|
|
36
|
-
# check if there are any changes in javadoc in the latest commit
|
|
37
|
-
if [[ $(diff -qr --exclude _category_.json $WEBSITE_DIR$REFERENCE_DIR './converted' | wc -l) -eq 0 ]]; then
|
|
38
|
-
echo "no changes in python client reference detected, skipping publishing"
|
|
39
|
-
exit 0
|
|
40
|
-
fi
|
|
41
|
-
|
|
42
|
-
echo "Changes detected, updating python client reference..."
|
|
43
|
-
mv ./converted/* $WEBSITE_DIR$REFERENCE_DIR/
|
|
44
|
-
|
|
45
|
-
# commit new spec and push
|
|
46
|
-
git-website add -A $WEBSITE_DIR$REFERENCE_DIR
|
|
47
|
-
git --git-dir "$WEBSITE_DIR/.git" --work-tree "$WEBSITE_DIR" commit -s -m "openlineage python client reference update"
|
|
48
|
-
git-website push
|
|
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.20.6 → openlineage_python-1.21.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
|
{openlineage_python-1.20.6 → openlineage_python-1.21.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.20.6 → openlineage_python-1.21.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.20.6 → openlineage_python-1.21.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.20.6 → openlineage_python-1.21.0}/openlineage/client/transport/__init__.py
RENAMED
|
File without changes
|
{openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/transport/composite.py
RENAMED
|
File without changes
|
{openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/transport/console.py
RENAMED
|
File without changes
|
{openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/transport/factory.py
RENAMED
|
File without changes
|
{openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/transport/file.py
RENAMED
|
File without changes
|
{openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/transport/http.py
RENAMED
|
File without changes
|
{openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/transport/kafka.py
RENAMED
|
File without changes
|
{openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/transport/msk_iam.py
RENAMED
|
File without changes
|
{openlineage_python-1.20.6 → openlineage_python-1.21.0}/openlineage/client/transport/noop.py
RENAMED
|
File without changes
|
{openlineage_python-1.20.6 → openlineage_python-1.21.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
|
|
File without changes
|
{openlineage_python-1.20.6 → openlineage_python-1.21.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
|