mirror of
https://github.com/apache/superset.git
synced 2026-04-16 14:45:21 +00:00
chore: updated screenshots in README.md and added recent events (#17650)
* chore: updated screenshots in readme.md and added recent events * chore: updated pinot superset connection instructions * fixed outdated slack link * addressed all outstanding feedback! * updated package lock * reverted package.json to master * Update README.md Co-authored-by: Evan Rusackas <evan@preset.io> Co-authored-by: Evan Rusackas <evan@preset.io>
This commit is contained in:
@@ -73,7 +73,7 @@ const LayoutFooter = () => (
|
||||
<div css={iconContainerStyle}>
|
||||
<div className="icons">
|
||||
<a
|
||||
href="https://join.slack.com/t/apache-superset/shared_invite/zt-l5f5e0av-fyYu8tlfdqbMdz_sPLwUqQ"
|
||||
href="https://join.slack.com/t/apache-superset/shared_invite/zt-uxbh5g36-AISUtHbzOXcu0BIj7kgUaw"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
|
||||
@@ -13,5 +13,5 @@ The recommended connector library for Apache Pinot is [pinotdb](https://pypi.org
|
||||
The expected connection string is formatted as follows:
|
||||
|
||||
```
|
||||
pinot+http://controller:5436/query?server=http://controller:5983/``
|
||||
pinot://pinot-broker:8099/query/sql?controller=http://pinot-controller:9000/
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user