apache-airflow-providers-openlineage 2.7.1__tar.gz → 2.7.2rc1__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.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/PKG-INFO +9 -9
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/README.rst +3 -3
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/docs/changelog.rst +13 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/docs/index.rst +3 -3
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/provider.yaml +2 -1
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/pyproject.toml +6 -6
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/src/airflow/providers/openlineage/__init__.py +1 -1
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/src/airflow/providers/openlineage/utils/utils.py +22 -3
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/unit/openlineage/plugins/test_execution.py +7 -2
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/unit/openlineage/test_conf.py +1 -1
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/unit/openlineage/utils/test_utils.py +24 -3
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/docs/.latest-doc-only-change.txt +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/docs/commits.rst +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/docs/conf.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/docs/configurations-ref.rst +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/docs/guides/developer.rst +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/docs/guides/structure.rst +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/docs/guides/user.rst +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/docs/installing-providers-from-sources.rst +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/docs/integration-logos/openlineage.svg +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/docs/macros.rst +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/docs/security.rst +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/docs/supported_classes.rst +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/src/airflow/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/src/airflow/providers/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/src/airflow/providers/openlineage/LICENSE +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/src/airflow/providers/openlineage/conf.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/src/airflow/providers/openlineage/extractors/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/src/airflow/providers/openlineage/extractors/base.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/src/airflow/providers/openlineage/extractors/bash.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/src/airflow/providers/openlineage/extractors/manager.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/src/airflow/providers/openlineage/extractors/python.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/src/airflow/providers/openlineage/facets/AirflowDagRunFacet.json +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/src/airflow/providers/openlineage/facets/AirflowDebugRunFacet.json +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/src/airflow/providers/openlineage/facets/AirflowJobFacet.json +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/src/airflow/providers/openlineage/facets/AirflowRunFacet.json +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/src/airflow/providers/openlineage/facets/AirflowStateRunFacet.json +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/src/airflow/providers/openlineage/facets/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/src/airflow/providers/openlineage/get_provider_info.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/src/airflow/providers/openlineage/operators/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/src/airflow/providers/openlineage/operators/empty.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/src/airflow/providers/openlineage/plugins/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/src/airflow/providers/openlineage/plugins/adapter.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/src/airflow/providers/openlineage/plugins/facets.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/src/airflow/providers/openlineage/plugins/listener.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/src/airflow/providers/openlineage/plugins/macros.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/src/airflow/providers/openlineage/plugins/openlineage.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/src/airflow/providers/openlineage/sqlparser.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/src/airflow/providers/openlineage/utils/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/src/airflow/providers/openlineage/utils/selective_enable.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/src/airflow/providers/openlineage/utils/spark.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/src/airflow/providers/openlineage/utils/sql.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/src/airflow/providers/openlineage/version_compat.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/conftest.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/integration/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/integration/openlineage/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/integration/openlineage/operators/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/conftest.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/example_openlineage_base_complex_dag.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/example_openlineage_base_simple_dag.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/example_openlineage_defer_simple_dag.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/example_openlineage_docs_file_dag.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/example_openlineage_mapped_simple_dag.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/example_openlineage_schedule_asset_or_time_dag.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/example_openlineage_schedule_cron_dag.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/example_openlineage_schedule_list_complex_assets_dag.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/example_openlineage_schedule_list_multiple_assets_dag.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/example_openlineage_schedule_list_single_asset_dag.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/example_openlineage_schedule_multiple_assets_dag.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/example_openlineage_schedule_single_asset_dag.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/example_openlineage_schedule_timetable_dag.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/example_openlineage_setup_teardown_dag.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/example_openlineage_short_circuit_dag.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/example_openlineage_task_groups_dag.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/example_openlineage_taskflow_simple_dag.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/example_openlineage_trigger_dag.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/example_openlineage_versioned_dag.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/expected_events/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/expected_events/openlineage_base_complex_dag__af2.json +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/expected_events/openlineage_base_complex_dag__af3.json +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/expected_events/openlineage_base_simple_dag__af2.json +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/expected_events/openlineage_base_simple_dag__af3.json +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/expected_events/openlineage_defer_simple_dag.json +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/expected_events/openlineage_docs_file_dag.json +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/expected_events/openlineage_mapped_simple_dag.json +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/expected_events/openlineage_schedule_asset_or_time_dag__af2.json +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/expected_events/openlineage_schedule_asset_or_time_dag__af3.json +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/expected_events/openlineage_schedule_cron_dag__af2.json +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/expected_events/openlineage_schedule_cron_dag__af3.json +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/expected_events/openlineage_schedule_list_complex_assets_dag__af2.json +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/expected_events/openlineage_schedule_list_complex_assets_dag__af3.json +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/expected_events/openlineage_schedule_list_multiple_assets_dag__af2.json +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/expected_events/openlineage_schedule_list_multiple_assets_dag__af3.json +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/expected_events/openlineage_schedule_list_single_asset_dag__af2.json +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/expected_events/openlineage_schedule_list_single_asset_dag__af3.json +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/expected_events/openlineage_schedule_multiple_assets_dag__af2.json +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/expected_events/openlineage_schedule_multiple_assets_dag__af3.json +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/expected_events/openlineage_schedule_single_asset_dag__af2.json +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/expected_events/openlineage_schedule_single_asset_dag__af3.json +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/expected_events/openlineage_schedule_timetable_dag__af2.json +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/expected_events/openlineage_schedule_timetable_dag__af3.json +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/expected_events/openlineage_setup_teardown_dag__af2.json +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/expected_events/openlineage_setup_teardown_dag__af3.json +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/expected_events/openlineage_short_circuit_dag.json +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/expected_events/openlineage_task_groups_dag.json +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/expected_events/openlineage_taskflow_simple_dag.json +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/expected_events/openlineage_trigger_dag.json +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/expected_events/openlineage_versioned_dag__af2.json +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/expected_events/openlineage_versioned_dag__af3.json +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/operator.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/transport/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/system/openlineage/transport/variable.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/unit/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/unit/openlineage/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/unit/openlineage/dags/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/unit/openlineage/dags/test_openlineage_execution.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/unit/openlineage/extractors/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/unit/openlineage/extractors/test_base.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/unit/openlineage/extractors/test_bash.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/unit/openlineage/extractors/test_manager.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/unit/openlineage/extractors/test_python.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/unit/openlineage/log_config.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/unit/openlineage/operators/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/unit/openlineage/operators/test_empty.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/unit/openlineage/plugins/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/unit/openlineage/plugins/openlineage_configs/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/unit/openlineage/plugins/openlineage_configs/http.yaml +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/unit/openlineage/plugins/test_adapter.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/unit/openlineage/plugins/test_facets.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/unit/openlineage/plugins/test_listener.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/unit/openlineage/plugins/test_macros.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/unit/openlineage/plugins/test_openlineage.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/unit/openlineage/plugins/test_utils.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/unit/openlineage/test_sqlparser.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/unit/openlineage/utils/__init__.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/unit/openlineage/utils/custom_facet_fixture.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/unit/openlineage/utils/test_selective_enable.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/unit/openlineage/utils/test_spark.py +0 -0
- {apache_airflow_providers_openlineage-2.7.1 → apache_airflow_providers_openlineage-2.7.2rc1}/tests/unit/openlineage/utils/test_sql.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: apache-airflow-providers-openlineage
|
|
3
|
-
Version: 2.7.
|
|
3
|
+
Version: 2.7.2rc1
|
|
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>
|
|
@@ -20,15 +20,15 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.12
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.13
|
|
22
22
|
Classifier: Topic :: System :: Monitoring
|
|
23
|
-
Requires-Dist: apache-airflow>=2.10.
|
|
24
|
-
Requires-Dist: apache-airflow-providers-common-sql>=1.20.
|
|
25
|
-
Requires-Dist: apache-airflow-providers-common-compat>=1.4.
|
|
23
|
+
Requires-Dist: apache-airflow>=2.10.0rc1
|
|
24
|
+
Requires-Dist: apache-airflow-providers-common-sql>=1.20.0rc1
|
|
25
|
+
Requires-Dist: apache-airflow-providers-common-compat>=1.4.0rc1
|
|
26
26
|
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.7.
|
|
31
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.7.
|
|
30
|
+
Project-URL: Changelog, https://airflow.staged.apache.org/docs/apache-airflow-providers-openlineage/2.7.2/changelog.html
|
|
31
|
+
Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-openlineage/2.7.2
|
|
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.7.
|
|
62
|
+
Release: ``2.7.2``
|
|
63
63
|
|
|
64
64
|
|
|
65
65
|
`OpenLineage <https://openlineage.io/>`__
|
|
@@ -72,7 +72,7 @@ This is a provider package for ``openlineage`` provider. All classes for this pr
|
|
|
72
72
|
are in ``airflow.providers.openlineage`` python package.
|
|
73
73
|
|
|
74
74
|
You can find package information and changelog for the provider
|
|
75
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.7.
|
|
75
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.7.2/>`_.
|
|
76
76
|
|
|
77
77
|
Installation
|
|
78
78
|
------------
|
|
@@ -118,5 +118,5 @@ Dependent package
|
|
|
118
118
|
================================================================================================================== =================
|
|
119
119
|
|
|
120
120
|
The changelog for the provider package can be found in the
|
|
121
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.7.
|
|
121
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.7.2/changelog.html>`_.
|
|
122
122
|
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
|
|
24
24
|
Package ``apache-airflow-providers-openlineage``
|
|
25
25
|
|
|
26
|
-
Release: ``2.7.
|
|
26
|
+
Release: ``2.7.2``
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
`OpenLineage <https://openlineage.io/>`__
|
|
@@ -36,7 +36,7 @@ This is a provider package for ``openlineage`` provider. All classes for this pr
|
|
|
36
36
|
are in ``airflow.providers.openlineage`` python package.
|
|
37
37
|
|
|
38
38
|
You can find package information and changelog for the provider
|
|
39
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.7.
|
|
39
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.7.2/>`_.
|
|
40
40
|
|
|
41
41
|
Installation
|
|
42
42
|
------------
|
|
@@ -82,4 +82,4 @@ Dependent package
|
|
|
82
82
|
================================================================================================================== =================
|
|
83
83
|
|
|
84
84
|
The changelog for the provider package can be found in the
|
|
85
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.7.
|
|
85
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.7.2/changelog.html>`_.
|
|
@@ -26,6 +26,19 @@
|
|
|
26
26
|
Changelog
|
|
27
27
|
---------
|
|
28
28
|
|
|
29
|
+
2.7.2
|
|
30
|
+
.....
|
|
31
|
+
|
|
32
|
+
Misc
|
|
33
|
+
~~~~
|
|
34
|
+
|
|
35
|
+
* ``Adjust OpenLineage utils to be compatible with Airflow 3.1.0 (#56040)``
|
|
36
|
+
|
|
37
|
+
.. Below changes are excluded from the changelog. Move them to
|
|
38
|
+
appropriate section above if needed. Do not delete the lines(!):
|
|
39
|
+
* ``Enable PT011 rule to prvoider tests (#56021)``
|
|
40
|
+
* ``Move DagBag to airflow/dag_processing (#55139)``
|
|
41
|
+
|
|
29
42
|
2.7.1
|
|
30
43
|
.....
|
|
31
44
|
|
|
@@ -81,7 +81,7 @@ apache-airflow-providers-openlineage package
|
|
|
81
81
|
`OpenLineage <https://openlineage.io/>`__
|
|
82
82
|
|
|
83
83
|
|
|
84
|
-
Release: 2.7.
|
|
84
|
+
Release: 2.7.2
|
|
85
85
|
|
|
86
86
|
Provider package
|
|
87
87
|
----------------
|
|
@@ -138,5 +138,5 @@ Downloading official packages
|
|
|
138
138
|
You can download officially released packages and verify their checksums and signatures from the
|
|
139
139
|
`Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
|
|
140
140
|
|
|
141
|
-
* `The apache-airflow-providers-openlineage 2.7.
|
|
142
|
-
* `The apache-airflow-providers-openlineage 2.7.
|
|
141
|
+
* `The apache-airflow-providers-openlineage 2.7.2 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-2.7.2.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-2.7.2.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-2.7.2.tar.gz.sha512>`__)
|
|
142
|
+
* `The apache-airflow-providers-openlineage 2.7.2 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-2.7.2-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-2.7.2-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-2.7.2-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: 1758787152
|
|
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.7.2
|
|
31
32
|
- 2.7.1
|
|
32
33
|
- 2.7.0
|
|
33
34
|
- 2.6.1
|
|
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
|
|
|
25
25
|
|
|
26
26
|
[project]
|
|
27
27
|
name = "apache-airflow-providers-openlineage"
|
|
28
|
-
version = "2.7.
|
|
28
|
+
version = "2.7.2rc1"
|
|
29
29
|
description = "Provider package apache-airflow-providers-openlineage for Apache Airflow"
|
|
30
30
|
readme = "README.rst"
|
|
31
31
|
authors = [
|
|
@@ -57,9 +57,9 @@ requires-python = ">=3.10"
|
|
|
57
57
|
# Make sure to run ``prek update-providers-dependencies --all-files``
|
|
58
58
|
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
|
|
59
59
|
dependencies = [
|
|
60
|
-
"apache-airflow>=2.10.
|
|
61
|
-
"apache-airflow-providers-common-sql>=1.20.
|
|
62
|
-
"apache-airflow-providers-common-compat>=1.4.
|
|
60
|
+
"apache-airflow>=2.10.0rc1",
|
|
61
|
+
"apache-airflow-providers-common-sql>=1.20.0rc1",
|
|
62
|
+
"apache-airflow-providers-common-compat>=1.4.0rc1",
|
|
63
63
|
"attrs>=22.2",
|
|
64
64
|
"openlineage-integration-common>=1.36.0",
|
|
65
65
|
"openlineage-python>=1.36.0",
|
|
@@ -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.7.
|
|
109
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.7.
|
|
108
|
+
"Documentation" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-openlineage/2.7.2"
|
|
109
|
+
"Changelog" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-openlineage/2.7.2/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.7.
|
|
32
|
+
__version__ = "2.7.2"
|
|
33
33
|
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
|
35
35
|
"2.10.0"
|
|
@@ -464,14 +464,25 @@ class DagInfo(InfoJsonEncodable):
|
|
|
464
464
|
"fileloc",
|
|
465
465
|
"owner",
|
|
466
466
|
"owner_links",
|
|
467
|
-
"schedule_interval", # For Airflow 2
|
|
468
|
-
"timetable_summary", # For Airflow 3.
|
|
467
|
+
"schedule_interval", # For Airflow 2 only -> AF3 has timetable_summary
|
|
469
468
|
"start_date",
|
|
470
469
|
"tags",
|
|
471
470
|
]
|
|
472
|
-
casts = {
|
|
471
|
+
casts = {
|
|
472
|
+
"timetable": lambda dag: DagInfo.serialize_timetable(dag),
|
|
473
|
+
"timetable_summary": lambda dag: DagInfo.timetable_summary(dag),
|
|
474
|
+
}
|
|
473
475
|
renames = {"_dag_id": "dag_id"}
|
|
474
476
|
|
|
477
|
+
@classmethod
|
|
478
|
+
def timetable_summary(cls, dag: DAG) -> str | None:
|
|
479
|
+
"""Extract summary from timetable if missing a ``timetable_summary`` property."""
|
|
480
|
+
if getattr(dag, "timetable_summary", None):
|
|
481
|
+
return dag.timetable_summary
|
|
482
|
+
if getattr(dag, "timetable", None):
|
|
483
|
+
return dag.timetable.summary
|
|
484
|
+
return None
|
|
485
|
+
|
|
475
486
|
@classmethod
|
|
476
487
|
def serialize_timetable(cls, dag: DAG) -> dict[str, Any]:
|
|
477
488
|
# This is enough for Airflow 2.10+ and has all the information needed
|
|
@@ -797,6 +808,14 @@ def _emits_ol_events(task: AnyOperator) -> bool:
|
|
|
797
808
|
not getattr(task, "on_success_callback", None),
|
|
798
809
|
not task.outlets,
|
|
799
810
|
not (task.inlets and get_base_airflow_version_tuple() >= (3, 0, 2)), # Added in 3.0.2 #50773
|
|
811
|
+
not (
|
|
812
|
+
getattr(task, "has_on_execute_callback", None) # Added in 3.1.0 #54569
|
|
813
|
+
and get_base_airflow_version_tuple() >= (3, 1, 0)
|
|
814
|
+
),
|
|
815
|
+
not (
|
|
816
|
+
getattr(task, "has_on_success_callback", None) # Added in 3.1.0 #54569
|
|
817
|
+
and get_base_airflow_version_tuple() >= (3, 1, 0)
|
|
818
|
+
),
|
|
800
819
|
)
|
|
801
820
|
)
|
|
802
821
|
|
|
@@ -28,7 +28,7 @@ import pytest
|
|
|
28
28
|
|
|
29
29
|
from airflow.jobs.job import Job
|
|
30
30
|
from airflow.listeners.listener import get_listener_manager
|
|
31
|
-
from airflow.models import
|
|
31
|
+
from airflow.models import TaskInstance
|
|
32
32
|
from airflow.providers.google.cloud.openlineage.utils import get_from_nullable_chain
|
|
33
33
|
from airflow.providers.openlineage.plugins.listener import OpenLineageListener
|
|
34
34
|
from airflow.utils import timezone
|
|
@@ -37,7 +37,12 @@ from airflow.utils.types import DagRunType
|
|
|
37
37
|
|
|
38
38
|
from tests_common.test_utils.config import conf_vars
|
|
39
39
|
from tests_common.test_utils.db import clear_db_runs
|
|
40
|
-
from tests_common.test_utils.version_compat import AIRFLOW_V_3_0_PLUS
|
|
40
|
+
from tests_common.test_utils.version_compat import AIRFLOW_V_3_0_PLUS, AIRFLOW_V_3_1_PLUS
|
|
41
|
+
|
|
42
|
+
if AIRFLOW_V_3_1_PLUS:
|
|
43
|
+
from airflow.dag_processing.dagbag import DagBag
|
|
44
|
+
else:
|
|
45
|
+
from airflow.models.dagbag import DagBag # type: ignore[attr-defined, no-redef]
|
|
41
46
|
|
|
42
47
|
TEST_DAG_FOLDER = os.path.join(os.path.dirname(os.path.dirname(__file__)), "dags")
|
|
43
48
|
DEFAULT_DATE = timezone.datetime(2016, 1, 1)
|
|
@@ -320,7 +320,7 @@ def test_transport_valid():
|
|
|
320
320
|
@pytest.mark.parametrize("transport_value", ('["a", "b"]', "[]", '[{"a": "b"}]'))
|
|
321
321
|
def test_transport_not_valid(transport_value):
|
|
322
322
|
with conf_vars({(_CONFIG_SECTION, _CONFIG_OPTION_TRANSPORT): transport_value}):
|
|
323
|
-
with pytest.raises(ValueError):
|
|
323
|
+
with pytest.raises(ValueError, match="OpenLineage transport"):
|
|
324
324
|
transport()
|
|
325
325
|
|
|
326
326
|
|
|
@@ -182,14 +182,13 @@ def test_get_airflow_dag_run_facet():
|
|
|
182
182
|
"fileloc": pathlib.Path(__file__).resolve().as_posix(),
|
|
183
183
|
"owner": "airflow",
|
|
184
184
|
"timetable": {},
|
|
185
|
+
"timetable_summary": "@once",
|
|
185
186
|
"start_date": "2024-06-01T00:00:00+00:00",
|
|
186
187
|
"tags": "['test']",
|
|
187
188
|
"owner_links": {},
|
|
188
189
|
}
|
|
189
190
|
if hasattr(dag, "schedule_interval"): # Airflow 2 compat.
|
|
190
191
|
expected_dag_info["schedule_interval"] = "@once"
|
|
191
|
-
else: # Airflow 3 and up.
|
|
192
|
-
expected_dag_info["timetable_summary"] = "@once"
|
|
193
192
|
assert result == {
|
|
194
193
|
"airflowDagRun": AirflowDagRunFacet(
|
|
195
194
|
dag=expected_dag_info,
|
|
@@ -1055,7 +1054,21 @@ def test_get_user_provided_run_facets_with_exception(mock_custom_facet_funcs):
|
|
|
1055
1054
|
assert result == {}
|
|
1056
1055
|
|
|
1057
1056
|
|
|
1058
|
-
|
|
1057
|
+
def test_daginfo_timetable_summary():
|
|
1058
|
+
from airflow.timetables.simple import NullTimetable
|
|
1059
|
+
|
|
1060
|
+
dag = MagicMock()
|
|
1061
|
+
# timetable is enough to get summary
|
|
1062
|
+
dag.timetable = NullTimetable()
|
|
1063
|
+
dag.timetable_summary = None
|
|
1064
|
+
assert DagInfo(dag).timetable_summary == "None"
|
|
1065
|
+
|
|
1066
|
+
# but if summary is present, it's preferred
|
|
1067
|
+
dag.timetable_summary = "explicit_summary"
|
|
1068
|
+
assert DagInfo(dag).timetable_summary == "explicit_summary"
|
|
1069
|
+
|
|
1070
|
+
|
|
1071
|
+
@pytest.mark.skipif(AIRFLOW_V_3_0_PLUS, reason="Airflow 2 tests")
|
|
1059
1072
|
class TestDagInfoAirflow2:
|
|
1060
1073
|
def test_dag_info(self):
|
|
1061
1074
|
with DAG(
|
|
@@ -1080,6 +1093,7 @@ class TestDagInfoAirflow2:
|
|
|
1080
1093
|
"start_date": "2024-06-01T00:00:00+00:00",
|
|
1081
1094
|
"tags": "['test']",
|
|
1082
1095
|
"timetable": {},
|
|
1096
|
+
"timetable_summary": "@once",
|
|
1083
1097
|
"owner_links": {"some_owner": "https://airflow.apache.org"},
|
|
1084
1098
|
}
|
|
1085
1099
|
|
|
@@ -1100,6 +1114,7 @@ class TestDagInfoAirflow2:
|
|
|
1100
1114
|
"start_date": "2024-06-01T00:00:00+00:00",
|
|
1101
1115
|
"tags": "[]",
|
|
1102
1116
|
"timetable": {"expression": "*/4 3 * * *", "timezone": "UTC"},
|
|
1117
|
+
"timetable_summary": "*/4 3 * * *",
|
|
1103
1118
|
"owner_links": {},
|
|
1104
1119
|
}
|
|
1105
1120
|
|
|
@@ -1124,6 +1139,7 @@ class TestDagInfoAirflow2:
|
|
|
1124
1139
|
"fileloc": pathlib.Path(__file__).resolve().as_posix(),
|
|
1125
1140
|
"owner": "",
|
|
1126
1141
|
"schedule_interval": "My Team's Baseball Games",
|
|
1142
|
+
"timetable_summary": "My Team's Baseball Games",
|
|
1127
1143
|
"start_date": "2024-06-01T00:00:00+00:00",
|
|
1128
1144
|
"tags": "[]",
|
|
1129
1145
|
"owner_links": {},
|
|
@@ -1151,6 +1167,7 @@ class TestDagInfoAirflow2:
|
|
|
1151
1167
|
"fileloc": pathlib.Path(__file__).resolve().as_posix(),
|
|
1152
1168
|
"owner": "",
|
|
1153
1169
|
"schedule_interval": "Dataset",
|
|
1170
|
+
"timetable_summary": "Dataset",
|
|
1154
1171
|
"start_date": "2024-06-01T00:00:00+00:00",
|
|
1155
1172
|
"tags": "[]",
|
|
1156
1173
|
"owner_links": {},
|
|
@@ -1176,6 +1193,7 @@ class TestDagInfoAirflow2:
|
|
|
1176
1193
|
"fileloc": pathlib.Path(__file__).resolve().as_posix(),
|
|
1177
1194
|
"owner": "",
|
|
1178
1195
|
"schedule_interval": "Dataset",
|
|
1196
|
+
"timetable_summary": "Dataset",
|
|
1179
1197
|
"start_date": "2024-06-01T00:00:00+00:00",
|
|
1180
1198
|
"tags": "[]",
|
|
1181
1199
|
"owner_links": {},
|
|
@@ -1204,6 +1222,7 @@ class TestDagInfoAirflow2:
|
|
|
1204
1222
|
"fileloc": pathlib.Path(__file__).resolve().as_posix(),
|
|
1205
1223
|
"owner": "",
|
|
1206
1224
|
"schedule_interval": "Dataset",
|
|
1225
|
+
"timetable_summary": "Dataset",
|
|
1207
1226
|
"start_date": "2024-06-01T00:00:00+00:00",
|
|
1208
1227
|
"tags": "[]",
|
|
1209
1228
|
"owner_links": {},
|
|
@@ -1250,6 +1269,7 @@ class TestDagInfoAirflow2:
|
|
|
1250
1269
|
"fileloc": pathlib.Path(__file__).resolve().as_posix(),
|
|
1251
1270
|
"owner": "",
|
|
1252
1271
|
"schedule_interval": "Dataset or */4 3 * * *",
|
|
1272
|
+
"timetable_summary": "Dataset or */4 3 * * *",
|
|
1253
1273
|
"start_date": "2024-06-01T00:00:00+00:00",
|
|
1254
1274
|
"tags": "[]",
|
|
1255
1275
|
"owner_links": {},
|
|
@@ -1301,6 +1321,7 @@ class TestDagInfoAirflow210:
|
|
|
1301
1321
|
"owner_links": {},
|
|
1302
1322
|
"timetable": {"dataset_condition": {"__type": "dataset", "uri": "uri1", "extra": {"a": 1}}},
|
|
1303
1323
|
"schedule_interval": "Dataset",
|
|
1324
|
+
"timetable_summary": "Dataset",
|
|
1304
1325
|
}
|
|
1305
1326
|
|
|
1306
1327
|
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|