Difference between revisions of "Airflow Operators"

From wikieduonline
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
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
  
* BashOperator - executes a bash command
+
Core:
* PythonOperator - calls an arbitrary Python function
+
* [[BashOperator]] - executes a bash command
* EmailOperator - sends an email
+
* [[PythonOperator]] - calls an arbitrary Python function
 +
* [[EmailOperator]] - sends an email
  
 +
Others:
 +
* SimpleHttpOperator
 +
* MySqlOperator
 +
* PostgresOperator
 +
* MsSqlOperator
 +
* OracleOperator
 +
* JdbcOperator
 +
* DockerOperator
 +
* HiveOperator
 +
* S3FileTransformOperator
 +
* PrestoToMySqlOperator
 +
* SlackAPIOperator
  
 +
== Related ==
 +
* [[Airflow Executor]]
  
 
== See also ==
 
== See also ==
 +
* {{Airflow Operators}}
 
* {{Airflow}}
 
* {{Airflow}}
  
 
[[Category:Airflow]]
 
[[Category:Airflow]]

Latest revision as of 10:47, 20 December 2022

Core:

Others:

  • SimpleHttpOperator
  • MySqlOperator
  • PostgresOperator
  • MsSqlOperator
  • OracleOperator
  • JdbcOperator
  • DockerOperator
  • HiveOperator
  • S3FileTransformOperator
  • PrestoToMySqlOperator
  • SlackAPIOperator

Related[edit]

See also[edit]

Advertising: