Skip to content

Conversation

@ferruzzi
Copy link
Contributor

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

^ 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.rst or {issue_number}.significant.rst, in airflow-core/newsfragments.

@ferruzzi
Copy link
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
@ferruzzi ferruzzi force-pushed the ferruzzi/system-tests/bedrock-clean-up-invokes branch from 5a2f8a7 to 9965d99 Compare December 16, 2025 22:18
@ferruzzi ferruzzi merged commit dd3c93e into apache:main Dec 16, 2025
86 checks passed
@ferruzzi ferruzzi deleted the ferruzzi/system-tests/bedrock-clean-up-invokes branch December 16, 2025 23:33
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants