The GitHub Actions job "Tests" on airflow.git/aip-99-phase2-llm-sql-operator 
has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
26e815835bac17628e5a8304f8f325add089f4b0 / Kaxil Naik <[email protected]>
Add `LLMSQLQueryOperator` and `@task.llm_sql` decorator

SQL query generation from natural language, inheriting from `LLMOperator`
for shared LLM connection handling, `agent_params`, and `system_prompt`.

- Schema introspection via `db_conn_id` + `table_names` using DbApiHook
- Defense-in-depth SQL safety: AST validation via sqlglot (allowlist +
  single-statement enforcement + system prompt instructions)
- User-provided `system_prompt` appended to built-in SQL safety prompt
  for domain-specific guidance (e.g. "prefer CTEs over subqueries")
- `agent_params` inherited from LLMOperator (retries, temperature, etc.)
- Generate-only mode: returns SQL string, does not execute

Co-authored-by: GPK <[email protected]>

Report URL: https://github.com/apache/airflow/actions/runs/22512217245

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to