Skip to content

Commit

Permalink
[AIRFLOW-XXX] Fix some operator names in the docs (apache#3778)
Browse files Browse the repository at this point in the history
  • Loading branch information
tedmiston authored and kaxil committed Aug 21, 2018
1 parent 27309b1 commit b7f63c5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/concepts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,12 @@ Airflow provides operators for many common tasks, including:
- ``BashOperator`` - executes a bash command
- ``PythonOperator`` - calls an arbitrary Python function
- ``EmailOperator`` - sends an email
- ``HTTPOperator`` - sends an HTTP request
- ``SimpleHttpOperator`` - sends an HTTP request
- ``MySqlOperator``, ``SqliteOperator``, ``PostgresOperator``, ``MsSqlOperator``, ``OracleOperator``, ``JdbcOperator``, etc. - executes a SQL command
- ``Sensor`` - waits for a certain time, file, database row, S3 key, etc...


In addition to these basic building blocks, there are many more specific
operators: ``DockerOperator``, ``HiveOperator``, ``S3FileTransferOperator``,
operators: ``DockerOperator``, ``HiveOperator``, ``S3FileTransformOperator``,
``PrestoToMysqlOperator``, ``SlackOperator``... you get the idea!

The ``airflow/contrib/`` directory contains yet more operators built by the
Expand Down

0 comments on commit b7f63c5

Please sign in to comment.