This is an automated email from the ASF dual-hosted git repository.
taragolis pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 401fc57e8b Restructure Docs (#27235)
add 8e0df8881f Add Amazon Elastic Container Registry (ECR) Hook (#28279)
No new revisions were added by this update.
Summary of changes:
airflow/providers/amazon/aws/hooks/ecr.py | 101 ++++++++++++++++++++
airflow/providers/amazon/provider.yaml | 7 ++
[email protected] | Bin 0 -> 11110 bytes
docs/spelling_wordlist.txt | 1 +
tests/providers/amazon/aws/hooks/test_ecr.py | 103 +++++++++++++++++++++
5 files changed, 212 insertions(+)
create mode 100644 airflow/providers/amazon/aws/hooks/ecr.py
create mode 100644
docs/integration-logos/aws/[email protected]
create mode 100644 tests/providers/amazon/aws/hooks/test_ecr.py