airflow.providers.common.ai.example_dags.example_quickstart

Quickstart example: a first @task.llm Dag with a downstream task that uses the answer.

Attributes

RELEASE_NOTES

Functions

quickstart_llm()

Module Contents

airflow.providers.common.ai.example_dags.example_quickstart.RELEASE_NOTES = Multiline-String[source]
Show Value
"""
Changes since the last release:
- Tasks can now carry a retry policy that decides whether a failure is worth retrying.
- Heartbeat writes are batched, which cut metadata database load by about a third in testing.
- Fixed a crash when two tasks in one Dag file shared a task id.
- Dropped support for Python 3.9.
"""
airflow.providers.common.ai.example_dags.example_quickstart.quickstart_llm()[source]

Was this entry helpful?