This is an automated email from the ASF dual-hosted git repository.
ferruzzi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from f3ab31de97 Use `model_dump` instead of `dict` for serialize Pydantic
V2 model (#38933)
add c25d346adf Amazon Bedrock - Model Throughput Provisioning (#38850)
No new revisions were added by this update.
Summary of changes:
airflow/providers/amazon/aws/operators/bedrock.py | 103 +++++++++++++-
airflow/providers/amazon/aws/sensors/bedrock.py | 149 +++++++++++++++++----
airflow/providers/amazon/aws/triggers/bedrock.py | 36 +++++
airflow/providers/amazon/aws/waiters/bedrock.json | 31 +++++
.../operators/bedrock.rst | 37 +++++
tests/always/test_project_structure.py | 1 +
.../providers/amazon/aws/operators/test_bedrock.py | 47 +++++++
tests/providers/amazon/aws/sensors/test_bedrock.py | 79 +++++++++--
.../providers/amazon/aws/triggers/test_bedrock.py | 36 ++++-
tests/providers/amazon/aws/waiters/test_bedrock.py | 41 +++++-
.../system/providers/amazon/aws/example_bedrock.py | 32 ++++-
11 files changed, 553 insertions(+), 39 deletions(-)