Difference between revisions of "Airflow Operators"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
Core: | 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 |
Others: | Others: |
Latest revision as of 10:47, 20 December 2022
Core:
- BashOperator - executes a bash command
- PythonOperator - calls an arbitrary Python function
- EmailOperator - sends an email
Others:
- SimpleHttpOperator
- MySqlOperator
- PostgresOperator
- MsSqlOperator
- OracleOperator
- JdbcOperator
- DockerOperator
- HiveOperator
- S3FileTransformOperator
- PrestoToMySqlOperator
- SlackAPIOperator
Related[edit]
See also[edit]
Advertising: