Vamsi-klu commented on PR #69404: URL: https://github.com/apache/airflow/pull/69404#issuecomment-4889070605
Could the Bedrock check be a stricter prefix/format check instead of `"anthropic." not in resolved`? Any string containing that substring passes, even if it is not a valid Bedrock model ID. Checking known prefixes like `global.anthropic.` / region prefixes, or at least `resolved.startswith(...)`, would better match the intended guard. --- Drafted-by: Codex (GPT-5); reviewed by @Vamsi-klu before posting -- 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]
