An open API service indexing awesome lists of open source software.

https://github.com/xnuinside/airflow_examples

Airflow Examples: code samples for Medium articles
https://github.com/xnuinside/airflow_examples

Last synced: 4 months ago
JSON representation

Airflow Examples: code samples for Medium articles

Awesome Lists containing this project

README

          

# Apache Airflow Code Samples

[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/Z8Z237B0Q)

Short guide: How to use PostgresOperator in Apache Airflow?

code samples in postgres_operator_example/

Apache Airflow: add validation tasks to production DAG for end-2-end tests

code samples in wrapper_add_test_tasks_to_dag/

Airflow XCom pull and push under the hood: multiple value, from different dags and etc

code samples in xcom_diff_dag_and_multiply/