providers/standard/provider.yaml (105 lines of code) (raw):
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
---
package-name: apache-airflow-providers-standard
name: Standard
description: |
Airflow Standard Provider
state: ready
source-date-epoch: 1745487903
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
- 1.1.0
- 1.0.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.1
- 0.1.0
- 0.0.3
- 0.0.2
- 0.0.1
integrations:
- integration-name: Standard
external-doc-url: https://airflow.apache.org/
tags: [apache]
how-to-guide:
- /docs/apache-airflow-providers-standard/operators/bash.rst
- /docs/apache-airflow-providers-standard/operators/python.rst
- /docs/apache-airflow-providers-standard/operators/datetime.rst
- /docs/apache-airflow-providers-standard/operators/trigger_dag_run.rst
- /docs/apache-airflow-providers-standard/operators/latest_only.rst
- /docs/apache-airflow-providers-standard/sensors/bash.rst
- /docs/apache-airflow-providers-standard/sensors/python.rst
- /docs/apache-airflow-providers-standard/sensors/datetime.rst
- /docs/apache-airflow-providers-standard/sensors/file.rst
- /docs/apache-airflow-providers-standard/sensors/external_task_sensor.rst
operators:
- integration-name: Standard
python-modules:
- airflow.providers.standard.operators.datetime
- airflow.providers.standard.operators.weekday
- airflow.providers.standard.operators.bash
- airflow.providers.standard.operators.python
- airflow.providers.standard.operators.empty
- airflow.providers.standard.operators.trigger_dagrun
- airflow.providers.standard.operators.latest_only
- airflow.providers.standard.operators.smooth
- airflow.providers.standard.operators.branch
sensors:
- integration-name: Standard
python-modules:
- airflow.providers.standard.sensors.date_time
- airflow.providers.standard.sensors.time_delta
- airflow.providers.standard.sensors.time
- airflow.providers.standard.sensors.weekday
- airflow.providers.standard.sensors.bash
- airflow.providers.standard.sensors.python
- airflow.providers.standard.sensors.filesystem
- airflow.providers.standard.sensors.external_task
hooks:
- integration-name: Standard
python-modules:
- airflow.providers.standard.hooks.filesystem
- airflow.providers.standard.hooks.package_index
- airflow.providers.standard.hooks.subprocess
triggers:
- integration-name: Standard
python-modules:
- airflow.providers.standard.triggers.external_task
- airflow.providers.standard.triggers.file
- airflow.providers.standard.triggers.temporal
extra-links:
- airflow.providers.standard.operators.trigger_dagrun.TriggerDagRunLink
- airflow.providers.standard.sensors.external_task.ExternalDagLink
config:
standard:
description: Options for the standard provider operators.
options:
venv_install_method:
description: |
Which python tooling should be used to install the virtual environment.
The following options are available:
- ``auto``: Automatically select, use ``uv`` if available, otherwise use ``pip``.
- ``pip``: Use pip to install the virtual environment.
- ``uv``: Use uv to install the virtual environment. Must be available in environment PATH.
version_added: ~
type: string
example: uv
default: auto
task-decorators:
- class-name: airflow.providers.standard.decorators.python.python_task
name: python
- class-name: airflow.providers.standard.decorators.bash.bash_task
name: bash
- class-name: airflow.providers.standard.decorators.branch_external_python.branch_external_python_task
name: branch_external_python
- class-name: airflow.providers.standard.decorators.branch_python.branch_task
name: branch
- class-name: airflow.providers.standard.decorators.branch_virtualenv.branch_virtualenv_task
name: branch_virtualenv
- class-name: airflow.providers.standard.decorators.external_python.external_python_task
name: external_python
- class-name: airflow.providers.standard.decorators.python_virtualenv.virtualenv_task
name: virtualenv
- class-name: airflow.providers.standard.decorators.sensor.sensor_task
name: sensor
- class-name: airflow.providers.standard.decorators.short_circuit.short_circuit_task
name: short_circuit