gopidesupavan commented on code in PR #1495:
URL: https://github.com/apache/airflow-site/pull/1495#discussion_r3084479549


##########
landing-pages/site/content/en/blog/ai-survey-analysis-pipelines/index.md:
##########
@@ -0,0 +1,345 @@
+---
+title: "Ask Your Survey Anything: Building AI Analysis Pipelines with Airflow 
3"
+linkTitle: "AI Survey Analysis Pipelines with Airflow 3"
+authors:
+  - name: "Vikram Koka"
+    github: "vikramkoka"
+    linkedin: "vikramkoka"
+description: "A walkthrough of two natural language analysis pipelines over 
the 2025 Airflow Community Survey, covering an interactive human-in-the-loop 
version and a fully automated scheduled version, using operators from the 
common.ai and common.sql providers."
+tags: [Community, Tutorial]
+date: "2026-04-XX"
+images: ["/blog/ai-survey-analysis-pipelines/images/survey-pipeline-dag.png"]
+---
+
+The [2025 Airflow Community Survey](https://airflow.apache.org/survey/) 
collected responses
+from nearly 6,000 practitioners across 168 questions. You can open a 
spreadsheet and filter,
+or write SQL by hand. But what if you could just ask a question and have 
Airflow figure out
+the query, run it, and bring the result back for your approval?
+
+This post builds two pipelines that do exactly that, using the
+[`apache-airflow-providers-common-ai`](https://pypi.org/project/apache-airflow-providers-common-ai/)
+provider released with Airflow 3.

Review Comment:
   ? you mean starting support from? if yes 3 is fine :)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to