You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by fe...@apache.org on 2022/07/04 09:18:30 UTC

[airflow-site] branch feluelle-patch-1 created (now a1f47b54cb)

This is an automated email from the ASF dual-hosted git repository.

feluelle pushed a change to branch feluelle-patch-1
in repository https://gitbox.apache.org/repos/asf/airflow-site.git


      at a1f47b54cb Add airflint to Tools

This branch includes the following new commits:

     new a1f47b54cb Add airflint to Tools

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[airflow-site] 01/01: Add airflint to Tools

Posted by fe...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

feluelle pushed a commit to branch feluelle-patch-1
in repository https://gitbox.apache.org/repos/asf/airflow-site.git

commit a1f47b54cbc954c873da716c12c7a655414d9df7
Author: Felix Uellendall <fe...@users.noreply.github.com>
AuthorDate: Mon Jul 4 11:18:27 2022 +0200

    Add airflint to Tools
    
    For more information about the project, check out https://github.com/feluelle/airflint
---
 landing-pages/site/content/en/ecosystem/_index.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/landing-pages/site/content/en/ecosystem/_index.md b/landing-pages/site/content/en/ecosystem/_index.md
index d3163a0f78..80d64abe9e 100644
--- a/landing-pages/site/content/en/ecosystem/_index.md
+++ b/landing-pages/site/content/en/ecosystem/_index.md
@@ -75,6 +75,8 @@ Apache Airflow releases the [Official Apache Airflow Community Chart](https://ai
 
 [afctl](https://github.com/qubole/afctl) - A CLI tool that includes everything required to create, manage and deploy airflow projects faster and smoother.
 
+[airflint](https://github.com/feluelle/airflint) - Enforce Best Practices for all your Airflow DAGs.
+
 [airflow-aws-executors](https://github.com/aelzeiny/airflow-aws-executors) - Run Airflow Tasks directly on AWS Batch, AWS Fargate, or AWS ECS; provisioning less infra is more.
 
 [airflow-code-editor](https://github.com/andreax79/airflow-code-editor) - A tool for Apache Airflow that allows you to edit DAGs in browser.