This is an automated email from the ASF dual-hosted git repository. rusackas pushed a commit to branch docs/add-hpe-logo in repository https://gitbox.apache.org/repos/asf/superset.git
commit a8bf3550259c9aa983d6e5a38b8705487e2e2fb9 Author: Evan Rusackas <[email protected]> AuthorDate: Tue Jan 27 21:36:46 2026 -0800 docs: add HPE logo to In the Wild listing Add the Hewlett Packard Enterprise logo to the INTHEWILD.yaml listing and docs/static/img/logos/. Logo usage approved by @anmol-hpe on behalf of HPE. Co-Authored-By: Claude Opus 4.5 <[email protected]> --- RESOURCES/INTHEWILD.yaml | 2 ++ docs/static/img/logos/hpe.png | Bin 0 -> 5212 bytes 2 files changed, 2 insertions(+) diff --git a/RESOURCES/INTHEWILD.yaml b/RESOURCES/INTHEWILD.yaml index f68a9029efc..2336380e557 100644 --- a/RESOURCES/INTHEWILD.yaml +++ b/RESOURCES/INTHEWILD.yaml @@ -287,8 +287,10 @@ categories: url: https://www.gfk.com/home contributors: ["@mherr"] + # Logo approved by @anmol-hpe on behalf of HPE - name: HPE url: https://www.hpe.com/in/en/home.html + logo: hpe.png contributors: ["@anmol-hpe"] - name: Hydrolix diff --git a/docs/static/img/logos/hpe.png b/docs/static/img/logos/hpe.png new file mode 100644 index 00000000000..221137dd974 Binary files /dev/null and b/docs/static/img/logos/hpe.png differ
