jroachgolf84 commented on code in PR #68900: URL: https://github.com/apache/airflow/pull/68900#discussion_r3467237060
########## airflow-core/src/airflow/api_fastapi/execution_api/routes/asset_state_store.py: ########## @@ -51,8 +51,8 @@ _TIWriterFields = tuple[str, str, str, int] -def _fetch_ti_writer_fields(token: TIToken, session: SessionDep) -> _TIWriterFields: - """Return (dag_id, run_id, task_id, map_index) for the TI identified by the token.""" Review Comment: Resolved in next commit. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
