This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/main by this push:
new c2db02137b Add Airflow Datris Provider to third-party providers (#1660)
c2db02137b is described below
commit c2db02137b9bd2a88fed00e9ff7443e0506b0d2b
Author: Datris.ai <[email protected]>
AuthorDate: Wed Sep 16 08:44:55 2026 -0400
Add Airflow Datris Provider to third-party providers (#1660)
---
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 3ab4120a99..448f5f0783 100644
--- a/landing-pages/site/content/en/ecosystem/_index.md
+++ b/landing-pages/site/content/en/ecosystem/_index.md
@@ -115,6 +115,8 @@ If you would you like to be included on this page, please
reach out to the [Apac
[Airflow Plugin
Watchdog](https://github.com/Redevil10/airflow-plugin-watchdog) - A
lightweight, zero-dependency Airflow 3 plugin that monitors DAG and task health
by querying the metadata database — detecting runtime anomalies, failure
spikes, missed deadlines, stuck tasks, and schedule anomalies. Adds a dashboard
and a configuration UI to the Airflow navbar, with email and webhook alerting.
Available on [PyPI](https://pypi.org/project/airflow-plugin-watchdog/).
+[Airflow Datris Provider](https://github.com/datris/airflow-provider-datris) -
Provides a Hook and Operator to trigger [Datris](https://datris.ai) data
pipelines (taps) from a DAG, wait for the run to reach a terminal state, stream
Datris logs into the task log, and push run metrics as XComs. Airflow
orchestrates, Datris executes. Supports Airflow 3.x.
+
## Async Providers