This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v2-8-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 8617a632615b8b708cf6f41085bbf6fa1f4301c7 Author: Kaxil Naik <[email protected]> AuthorDate: Sun Jan 7 18:47:45 2024 +0530 Add Airflow logo to the README (#36645) Similar to Apache Superset, adding this repo to README so that Airflow repo shows up nicely with thumbnails on various Topics pages like https://github.com/topics/airflow (cherry picked from commit 9a20aa8f0fe55f6dc2b6f94b8b41d36108bdd0d7) --- README.md | 7 +++++++ generated/PYPI_README.md | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/README.md b/README.md index 0b8ceef072..d55d4e8814 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,13 @@ [](https://github.com/apache/airflow/graphs/contributors) [](https://ossrank.com/p/6) +<picture width="500"> + <img + src="https://github.com/apache/airflow/blob/19ebcac2395ef9a6b6ded3a2faa29dc960c1e635/docs/apache-airflow/img/logos/wordmark_1.png?raw=true" + alt="Apache Airflow logo" + /> +</picture> + [Apache Airflow](https://airflow.apache.org/docs/apache-airflow/stable/) (or simply Airflow) is a platform to programmatically author, schedule, and monitor workflows. When workflows are defined as code, they become more maintainable, versionable, testable, and collaborative. diff --git a/generated/PYPI_README.md b/generated/PYPI_README.md index 105bf11f67..d11eb11cc5 100644 --- a/generated/PYPI_README.md +++ b/generated/PYPI_README.md @@ -37,6 +37,13 @@ PROJECT BY THE `generate-pypi-readme` PRE-COMMIT. YOUR CHANGES HERE WILL BE AUTO [](https://github.com/apache/airflow/graphs/contributors) [](https://ossrank.com/p/6) +<picture width="500"> + <img + src="https://github.com/apache/airflow/blob/19ebcac2395ef9a6b6ded3a2faa29dc960c1e635/docs/apache-airflow/img/logos/wordmark_1.png?raw=true" + alt="Apache Airflow logo" + /> +</picture> + [Apache Airflow](https://airflow.apache.org/docs/apache-airflow/stable/) (or simply Airflow) is a platform to programmatically author, schedule, and monitor workflows. When workflows are defined as code, they become more maintainable, versionable, testable, and collaborative.
