Difference between revisions of "Airflow Operators"

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
 
* https://airflow.apache.org/docs/apache-airflow/stable/concepts/operators.html
 
* https://airflow.apache.org/docs/apache-airflow/stable/concepts/operators.html
  
 +
Core:
 
* BashOperator - executes a bash command
 
* BashOperator - executes a bash command
 
* PythonOperator - calls an arbitrary Python function
 
* PythonOperator - calls an arbitrary Python function
 
* EmailOperator - sends an email
 
* EmailOperator - sends an email
 +
 +
SimpleHttpOperator
 +
 +
MySqlOperator
 +
 +
PostgresOperator
 +
 +
MsSqlOperator
 +
 +
OracleOperator
 +
 +
JdbcOperator
 +
 +
DockerOperator
 +
 +
HiveOperator
 +
 +
S3FileTransformOperator
 +
 +
PrestoToMySqlOperator
 +
 +
SlackAPIOperator
  
  

Revision as of 10:33, 30 November 2022

Core:

  • BashOperator - executes a bash command
  • PythonOperator - calls an arbitrary Python function
  • EmailOperator - sends an email

SimpleHttpOperator

MySqlOperator

PostgresOperator

MsSqlOperator

OracleOperator

JdbcOperator

DockerOperator

HiveOperator

S3FileTransformOperator

PrestoToMySqlOperator

SlackAPIOperator


See also

Advertising: