GitHub user karenbraganz added a comment to the discussion: `dag_run.get_task_instances` alternative in airflow 3
@nehemias-bedrockanalytics you could use the Airflow REST API to get task instances without DB access. [This endpoint](https://airflow.apache.org/docs/apache-airflow/stable/stable-rest-api-ref.html#operation/get_task_instances) of the API returns task instances if you provide a dag_id and run_id. GitHub link: https://github.com/apache/airflow/discussions/56726#discussioncomment-15630899 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
