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

gopidesupavan 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 b997d2b3485 Add LLMSchemaCompareOperator to the common-ai operator 
index table (#71738)
b997d2b3485 is described below

commit b997d2b34859a25094110f0a201c98520e091dec
Author: Jyun-An Chen <[email protected]>
AuthorDate: Tue Aug 18 05:57:17 2026 +0800

    Add LLMSchemaCompareOperator to the common-ai operator index table (#71738)
    
    The table in providers/common/ai/docs/operators/index.rst lists every 
operator in the provider except LLMSchemaCompareOperator, even though it has 
its own fully-documented operator guide (docs/operators/llm_schema_compare.rst).
---
 providers/common/ai/docs/operators/index.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/providers/common/ai/docs/operators/index.rst 
b/providers/common/ai/docs/operators/index.rst
index e8b043bf374..4d556fb9533 100644
--- a/providers/common/ai/docs/operators/index.rst
+++ b/providers/common/ai/docs/operators/index.rst
@@ -43,6 +43,9 @@ to pick the one that fits your use case:
    * - Natural-language → SQL generation (no execution)
      - 
:class:`~airflow.providers.common.ai.operators.llm_sql.LLMSQLQueryOperator`
      - ``@task.llm_sql``
+   * - Compare schemas across data sources and detect drift
+     - 
:class:`~airflow.providers.common.ai.operators.llm_schema_compare.LLMSchemaCompareOperator`
+     - ``@task.llm_schema_compare``
    * - Multi-turn reasoning with tools (DB queries, API calls, etc.)
      - :class:`~airflow.providers.common.ai.operators.agent.AgentOperator`
      - ``@task.agent``

Reply via email to