Add blog post: Introducing the Common AI Provider#1483
Open
Conversation
kaxil
commented
Mar 30, 2026
Announces the 0.1.0 release of apache-airflow-providers-common-ai (AIP-99), covering operators, decorators, toolsets, HITL review, durable execution, and multi-provider connection support. Update index.md Add registry link, social banner, and review fixes - Add Airflow Registry link to Get Involved section - Add OpenGraph social banner image (1200x630) for social sharing - Add images: frontmatter for social cards - Replace em dashes with colons/periods throughout - Break up triads and AI writing patterns - Fix raw Pydantic AI code example (toolsets= instead of get_tools()) - Add Airflow 3.0+ requirement - Add HITL and file analysis screenshots from PRs - Remove duplicate 0.x release paragraph - Simplify By the Numbers table
140a117 to
4ee1328
Compare
"Introducing Native AI Agent Support" with real Airflow pinwheel logos.
Member
|
have updated file-analysis-image.png as it has wrong task name it may confuse :) |
Member
|
This is very solid blog everything covers what we are shipping part of first release :) |
gopidesupavan
approved these changes
Mar 31, 2026
Member
|
@vikramkoka appreciate if you could also add your inputs here.. :) |
Co-authored-by: GPK <gopidesupavan@gmail.com>
Member
Author
|
(fyi @potiuk ) |
Member
|
Release in progress https://lists.apache.org/thread/9r60zyhk90hgyyy2pprxj0t2v65vopjj - please test :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Blog post announcing the
apache-airflow-providers-common-ai0.1.0 release (AIP-99).Covers:
@task.llm,@task.agent,@task.llm_branch,@task.llm_sql,@task.llm_file_analysis,@task.llm_schema_compare)SQLToolset,HookToolset,MCPToolset,DataFusionToolset)Screenshots sourced from PRs: apache/airflow#62785, apache/airflow#62898, apache/airflow#62901, apache/airflow#64077, apache/airflow#64199.
Co-authored by @kaxil and @gopidesupavan.