ferruzzi opened a new pull request, #68310: URL: https://github.com/apache/airflow/pull/68310
The `evaluation_config`, `inference_config`, and `output_data_config` parameters were documented as templated but not included in `template_fields`. This caused Jinja expressions (from XComArg references used in f-strings) to be passed as literal unrendered strings to the Bedrock API instead of being resolved to their actual values at execution time. This broke the bedrock evaluation system test after PR #68256 changed the bucket name from a hardcoded string to one derived from `env_id` (an XCom value), resulting in the Bedrock API receiving a Jinja template expression instead of a valid S3 URI. closes: #68256 (follow-up fix) --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes (Kiro CLI) Generated-by: Kiro CLI following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- 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]
