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.git


The following commit(s) were added to refs/heads/main by this push:
     new 6ec5fa06472 Fix toolsets python-modules check for common.ai provider 
(#70181)
6ec5fa06472 is described below

commit 6ec5fa06472192d27285927bfe32f60ee7eb5d4b
Author: Amogh Desai <[email protected]>
AuthorDate: Tue Jul 21 17:21:35 2026 +0530

    Fix toolsets python-modules check for common.ai provider (#70181)
---
 providers/common/ai/provider.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/providers/common/ai/provider.yaml 
b/providers/common/ai/provider.yaml
index f7f8ef3f2ea..abb5ca41d3d 100644
--- a/providers/common/ai/provider.yaml
+++ b/providers/common/ai/provider.yaml
@@ -454,6 +454,7 @@ operators:
 toolsets:
   - integration-name: Common AI
     python-modules:
+      - airflow.providers.common.ai.toolsets.aws
       - airflow.providers.common.ai.toolsets.hook
       - airflow.providers.common.ai.toolsets.sql
       - airflow.providers.common.ai.toolsets.datafusion

Reply via email to