apache-airflow-providers-standard 1.6.0rc1__tar.gz → 1.6.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.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/PKG-INFO +1 -1
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/docs/changelog.rst +12 -6
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/pyproject.toml +1 -1
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/decorators/bash.py +1 -1
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/operators/hitl.py +5 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/operators/python.py +5 -5
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/sensors/python.py +2 -3
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/triggers/temporal.py +5 -1
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/utils/python_virtualenv.py +10 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/version_compat.py +3 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/operators/test_hitl.py +24 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/operators/test_python.py +6 -2
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/README.rst +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/docs/commits.rst +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/docs/conf.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/docs/configurations-ref.rst +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/docs/index.rst +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/docs/installing-providers-from-sources.rst +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/docs/operators/bash.rst +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/docs/operators/datetime.rst +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/docs/operators/index.rst +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/docs/operators/latest_only.rst +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/docs/operators/python.rst +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/docs/operators/trigger_dag_run.rst +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/docs/security.rst +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/docs/sensors/bash.rst +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/docs/sensors/datetime.rst +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/docs/sensors/external_task_sensor.rst +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/docs/sensors/file.rst +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/docs/sensors/index.rst +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/docs/sensors/python.rst +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/provider.yaml +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/__init__.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/__init__.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/LICENSE +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/__init__.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/decorators/__init__.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/decorators/branch_external_python.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/decorators/branch_python.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/decorators/branch_virtualenv.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/decorators/external_python.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/decorators/python.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/decorators/python_virtualenv.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/decorators/sensor.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/decorators/short_circuit.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/example_dags/__init__.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/example_dags/example_bash_decorator.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/example_dags/example_bash_operator.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/example_dags/example_branch_datetime_operator.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/example_dags/example_branch_day_of_week_operator.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/example_dags/example_branch_operator.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/example_dags/example_branch_operator_decorator.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/example_dags/example_external_task_child_deferrable.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/example_dags/example_external_task_marker_dag.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/example_dags/example_external_task_parent_deferrable.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/example_dags/example_hitl_operator.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/example_dags/example_latest_only.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/example_dags/example_python_decorator.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/example_dags/example_python_operator.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/example_dags/example_sensor_decorator.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/example_dags/example_sensors.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/example_dags/example_short_circuit_decorator.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/example_dags/example_short_circuit_operator.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/example_dags/example_trigger_controller_dag.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/example_dags/sql/__init__.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/example_dags/sql/sample.sql +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/exceptions.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/get_provider_info.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/hooks/__init__.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/hooks/filesystem.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/hooks/package_index.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/hooks/subprocess.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/models/__init__.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/operators/__init__.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/operators/bash.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/operators/branch.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/operators/datetime.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/operators/empty.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/operators/latest_only.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/operators/smooth.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/operators/trigger_dagrun.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/operators/weekday.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/sensors/__init__.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/sensors/bash.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/sensors/date_time.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/sensors/external_task.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/sensors/filesystem.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/sensors/time.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/sensors/time_delta.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/sensors/weekday.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/triggers/__init__.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/triggers/external_task.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/triggers/file.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/triggers/hitl.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/utils/__init__.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/utils/python_virtualenv_script.jinja2 +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/utils/sensor_helper.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/utils/skipmixin.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/src/airflow/providers/standard/utils/weekday.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/conftest.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/__init__.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/__init__.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/decorators/__init__.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/decorators/test_bash.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/decorators/test_branch_external_python.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/decorators/test_branch_python.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/decorators/test_branch_virtualenv.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/decorators/test_external_python.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/decorators/test_python.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/decorators/test_python_virtualenv.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/decorators/test_sensor.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/decorators/test_short_circuit.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/hooks/__init__.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/hooks/test_filesystem.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/hooks/test_package_index.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/hooks/test_subprocess.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/operators/__init__.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/operators/test_bash.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/operators/test_branch_operator.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/operators/test_datetime.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/operators/test_latest_only_operator.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/operators/test_smooth.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/operators/test_trigger_dagrun.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/operators/test_weekday.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/sensors/__init__.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/sensors/test_bash.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/sensors/test_date_time.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/sensors/test_external_task_sensor.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/sensors/test_python.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/sensors/test_time.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/sensors/test_time_delta.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/sensors/test_weekday.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/test_exceptions.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/triggers/__init__.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/triggers/test_external_task.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/triggers/test_file.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/triggers/test_hitl.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/triggers/test_temporal.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/utils/__init__.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/utils/test_python_virtualenv.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/utils/test_sensor_helper.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/utils/test_skipmixin.py +0 -0
- {apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/tests/unit/standard/utils/test_weekday.py +0 -0
{apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.0rc2}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: apache-airflow-providers-standard
|
|
3
|
-
Version: 1.6.
|
|
3
|
+
Version: 1.6.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>
|
|
@@ -41,22 +41,27 @@ Changelog
|
|
|
41
41
|
Features
|
|
42
42
|
~~~~~~~~
|
|
43
43
|
|
|
44
|
-
* ``feat(
|
|
45
|
-
* ``feat(
|
|
44
|
+
* ``feat(HITL): add 'notifiers' to HITLOperator (#54128)``
|
|
45
|
+
* ``feat(HITL): add HITLBranchOperator (#53960)``
|
|
46
46
|
* ``feat(HITL): improve hitl trigger logging message (#53850)``
|
|
47
|
-
* ``feat(
|
|
47
|
+
* ``feat(HITL): add "timedout" column to HITLTriggerEventSuccessPayload (#53852)``
|
|
48
48
|
|
|
49
49
|
Bug Fixes
|
|
50
50
|
~~~~~~~~~
|
|
51
51
|
|
|
52
52
|
* ``Restore 'execute_complete' functionality 'TimeSensor' when 'deferrable=True' (#53669)``
|
|
53
53
|
* ``Fix several deprecation warnings related to airflow.sdk (#53791)``
|
|
54
|
+
* ``Fix pycache_cleanup path handling in PythonVirtualenvOperator (#54214)``
|
|
55
|
+
* ``fix(HITL): guard empty options or chosen_options when writing response (#54355)``
|
|
54
56
|
|
|
55
57
|
Misc
|
|
56
58
|
~~~~
|
|
57
59
|
|
|
58
|
-
* ``refactor(
|
|
60
|
+
* ``refactor(HITL): replace timezone usage with airflow.sdk.timezone (#53962)``
|
|
59
61
|
* ``refactor(HITL): make default options class variables to avoid typo (#53849)``
|
|
62
|
+
* ``Add a warning about python interpreter using with uv (#54262)``
|
|
63
|
+
* ``Introduce 'StdoutCaptureManager' to isolate stdout from 'logging' logs (#54065)``
|
|
64
|
+
* ``Move some items in 'airflow.utils.context' to appropriate places (#53600)``
|
|
60
65
|
|
|
61
66
|
Doc-only
|
|
62
67
|
~~~~~~~~
|
|
@@ -68,6 +73,7 @@ Doc-only
|
|
|
68
73
|
* ``Documentation for Human-in-the-loop operator (#53694)``
|
|
69
74
|
* ``Correct HITL version warnings to avoid confusion (#53876)``
|
|
70
75
|
* ``Move functions in 'airflow.utils.decorator' to more appropriate places (#53420)``
|
|
76
|
+
* ``Prepare release for Aug 2025 1st wave of providers (#54193)``
|
|
71
77
|
|
|
72
78
|
1.5.0
|
|
73
79
|
.....
|
|
@@ -83,8 +89,8 @@ Bug Fixes
|
|
|
83
89
|
|
|
84
90
|
* ``Fix key error in _handle_execution_date_fn for ExternalTaskSensor (#53728)``
|
|
85
91
|
* ``fix: Type mismatch for DateInterval in latest only operator (#53541)``
|
|
86
|
-
* ``fix(
|
|
87
|
-
* ``fix(
|
|
92
|
+
* ``fix(HITL): Fix HITLEntryOperator "options" and "defaults" handling (#53184)``
|
|
93
|
+
* ``fix(HITL): handle hitl details when task instance is retried (#53824)``
|
|
88
94
|
|
|
89
95
|
Misc
|
|
90
96
|
~~~~
|
|
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
|
|
|
25
25
|
|
|
26
26
|
[project]
|
|
27
27
|
name = "apache-airflow-providers-standard"
|
|
28
|
-
version = "1.6.
|
|
28
|
+
version = "1.6.0rc2"
|
|
29
29
|
description = "Provider package apache-airflow-providers-standard for Apache Airflow"
|
|
30
30
|
readme = "README.rst"
|
|
31
31
|
authors = [
|
|
@@ -33,8 +33,8 @@ else:
|
|
|
33
33
|
)
|
|
34
34
|
|
|
35
35
|
from airflow.providers.standard.operators.bash import BashOperator
|
|
36
|
+
from airflow.providers.standard.version_compat import context_merge
|
|
36
37
|
from airflow.sdk.definitions._internal.types import SET_DURING_EXECUTION
|
|
37
|
-
from airflow.utils.context import context_merge
|
|
38
38
|
from airflow.utils.operator_helpers import determine_kwargs
|
|
39
39
|
|
|
40
40
|
if TYPE_CHECKING:
|
|
@@ -84,8 +84,13 @@ class HITLOperator(BaseOperator):
|
|
|
84
84
|
[notifiers] if isinstance(notifiers, BaseNotifier) else notifiers or []
|
|
85
85
|
)
|
|
86
86
|
|
|
87
|
+
self.validate_options()
|
|
87
88
|
self.validate_defaults()
|
|
88
89
|
|
|
90
|
+
def validate_options(self) -> None:
|
|
91
|
+
if not self.options:
|
|
92
|
+
raise ValueError('"options" cannot be empty.')
|
|
93
|
+
|
|
89
94
|
def validate_defaults(self) -> None:
|
|
90
95
|
"""
|
|
91
96
|
Validate whether the given defaults pass the following criteria.
|
|
@@ -51,9 +51,8 @@ from airflow.exceptions import (
|
|
|
51
51
|
from airflow.models.variable import Variable
|
|
52
52
|
from airflow.providers.standard.hooks.package_index import PackageIndexHook
|
|
53
53
|
from airflow.providers.standard.utils.python_virtualenv import prepare_virtualenv, write_python_script
|
|
54
|
-
from airflow.providers.standard.version_compat import AIRFLOW_V_3_0_PLUS, BaseOperator
|
|
54
|
+
from airflow.providers.standard.version_compat import AIRFLOW_V_3_0_PLUS, BaseOperator, context_merge
|
|
55
55
|
from airflow.utils import hashlib_wrapper
|
|
56
|
-
from airflow.utils.context import context_copy_partial, context_merge
|
|
57
56
|
from airflow.utils.file import get_unique_dag_module_name
|
|
58
57
|
from airflow.utils.operator_helpers import KeywordParameters
|
|
59
58
|
from airflow.utils.process_utils import execute_in_subprocess
|
|
@@ -487,7 +486,8 @@ class _BasePythonVirtualenvOperator(PythonOperator, metaclass=ABCMeta):
|
|
|
487
486
|
|
|
488
487
|
def execute(self, context: Context) -> Any:
|
|
489
488
|
serializable_keys = set(self._iter_serializable_context_keys())
|
|
490
|
-
|
|
489
|
+
new = {k: v for k, v in context.items() if k in serializable_keys}
|
|
490
|
+
serializable_context = cast("Context", new)
|
|
491
491
|
return super().execute(context=serializable_context)
|
|
492
492
|
|
|
493
493
|
def get_python_source(self):
|
|
@@ -889,9 +889,9 @@ class PythonVirtualenvOperator(_BasePythonVirtualenvOperator):
|
|
|
889
889
|
|
|
890
890
|
with TemporaryDirectory(prefix="venv") as tmp_dir:
|
|
891
891
|
tmp_path = Path(tmp_dir)
|
|
892
|
-
tmp_dir, temp_venv_dir = tmp_path.relative_to(tmp_path.anchor).parts
|
|
893
892
|
custom_pycache_prefix = Path(sys.pycache_prefix or "")
|
|
894
|
-
|
|
893
|
+
r_path = tmp_path.relative_to(tmp_path.anchor)
|
|
894
|
+
venv_python_cache_dir = Path.cwd() / custom_pycache_prefix / r_path
|
|
895
895
|
self._prepare_venv(tmp_path)
|
|
896
896
|
python_path = tmp_path / "bin" / "python"
|
|
897
897
|
result = self._execute_python_callable_in_subprocess(python_path)
|
|
@@ -20,8 +20,7 @@ from __future__ import annotations
|
|
|
20
20
|
from collections.abc import Callable, Mapping, Sequence
|
|
21
21
|
from typing import TYPE_CHECKING, Any
|
|
22
22
|
|
|
23
|
-
from airflow.providers.standard.version_compat import BaseSensorOperator, PokeReturnValue
|
|
24
|
-
from airflow.utils.context import context_merge
|
|
23
|
+
from airflow.providers.standard.version_compat import BaseSensorOperator, PokeReturnValue, context_merge
|
|
25
24
|
from airflow.utils.operator_helpers import determine_kwargs
|
|
26
25
|
|
|
27
26
|
if TYPE_CHECKING:
|
|
@@ -29,7 +28,7 @@ if TYPE_CHECKING:
|
|
|
29
28
|
from airflow.sdk.definitions.context import Context
|
|
30
29
|
except ImportError:
|
|
31
30
|
# TODO: Remove once provider drops support for Airflow 2
|
|
32
|
-
from airflow.utils.context import Context
|
|
31
|
+
from airflow.utils.context import Context # type: ignore[no-redef, attr-defined]
|
|
33
32
|
|
|
34
33
|
|
|
35
34
|
class PythonSensor(BaseSensorOperator):
|
|
@@ -24,7 +24,11 @@ from typing import Any
|
|
|
24
24
|
import pendulum
|
|
25
25
|
|
|
26
26
|
from airflow.triggers.base import BaseTrigger, TaskSuccessEvent, TriggerEvent
|
|
27
|
-
|
|
27
|
+
|
|
28
|
+
try:
|
|
29
|
+
from airflow.sdk import timezone
|
|
30
|
+
except ImportError:
|
|
31
|
+
from airflow.utils import timezone # type: ignore[attr-defined,no-redef]
|
|
28
32
|
|
|
29
33
|
|
|
30
34
|
class DateTimeTrigger(BaseTrigger):
|
|
@@ -21,6 +21,7 @@ from __future__ import annotations
|
|
|
21
21
|
|
|
22
22
|
import os
|
|
23
23
|
import shutil
|
|
24
|
+
import warnings
|
|
24
25
|
from pathlib import Path
|
|
25
26
|
|
|
26
27
|
import jinja2
|
|
@@ -55,6 +56,15 @@ def _use_uv() -> bool:
|
|
|
55
56
|
|
|
56
57
|
def _generate_uv_cmd(tmp_dir: str, python_bin: str, system_site_packages: bool) -> list[str]:
|
|
57
58
|
"""Build the command to install the venv via UV."""
|
|
59
|
+
if python_bin == "python" or python_bin == "python3":
|
|
60
|
+
python_interpreter_exists = bool(shutil.which(python_bin))
|
|
61
|
+
if not python_interpreter_exists:
|
|
62
|
+
warnings.warn(
|
|
63
|
+
f"uv trying to use `{python_bin}` as the python interpreter. it could lead to errors if the python interpreter not found in PATH. "
|
|
64
|
+
f"please specify python_version in operator.",
|
|
65
|
+
UserWarning,
|
|
66
|
+
stacklevel=3,
|
|
67
|
+
)
|
|
58
68
|
cmd = ["uv", "venv", "--allow-existing", "--seed", "--python", python_bin]
|
|
59
69
|
if system_site_packages:
|
|
60
70
|
cmd.append("--system-site-packages")
|
|
@@ -40,9 +40,11 @@ AIRFLOW_V_3_1_PLUS: bool = get_base_airflow_version_tuple() >= (3, 1, 0)
|
|
|
40
40
|
# even though it wasn't used.
|
|
41
41
|
if AIRFLOW_V_3_1_PLUS:
|
|
42
42
|
from airflow.sdk import BaseHook, BaseOperator
|
|
43
|
+
from airflow.sdk.definitions.context import context_merge
|
|
43
44
|
else:
|
|
44
45
|
from airflow.hooks.base import BaseHook # type: ignore[attr-defined,no-redef]
|
|
45
46
|
from airflow.models.baseoperator import BaseOperator # type: ignore[no-redef]
|
|
47
|
+
from airflow.utils.context import context_merge # type: ignore[no-redef, attr-defined]
|
|
46
48
|
|
|
47
49
|
if AIRFLOW_V_3_0_PLUS:
|
|
48
50
|
from airflow.sdk import BaseOperatorLink
|
|
@@ -59,4 +61,5 @@ __all__ = [
|
|
|
59
61
|
"BaseHook",
|
|
60
62
|
"BaseSensorOperator",
|
|
61
63
|
"PokeReturnValue",
|
|
64
|
+
"context_merge",
|
|
62
65
|
]
|
|
@@ -55,6 +55,30 @@ INTERVAL = datetime.timedelta(hours=12)
|
|
|
55
55
|
|
|
56
56
|
|
|
57
57
|
class TestHITLOperator:
|
|
58
|
+
def test_validate_options(self) -> None:
|
|
59
|
+
hitl_op = HITLOperator(
|
|
60
|
+
task_id="hitl_test",
|
|
61
|
+
subject="This is subject",
|
|
62
|
+
options=["1", "2", "3", "4", "5"],
|
|
63
|
+
body="This is body",
|
|
64
|
+
defaults=["1"],
|
|
65
|
+
multiple=False,
|
|
66
|
+
params=ParamsDict({"input_1": 1}),
|
|
67
|
+
)
|
|
68
|
+
hitl_op.validate_defaults()
|
|
69
|
+
|
|
70
|
+
def test_validate_options_with_empty_options(self) -> None:
|
|
71
|
+
with pytest.raises(ValueError, match='"options" cannot be empty.'):
|
|
72
|
+
HITLOperator(
|
|
73
|
+
task_id="hitl_test",
|
|
74
|
+
subject="This is subject",
|
|
75
|
+
options=[],
|
|
76
|
+
body="This is body",
|
|
77
|
+
defaults=["1"],
|
|
78
|
+
multiple=False,
|
|
79
|
+
params=ParamsDict({"input_1": 1}),
|
|
80
|
+
)
|
|
81
|
+
|
|
58
82
|
def test_validate_defaults(self) -> None:
|
|
59
83
|
hitl_op = HITLOperator(
|
|
60
84
|
task_id="hitl_test",
|
|
@@ -63,7 +63,11 @@ from airflow.providers.standard.operators.python import (
|
|
|
63
63
|
get_current_context,
|
|
64
64
|
)
|
|
65
65
|
from airflow.providers.standard.utils.python_virtualenv import execute_in_subprocess, prepare_virtualenv
|
|
66
|
-
|
|
66
|
+
|
|
67
|
+
try:
|
|
68
|
+
from airflow.sdk import timezone
|
|
69
|
+
except ImportError:
|
|
70
|
+
from airflow.utils import timezone # type: ignore[attr-defined,no-redef]
|
|
67
71
|
from airflow.utils.session import create_session
|
|
68
72
|
from airflow.utils.state import DagRunState, State, TaskInstanceState
|
|
69
73
|
from airflow.utils.trigger_rule import TriggerRule
|
|
@@ -1672,7 +1676,7 @@ class TestPythonVirtualenvOperator(BaseTestPythonVirtualenvOperator):
|
|
|
1672
1676
|
):
|
|
1673
1677
|
custom_pycache_prefix = "custom/__pycache__"
|
|
1674
1678
|
tempdir_name = "tmp"
|
|
1675
|
-
venv_dir_temp_name = "venvrandom"
|
|
1679
|
+
venv_dir_temp_name = "dummy12345/venvrandom"
|
|
1676
1680
|
venv_path_tmp = f"/{tempdir_name}/{venv_dir_temp_name}"
|
|
1677
1681
|
expected_cleanup_path = Path.cwd() / custom_pycache_prefix / tempdir_name / venv_dir_temp_name
|
|
1678
1682
|
|
{apache_airflow_providers_standard-1.6.0rc1 → apache_airflow_providers_standard-1.6.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
|