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
- Host: GitHub
- URL: https://github.com/xnuinside/airflow_examples
- Owner: xnuinside
- Created: 2019-10-08T09:36:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-10T18:33:02.000Z (over 5 years ago)
- Last Synced: 2025-04-02T16:53:55.359Z (about 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 13
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Apache Airflow Code Samples
[](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/