This is an automated email from the ASF dual-hosted git repository.
yongjiezhao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new ea9a904 Adding pinot logo to ReadMe (#18798)
ea9a904 is described below
commit ea9a90472564fde36ed67ab0afd1e9318e5e6ca2
Author: Xiang Fu <[email protected]>
AuthorDate: Thu Feb 17 22:06:33 2022 -0800
Adding pinot logo to ReadMe (#18798)
---
README.md | 1 +
superset-frontend/src/assets/images/pinot.png | Bin 0 -> 68618 bytes
2 files changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 4031af7..d4ece20 100644
--- a/README.md
+++ b/README.md
@@ -112,6 +112,7 @@ Here are some of the major database solutions that are
supported:
<img src="superset-frontend/src/assets/images/apache-kylin.png"
alt="apache-kylin" border="0" width="56" height="64"/>
<img src="superset-frontend/src/assets/images/hologres.png" alt="hologres"
border="0" width="71" height="64"/>
<img src="superset-frontend/src/assets/images/netezza.png" alt="netezza"
border="0" width="64" height="64"/>
+ <img src="superset-frontend/src/assets/images/pinot.png" alt="pinot"
border="0" width="165" height="64"/>
</p>
**A more comprehensive list of supported databases** along with the
configuration instructions can be found
diff --git a/superset-frontend/src/assets/images/pinot.png
b/superset-frontend/src/assets/images/pinot.png
new file mode 100644
index 0000000..61f8cb6
Binary files /dev/null and b/superset-frontend/src/assets/images/pinot.png
differ