apache-airflow-providers-openlineage 2.6.0__tar.gz → 2.6.1__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 apache-airflow-providers-openlineage might be problematic. Click here for more details.
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/PKG-INFO +6 -6
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/README.rst +3 -3
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/docs/changelog.rst +12 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/docs/index.rst +3 -3
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/provider.yaml +2 -1
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/pyproject.toml +3 -3
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/src/airflow/providers/openlineage/__init__.py +1 -1
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/src/airflow/providers/openlineage/utils/utils.py +4 -6
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/unit/openlineage/extractors/test_manager.py +1 -2
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/unit/openlineage/plugins/test_macros.py +1 -1
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/docs/.latest-doc-only-change.txt +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/docs/commits.rst +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/docs/conf.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/docs/configurations-ref.rst +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/docs/guides/developer.rst +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/docs/guides/structure.rst +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/docs/guides/user.rst +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/docs/installing-providers-from-sources.rst +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/docs/integration-logos/openlineage.svg +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/docs/macros.rst +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/docs/security.rst +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/docs/supported_classes.rst +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/src/airflow/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/src/airflow/providers/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/src/airflow/providers/openlineage/LICENSE +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/src/airflow/providers/openlineage/conf.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/src/airflow/providers/openlineage/extractors/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/src/airflow/providers/openlineage/extractors/base.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/src/airflow/providers/openlineage/extractors/bash.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/src/airflow/providers/openlineage/extractors/manager.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/src/airflow/providers/openlineage/extractors/python.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/src/airflow/providers/openlineage/facets/AirflowDagRunFacet.json +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/src/airflow/providers/openlineage/facets/AirflowDebugRunFacet.json +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/src/airflow/providers/openlineage/facets/AirflowJobFacet.json +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/src/airflow/providers/openlineage/facets/AirflowRunFacet.json +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/src/airflow/providers/openlineage/facets/AirflowStateRunFacet.json +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/src/airflow/providers/openlineage/facets/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/src/airflow/providers/openlineage/get_provider_info.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/src/airflow/providers/openlineage/operators/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/src/airflow/providers/openlineage/operators/empty.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/src/airflow/providers/openlineage/plugins/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/src/airflow/providers/openlineage/plugins/adapter.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/src/airflow/providers/openlineage/plugins/facets.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/src/airflow/providers/openlineage/plugins/listener.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/src/airflow/providers/openlineage/plugins/macros.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/src/airflow/providers/openlineage/plugins/openlineage.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/src/airflow/providers/openlineage/sqlparser.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/src/airflow/providers/openlineage/utils/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/src/airflow/providers/openlineage/utils/selective_enable.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/src/airflow/providers/openlineage/utils/spark.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/src/airflow/providers/openlineage/utils/sql.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/src/airflow/providers/openlineage/version_compat.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/conftest.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/integration/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/integration/openlineage/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/integration/openlineage/operators/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/conftest.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/example_openlineage_base_complex_dag.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/example_openlineage_base_simple_dag.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/example_openlineage_defer_simple_dag.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/example_openlineage_docs_file_dag.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/example_openlineage_mapped_simple_dag.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/example_openlineage_schedule_asset_or_time_dag.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/example_openlineage_schedule_cron_dag.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/example_openlineage_schedule_list_complex_assets_dag.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/example_openlineage_schedule_list_multiple_assets_dag.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/example_openlineage_schedule_list_single_asset_dag.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/example_openlineage_schedule_multiple_assets_dag.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/example_openlineage_schedule_single_asset_dag.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/example_openlineage_schedule_timetable_dag.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/example_openlineage_task_groups_dag.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/example_openlineage_trigger_dag.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/example_openlineage_versioned_dag.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/expected_events/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/expected_events/openlineage_base_complex_dag__af2.json +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/expected_events/openlineage_base_complex_dag__af3.json +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/expected_events/openlineage_base_simple_dag__af2.json +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/expected_events/openlineage_base_simple_dag__af3.json +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/expected_events/openlineage_defer_simple_dag.json +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/expected_events/openlineage_docs_file_dag.json +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/expected_events/openlineage_mapped_simple_dag.json +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/expected_events/openlineage_schedule_asset_or_time_dag__af2.json +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/expected_events/openlineage_schedule_asset_or_time_dag__af3.json +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/expected_events/openlineage_schedule_cron_dag__af2.json +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/expected_events/openlineage_schedule_cron_dag__af3.json +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/expected_events/openlineage_schedule_list_complex_assets_dag__af2.json +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/expected_events/openlineage_schedule_list_complex_assets_dag__af3.json +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/expected_events/openlineage_schedule_list_multiple_assets_dag__af2.json +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/expected_events/openlineage_schedule_list_multiple_assets_dag__af3.json +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/expected_events/openlineage_schedule_list_single_asset_dag__af2.json +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/expected_events/openlineage_schedule_list_single_asset_dag__af3.json +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/expected_events/openlineage_schedule_multiple_assets_dag__af2.json +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/expected_events/openlineage_schedule_multiple_assets_dag__af3.json +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/expected_events/openlineage_schedule_single_asset_dag__af2.json +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/expected_events/openlineage_schedule_single_asset_dag__af3.json +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/expected_events/openlineage_schedule_timetable_dag__af2.json +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/expected_events/openlineage_schedule_timetable_dag__af3.json +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/expected_events/openlineage_task_groups_dag.json +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/expected_events/openlineage_trigger_dag.json +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/expected_events/openlineage_versioned_dag__af2.json +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/expected_events/openlineage_versioned_dag__af3.json +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/operator.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/transport/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/system/openlineage/transport/variable.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/unit/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/unit/openlineage/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/unit/openlineage/dags/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/unit/openlineage/dags/test_openlineage_execution.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/unit/openlineage/extractors/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/unit/openlineage/extractors/test_base.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/unit/openlineage/extractors/test_bash.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/unit/openlineage/extractors/test_python.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/unit/openlineage/log_config.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/unit/openlineage/operators/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/unit/openlineage/operators/test_empty.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/unit/openlineage/plugins/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/unit/openlineage/plugins/openlineage_configs/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/unit/openlineage/plugins/openlineage_configs/http.yaml +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/unit/openlineage/plugins/test_adapter.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/unit/openlineage/plugins/test_execution.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/unit/openlineage/plugins/test_facets.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/unit/openlineage/plugins/test_listener.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/unit/openlineage/plugins/test_openlineage.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/unit/openlineage/plugins/test_utils.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/unit/openlineage/test_conf.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/unit/openlineage/test_sqlparser.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/unit/openlineage/utils/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/unit/openlineage/utils/custom_facet_fixture.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/unit/openlineage/utils/test_selective_enable.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/unit/openlineage/utils/test_spark.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/unit/openlineage/utils/test_sql.py +0 -0
- {apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/tests/unit/openlineage/utils/test_utils.py +0 -0
{apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: apache-airflow-providers-openlineage
|
|
3
|
-
Version: 2.6.
|
|
3
|
+
Version: 2.6.1
|
|
4
4
|
Summary: Provider package apache-airflow-providers-openlineage for Apache Airflow
|
|
5
5
|
Keywords: airflow-provider,openlineage,airflow,integration
|
|
6
6
|
Author-email: Apache Software Foundation <dev@airflow.apache.org>
|
|
@@ -27,8 +27,8 @@ Requires-Dist: attrs>=22.2
|
|
|
27
27
|
Requires-Dist: openlineage-integration-common>=1.36.0
|
|
28
28
|
Requires-Dist: openlineage-python>=1.36.0
|
|
29
29
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
|
30
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.6.
|
|
31
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.6.
|
|
30
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.6.1/changelog.html
|
|
31
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.6.1
|
|
32
32
|
Project-URL: Mastodon, https://fosstodon.org/@airflow
|
|
33
33
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
|
34
34
|
Project-URL: Source Code, https://github.com/apache/airflow
|
|
@@ -59,7 +59,7 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
|
|
|
59
59
|
|
|
60
60
|
Package ``apache-airflow-providers-openlineage``
|
|
61
61
|
|
|
62
|
-
Release: ``2.6.
|
|
62
|
+
Release: ``2.6.1``
|
|
63
63
|
|
|
64
64
|
Release Date: ``|PypiReleaseDate|``
|
|
65
65
|
|
|
@@ -73,7 +73,7 @@ This is a provider package for ``openlineage`` provider. All classes for this pr
|
|
|
73
73
|
are in ``airflow.providers.openlineage`` python package.
|
|
74
74
|
|
|
75
75
|
You can find package information and changelog for the provider
|
|
76
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.6.
|
|
76
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.6.1/>`_.
|
|
77
77
|
|
|
78
78
|
Installation
|
|
79
79
|
------------
|
|
@@ -119,5 +119,5 @@ Dependent package
|
|
|
119
119
|
================================================================================================================== =================
|
|
120
120
|
|
|
121
121
|
The changelog for the provider package can be found in the
|
|
122
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.6.
|
|
122
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.6.1/changelog.html>`_.
|
|
123
123
|
|
{apache_airflow_providers_openlineage-2.6.0 → apache_airflow_providers_openlineage-2.6.1}/README.rst
RENAMED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
|
|
24
24
|
Package ``apache-airflow-providers-openlineage``
|
|
25
25
|
|
|
26
|
-
Release: ``2.6.
|
|
26
|
+
Release: ``2.6.1``
|
|
27
27
|
|
|
28
28
|
Release Date: ``|PypiReleaseDate|``
|
|
29
29
|
|
|
@@ -37,7 +37,7 @@ This is a provider package for ``openlineage`` provider. All classes for this pr
|
|
|
37
37
|
are in ``airflow.providers.openlineage`` python package.
|
|
38
38
|
|
|
39
39
|
You can find package information and changelog for the provider
|
|
40
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.6.
|
|
40
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.6.1/>`_.
|
|
41
41
|
|
|
42
42
|
Installation
|
|
43
43
|
------------
|
|
@@ -83,4 +83,4 @@ Dependent package
|
|
|
83
83
|
================================================================================================================== =================
|
|
84
84
|
|
|
85
85
|
The changelog for the provider package can be found in the
|
|
86
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.6.
|
|
86
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.6.1/changelog.html>`_.
|
|
@@ -26,6 +26,18 @@
|
|
|
26
26
|
Changelog
|
|
27
27
|
---------
|
|
28
28
|
|
|
29
|
+
2.6.1
|
|
30
|
+
.....
|
|
31
|
+
|
|
32
|
+
Bug Fixes
|
|
33
|
+
~~~~~~~~~
|
|
34
|
+
|
|
35
|
+
* ``Allow secrets redact function to have different redaction than '***' (#53977)``
|
|
36
|
+
* ``Fix several deprecation warnings related to airflow.sdk (#53791)``
|
|
37
|
+
|
|
38
|
+
.. Below changes are excluded from the changelog. Move them to
|
|
39
|
+
appropriate section above if needed. Do not delete the lines(!):
|
|
40
|
+
|
|
29
41
|
2.6.0
|
|
30
42
|
.....
|
|
31
43
|
|
|
@@ -81,7 +81,7 @@ apache-airflow-providers-openlineage package
|
|
|
81
81
|
`OpenLineage <https://openlineage.io/>`__
|
|
82
82
|
|
|
83
83
|
|
|
84
|
-
Release: 2.6.
|
|
84
|
+
Release: 2.6.1
|
|
85
85
|
|
|
86
86
|
Release Date: ``|PypiReleaseDate|``
|
|
87
87
|
|
|
@@ -140,5 +140,5 @@ Downloading official packages
|
|
|
140
140
|
You can download officially released packages and verify their checksums and signatures from the
|
|
141
141
|
`Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
|
|
142
142
|
|
|
143
|
-
* `The apache-airflow-providers-openlineage 2.6.
|
|
144
|
-
* `The apache-airflow-providers-openlineage 2.6.
|
|
143
|
+
* `The apache-airflow-providers-openlineage 2.6.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-2.6.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-2.6.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-2.6.1.tar.gz.sha512>`__)
|
|
144
|
+
* `The apache-airflow-providers-openlineage 2.6.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-2.6.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-2.6.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-2.6.1-py3-none-any.whl.sha512>`__)
|
|
@@ -22,12 +22,13 @@ description: |
|
|
|
22
22
|
`OpenLineage <https://openlineage.io/>`__
|
|
23
23
|
|
|
24
24
|
state: ready
|
|
25
|
-
source-date-epoch:
|
|
25
|
+
source-date-epoch: 1754503416
|
|
26
26
|
# Note that those versions are maintained by release manager - do not update them manually
|
|
27
27
|
# with the exception of case where other provider in sources has >= new provider version.
|
|
28
28
|
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
|
|
29
29
|
# to be done in the same PR
|
|
30
30
|
versions:
|
|
31
|
+
- 2.6.1
|
|
31
32
|
- 2.6.0
|
|
32
33
|
- 2.5.0
|
|
33
34
|
- 2.4.0
|
|
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
|
|
|
25
25
|
|
|
26
26
|
[project]
|
|
27
27
|
name = "apache-airflow-providers-openlineage"
|
|
28
|
-
version = "2.6.
|
|
28
|
+
version = "2.6.1"
|
|
29
29
|
description = "Provider package apache-airflow-providers-openlineage for Apache Airflow"
|
|
30
30
|
readme = "README.rst"
|
|
31
31
|
authors = [
|
|
@@ -105,8 +105,8 @@ apache-airflow-providers-common-sql = {workspace = true}
|
|
|
105
105
|
apache-airflow-providers-standard = {workspace = true}
|
|
106
106
|
|
|
107
107
|
[project.urls]
|
|
108
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.6.
|
|
109
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.6.
|
|
108
|
+
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.6.1"
|
|
109
|
+
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.6.1/changelog.html"
|
|
110
110
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
|
111
111
|
"Source Code" = "https://github.com/apache/airflow"
|
|
112
112
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
|
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
|
|
|
29
29
|
|
|
30
30
|
__all__ = ["__version__"]
|
|
31
31
|
|
|
32
|
-
__version__ = "2.6.
|
|
32
|
+
__version__ = "2.6.1"
|
|
33
33
|
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
|
35
35
|
"2.10.0"
|
|
@@ -70,8 +70,7 @@ if TYPE_CHECKING:
|
|
|
70
70
|
|
|
71
71
|
from airflow.models import TaskInstance
|
|
72
72
|
from airflow.providers.common.compat.assets import Asset
|
|
73
|
-
from airflow.sdk import DAG
|
|
74
|
-
from airflow.sdk.bases.operator import BaseOperator
|
|
73
|
+
from airflow.sdk import DAG, BaseOperator
|
|
75
74
|
from airflow.sdk.definitions.mappedoperator import MappedOperator
|
|
76
75
|
from airflow.sdk.execution_time.secrets_masker import (
|
|
77
76
|
Redactable,
|
|
@@ -83,8 +82,7 @@ if TYPE_CHECKING:
|
|
|
83
82
|
from airflow.utils.state import DagRunState, TaskInstanceState
|
|
84
83
|
else:
|
|
85
84
|
try:
|
|
86
|
-
from airflow.sdk import DAG
|
|
87
|
-
from airflow.sdk.bases.operator import BaseOperator
|
|
85
|
+
from airflow.sdk import DAG, BaseOperator
|
|
88
86
|
from airflow.sdk.definitions.mappedoperator import MappedOperator
|
|
89
87
|
except ImportError:
|
|
90
88
|
from airflow.models import DAG, BaseOperator, MappedOperator
|
|
@@ -832,7 +830,7 @@ class OpenLineageRedactor(SecretsMasker):
|
|
|
832
830
|
instance.replacer = other.replacer
|
|
833
831
|
return instance
|
|
834
832
|
|
|
835
|
-
def _redact(self, item: Redactable, name: str | None, depth: int, max_depth: int) -> Redacted:
|
|
833
|
+
def _redact(self, item: Redactable, name: str | None, depth: int, max_depth: int, **kwargs) -> Redacted: # type: ignore[override]
|
|
836
834
|
if AIRFLOW_V_3_0_PLUS:
|
|
837
835
|
# Keep compatibility for Airflow 2.x, remove when Airflow 3.0 is the minimum version
|
|
838
836
|
class AirflowContextDeprecationWarning(UserWarning):
|
|
@@ -888,7 +886,7 @@ class OpenLineageRedactor(SecretsMasker):
|
|
|
888
886
|
),
|
|
889
887
|
)
|
|
890
888
|
return item
|
|
891
|
-
return super()._redact(item, name, depth, max_depth)
|
|
889
|
+
return super()._redact(item, name, depth, max_depth, **kwargs)
|
|
892
890
|
except Exception as exc:
|
|
893
891
|
log.warning("Unable to redact %r. Error was: %s: %s", item, type(exc).__name__, exc)
|
|
894
892
|
return item
|
|
@@ -69,9 +69,8 @@ def hook_lineage_collector():
|
|
|
69
69
|
|
|
70
70
|
|
|
71
71
|
if AIRFLOW_V_3_0_PLUS:
|
|
72
|
-
from airflow.sdk import ObjectStoragePath
|
|
72
|
+
from airflow.sdk import BaseOperator, ObjectStoragePath
|
|
73
73
|
from airflow.sdk.api.datamodels._generated import TaskInstance as SDKTaskInstance
|
|
74
|
-
from airflow.sdk.bases.operator import BaseOperator
|
|
75
74
|
from airflow.sdk.execution_time import task_runner
|
|
76
75
|
from airflow.sdk.execution_time.comms import StartupDetails
|
|
77
76
|
from airflow.sdk.execution_time.task_runner import RuntimeTaskInstance, parse
|
|
@@ -114,7 +114,7 @@ def test_lineage_parent_id(mock_run_id):
|
|
|
114
114
|
@pytest.mark.skipif(not AIRFLOW_V_3_0_PLUS, reason="Test only for Airflow 3.0+")
|
|
115
115
|
def test_lineage_root_run_id_with_runtime_task_instance(create_runtime_ti):
|
|
116
116
|
"""Test lineage_root_run_id with real RuntimeTaskInstance object doesn't throw AttributeError."""
|
|
117
|
-
from airflow.sdk
|
|
117
|
+
from airflow.sdk import BaseOperator
|
|
118
118
|
|
|
119
119
|
task = BaseOperator(task_id="test_task")
|
|
120
120
|
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|