Remove redundant InvokeModel calls#59527
Merged
ferruzzi merged 2 commits intoDec 16, 2025
Merged
Conversation
vincbeck
approved these changes
Dec 16, 2025
seanghaeli
approved these changes
Dec 16, 2025
o-nikolas
approved these changes
Dec 16, 2025
Contributor
Author
|
I pruned too far, removed a constant we still needed. Fix is coming. |
Bedrock system tests often time out or hit service quotas, so we are pruning down the extra calls to try to streamline them some. - Moves two redundant calls behind a short_circuit task so we can keep the example code snippets in the docs - Somewhere along the line the Anthropic Completions API example was updated to use the Messages API, so they were identical examples - Anthropic has deprecated the Completions API and all models which support it, so I have removed that example from the docs
5a2f8a7 to
9965d99
Compare
FoxHelms
pushed a commit
to FoxHelms/airflow
that referenced
this pull request
Dec 17, 2025
* Remove redundant InvokeModel calls Bedrock system tests often time out or hit service quotas, so we are pruning down the extra calls to try to streamline them some. - Moves two redundant calls behind a short_circuit task so we can keep the example code snippets in the docs - Somewhere along the line the Anthropic Completions API example was updated to use the Messages API, so they were identical examples - Anthropic has deprecated the Completions API and all models which support it, so I have removed that example from the docs
Lohith625
pushed a commit
to Lohith625/airflow
that referenced
this pull request
Dec 19, 2025
* Remove redundant InvokeModel calls Bedrock system tests often time out or hit service quotas, so we are pruning down the extra calls to try to streamline them some. - Moves two redundant calls behind a short_circuit task so we can keep the example code snippets in the docs - Somewhere along the line the Anthropic Completions API example was updated to use the Messages API, so they were identical examples - Anthropic has deprecated the Completions API and all models which support it, so I have removed that example from the docs
54 tasks
jhgoebbert
pushed a commit
to jhgoebbert/airflow_Owen-CH-Leung
that referenced
this pull request
Feb 8, 2026
* Remove redundant InvokeModel calls Bedrock system tests often time out or hit service quotas, so we are pruning down the extra calls to try to streamline them some. - Moves two redundant calls behind a short_circuit task so we can keep the example code snippets in the docs - Somewhere along the line the Anthropic Completions API example was updated to use the Messages API, so they were identical examples - Anthropic has deprecated the Completions API and all models which support it, so I have removed that example from the docs
Subham-KRLX
pushed a commit
to Subham-KRLX/airflow
that referenced
this pull request
Mar 4, 2026
* Remove redundant InvokeModel calls Bedrock system tests often time out or hit service quotas, so we are pruning down the extra calls to try to streamline them some. - Moves two redundant calls behind a short_circuit task so we can keep the example code snippets in the docs - Somewhere along the line the Anthropic Completions API example was updated to use the Messages API, so they were identical examples - Anthropic has deprecated the Completions API and all models which support it, so I have removed that example from the docs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bedrock system tests often time out or hit service quotas, so we are pruning down the extra calls to try to streamline them some.
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rstor{issue_number}.significant.rst, in airflow-core/newsfragments.