apache-airflow-providers-standard 1.9.0rc1__tar.gz → 1.9.0rc2__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-standard might be problematic. Click here for more details.
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/PKG-INFO +1 -1
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/docs/changelog.rst +7 -4
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/pyproject.toml +1 -1
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/sensors/external_task.py +2 -2
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/version_compat.py +2 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/sensors/test_external_task_sensor.py +7 -3
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/sensors/test_time_delta.py +2 -2
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/sensors/test_weekday.py +2 -2
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/README.rst +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/docs/commits.rst +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/docs/conf.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/docs/configurations-ref.rst +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/docs/index.rst +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/docs/installing-providers-from-sources.rst +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/docs/operators/bash.rst +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/docs/operators/datetime.rst +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/docs/operators/index.rst +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/docs/operators/latest_only.rst +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/docs/operators/python.rst +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/docs/operators/trigger_dag_run.rst +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/docs/security.rst +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/docs/sensors/bash.rst +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/docs/sensors/datetime.rst +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/docs/sensors/external_task_sensor.rst +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/docs/sensors/file.rst +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/docs/sensors/index.rst +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/docs/sensors/python.rst +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/provider.yaml +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/__init__.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/__init__.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/LICENSE +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/__init__.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/decorators/__init__.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/decorators/bash.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/decorators/branch_external_python.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/decorators/branch_python.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/decorators/branch_virtualenv.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/decorators/external_python.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/decorators/python.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/decorators/python_virtualenv.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/decorators/sensor.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/decorators/short_circuit.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/decorators/stub.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/example_dags/__init__.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/example_dags/example_bash_decorator.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/example_dags/example_bash_operator.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/example_dags/example_branch_datetime_operator.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/example_dags/example_branch_day_of_week_operator.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/example_dags/example_branch_operator.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/example_dags/example_branch_operator_decorator.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/example_dags/example_external_task_child_deferrable.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/example_dags/example_external_task_marker_dag.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/example_dags/example_external_task_parent_deferrable.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/example_dags/example_hitl_operator.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/example_dags/example_latest_only.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/example_dags/example_python_decorator.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/example_dags/example_python_operator.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/example_dags/example_sensor_decorator.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/example_dags/example_sensors.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/example_dags/example_short_circuit_decorator.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/example_dags/example_short_circuit_operator.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/example_dags/example_trigger_controller_dag.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/example_dags/sql/__init__.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/example_dags/sql/sample.sql +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/exceptions.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/get_provider_info.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/hooks/__init__.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/hooks/filesystem.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/hooks/package_index.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/hooks/subprocess.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/models/__init__.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/operators/__init__.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/operators/bash.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/operators/branch.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/operators/datetime.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/operators/empty.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/operators/hitl.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/operators/latest_only.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/operators/python.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/operators/smooth.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/operators/trigger_dagrun.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/operators/weekday.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/sensors/__init__.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/sensors/bash.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/sensors/date_time.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/sensors/filesystem.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/sensors/python.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/sensors/time.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/sensors/time_delta.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/sensors/weekday.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/triggers/__init__.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/triggers/external_task.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/triggers/file.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/triggers/hitl.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/triggers/temporal.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/utils/__init__.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/utils/python_virtualenv.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/utils/python_virtualenv_script.jinja2 +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/utils/sensor_helper.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/utils/skipmixin.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/src/airflow/providers/standard/utils/weekday.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/conftest.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/__init__.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/__init__.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/decorators/__init__.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/decorators/test_bash.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/decorators/test_branch_external_python.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/decorators/test_branch_python.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/decorators/test_branch_virtualenv.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/decorators/test_external_python.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/decorators/test_python.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/decorators/test_python_virtualenv.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/decorators/test_sensor.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/decorators/test_short_circuit.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/decorators/test_stub.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/hooks/__init__.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/hooks/test_filesystem.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/hooks/test_package_index.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/hooks/test_subprocess.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/operators/__init__.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/operators/test_bash.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/operators/test_branch_operator.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/operators/test_datetime.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/operators/test_hitl.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/operators/test_latest_only_operator.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/operators/test_python.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/operators/test_smooth.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/operators/test_trigger_dagrun.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/operators/test_weekday.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/sensors/__init__.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/sensors/test_bash.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/sensors/test_date_time.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/sensors/test_filesystem.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/sensors/test_python.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/sensors/test_time.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/test_exceptions.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/triggers/__init__.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/triggers/test_external_task.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/triggers/test_file.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/triggers/test_hitl.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/triggers/test_temporal.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/utils/__init__.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/utils/test_python_virtualenv.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/utils/test_sensor_helper.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/utils/test_skipmixin.py +0 -0
- {apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/tests/unit/standard/utils/test_weekday.py +0 -0
{apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: apache-airflow-providers-standard
|
|
3
|
-
Version: 1.9.
|
|
3
|
+
Version: 1.9.0rc2
|
|
4
4
|
Summary: Provider package apache-airflow-providers-standard for Apache Airflow
|
|
5
5
|
Keywords: airflow-provider,standard,airflow,integration
|
|
6
6
|
Author-email: Apache Software Foundation <dev@airflow.apache.org>
|
|
@@ -43,6 +43,11 @@ Features
|
|
|
43
43
|
|
|
44
44
|
* ``Add a '@task.stub' to allow tasks in other languages to be defined in dags (#56055)``
|
|
45
45
|
|
|
46
|
+
Bug Fixes
|
|
47
|
+
~~~~~~~~~
|
|
48
|
+
|
|
49
|
+
* ``Fix DagBag imports in Airflow 3.2+ (#56109)``
|
|
50
|
+
|
|
46
51
|
Misc
|
|
47
52
|
~~~~
|
|
48
53
|
|
|
@@ -52,13 +57,13 @@ Misc
|
|
|
52
57
|
appropriate section above if needed. Do not delete the lines(!):
|
|
53
58
|
* ``Fix 'example_bash_decorator' DAG (#56020)``
|
|
54
59
|
* ``Enable pt011 rule 2 (#55749)``
|
|
60
|
+
* ``Remove placeholder Release Date in changelog and index files (#56056)``
|
|
61
|
+
* ``Prepare release for Sep 2025 3rd ad-hoc wave of providers (#56007)``
|
|
55
62
|
|
|
56
63
|
1.8.0
|
|
57
64
|
.....
|
|
58
65
|
|
|
59
66
|
|
|
60
|
-
Release Date: ``|PypiReleaseDate|``
|
|
61
|
-
|
|
62
67
|
Features
|
|
63
68
|
~~~~~~~~
|
|
64
69
|
|
|
@@ -88,8 +93,6 @@ Misc
|
|
|
88
93
|
.....
|
|
89
94
|
|
|
90
95
|
|
|
91
|
-
Release Date: ``|PypiReleaseDate|``
|
|
92
|
-
|
|
93
96
|
Features
|
|
94
97
|
~~~~~~~~
|
|
95
98
|
|
|
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
|
|
|
25
25
|
|
|
26
26
|
[project]
|
|
27
27
|
name = "apache-airflow-providers-standard"
|
|
28
|
-
version = "1.9.
|
|
28
|
+
version = "1.9.0rc2"
|
|
29
29
|
description = "Provider package apache-airflow-providers-standard for Apache Airflow"
|
|
30
30
|
readme = "README.rst"
|
|
31
31
|
authors = [
|
|
@@ -40,7 +40,7 @@ from airflow.providers.standard.triggers.external_task import WorkflowTrigger
|
|
|
40
40
|
from airflow.providers.standard.utils.sensor_helper import _get_count, _get_external_task_group_task_ids
|
|
41
41
|
from airflow.providers.standard.version_compat import (
|
|
42
42
|
AIRFLOW_V_3_0_PLUS,
|
|
43
|
-
|
|
43
|
+
AIRFLOW_V_3_2_PLUS,
|
|
44
44
|
BaseOperator,
|
|
45
45
|
BaseOperatorLink,
|
|
46
46
|
BaseSensorOperator,
|
|
@@ -51,7 +51,7 @@ from airflow.utils.state import State, TaskInstanceState
|
|
|
51
51
|
if not AIRFLOW_V_3_0_PLUS:
|
|
52
52
|
from airflow.utils.session import NEW_SESSION, provide_session
|
|
53
53
|
|
|
54
|
-
if
|
|
54
|
+
if AIRFLOW_V_3_2_PLUS:
|
|
55
55
|
from airflow.dag_processing.dagbag import DagBag
|
|
56
56
|
else:
|
|
57
57
|
from airflow.models.dagbag import DagBag # type: ignore[attr-defined, no-redef]
|
|
@@ -34,6 +34,7 @@ def get_base_airflow_version_tuple() -> tuple[int, int, int]:
|
|
|
34
34
|
|
|
35
35
|
AIRFLOW_V_3_0_PLUS: bool = get_base_airflow_version_tuple() >= (3, 0, 0)
|
|
36
36
|
AIRFLOW_V_3_1_PLUS: bool = get_base_airflow_version_tuple() >= (3, 1, 0)
|
|
37
|
+
AIRFLOW_V_3_2_PLUS: bool = get_base_airflow_version_tuple() >= (3, 2, 0)
|
|
37
38
|
|
|
38
39
|
# BaseOperator is not imported from SDK from 3.0 (and only done from 3.1) due to a bug with
|
|
39
40
|
# DecoratedOperator -- where `DecoratedOperator._handle_output` needed `xcom_push` to exist on `BaseOperator`
|
|
@@ -57,6 +58,7 @@ else:
|
|
|
57
58
|
__all__ = [
|
|
58
59
|
"AIRFLOW_V_3_0_PLUS",
|
|
59
60
|
"AIRFLOW_V_3_1_PLUS",
|
|
61
|
+
"AIRFLOW_V_3_2_PLUS",
|
|
60
62
|
"BaseOperator",
|
|
61
63
|
"BaseOperatorLink",
|
|
62
64
|
"BaseHook",
|
|
@@ -56,7 +56,7 @@ from airflow.utils.types import DagRunType
|
|
|
56
56
|
from tests_common.test_utils.dag import create_scheduler_dag, sync_dag_to_db, sync_dags_to_db
|
|
57
57
|
from tests_common.test_utils.db import clear_db_runs
|
|
58
58
|
from tests_common.test_utils.mock_operators import MockOperator
|
|
59
|
-
from tests_common.test_utils.version_compat import AIRFLOW_V_3_0_PLUS, AIRFLOW_V_3_1_PLUS
|
|
59
|
+
from tests_common.test_utils.version_compat import AIRFLOW_V_3_0_PLUS, AIRFLOW_V_3_1_PLUS, AIRFLOW_V_3_2_PLUS
|
|
60
60
|
|
|
61
61
|
if AIRFLOW_V_3_0_PLUS:
|
|
62
62
|
from airflow.models.dag_version import DagVersion
|
|
@@ -67,14 +67,18 @@ else:
|
|
|
67
67
|
from airflow.models import BaseOperator # type: ignore[assignment,no-redef]
|
|
68
68
|
|
|
69
69
|
if AIRFLOW_V_3_1_PLUS:
|
|
70
|
-
from airflow.dag_processing.dagbag import DagBag
|
|
71
70
|
from airflow.sdk import TaskGroup
|
|
72
71
|
from airflow.sdk.timezone import coerce_datetime, datetime
|
|
73
72
|
else:
|
|
74
|
-
from airflow.models.dagbag import DagBag # type: ignore[attr-defined, no-redef]
|
|
75
73
|
from airflow.utils.task_group import TaskGroup # type: ignore[no-redef]
|
|
76
74
|
from airflow.utils.timezone import coerce_datetime, datetime # type: ignore[attr-defined,no-redef]
|
|
77
75
|
|
|
76
|
+
if AIRFLOW_V_3_2_PLUS:
|
|
77
|
+
from airflow.dag_processing.dagbag import DagBag
|
|
78
|
+
else:
|
|
79
|
+
from airflow.models.dagbag import DagBag # type: ignore[attr-defined, no-redef]
|
|
80
|
+
|
|
81
|
+
|
|
78
82
|
pytestmark = pytest.mark.db_test
|
|
79
83
|
|
|
80
84
|
TI = TaskInstance
|
|
@@ -35,9 +35,9 @@ from airflow.providers.standard.triggers.temporal import DateTimeTrigger
|
|
|
35
35
|
from airflow.utils.types import DagRunType
|
|
36
36
|
|
|
37
37
|
from tests_common.test_utils import db
|
|
38
|
-
from tests_common.test_utils.version_compat import AIRFLOW_V_3_0_PLUS,
|
|
38
|
+
from tests_common.test_utils.version_compat import AIRFLOW_V_3_0_PLUS, AIRFLOW_V_3_2_PLUS, timezone
|
|
39
39
|
|
|
40
|
-
if
|
|
40
|
+
if AIRFLOW_V_3_2_PLUS:
|
|
41
41
|
from airflow.dag_processing.dagbag import DagBag
|
|
42
42
|
else:
|
|
43
43
|
from airflow.models.dagbag import DagBag # type: ignore[attr-defined, no-redef]
|
|
@@ -27,9 +27,9 @@ from airflow.providers.standard.sensors.weekday import DayOfWeekSensor
|
|
|
27
27
|
from airflow.providers.standard.utils.weekday import WeekDay
|
|
28
28
|
|
|
29
29
|
from tests_common.test_utils import db
|
|
30
|
-
from tests_common.test_utils.version_compat import AIRFLOW_V_3_0_PLUS,
|
|
30
|
+
from tests_common.test_utils.version_compat import AIRFLOW_V_3_0_PLUS, AIRFLOW_V_3_2_PLUS, timezone
|
|
31
31
|
|
|
32
|
-
if
|
|
32
|
+
if AIRFLOW_V_3_2_PLUS:
|
|
33
33
|
from airflow.dag_processing.dagbag import DagBag
|
|
34
34
|
else:
|
|
35
35
|
from airflow.models import DagBag # type: ignore[attr-defined, no-redef]
|
{apache_airflow_providers_standard-1.9.0rc1 → apache_airflow_providers_standard-1.9.0rc2}/README.rst
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|