chore: Added documentation for 1.0 flags (#12778)

* added documentation for 1.0 flags

* reformatted table for better visuals

* fixed links to download for 1.0
This commit is contained in:
Srini Kadamati 2021-01-29 15:17:22 -05:00 committed by GitHub
parent 20c1ea7780
commit 632a1e1fb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 5 deletions

View File

@ -68,15 +68,36 @@ but deserve a mention in this post:
- Exploration control panels improvements
- Improved SQL-to-explore flows
## Start Using Superset 1.0
**Release Notes**
To digest the full set of changes in 1.0, we recommend reading the
[full Release Notes](https://github.com/apache/superset/tree/master/RELEASING/release-notes-1-0)
on Github.
## Start Using Superset 1.0
**Source Code**
You can download the official ASF release for 1.0 from
their [website here](https://github.com/apache/superset/tree/master/superset).
You can download Superset 1.0 from any of the following places:
- Official Apache Software Foundation source [release](https://downloads.apache.org/superset/1.0.0/)
- Python package from [PyPi](https://pypi.org/project/apache-superset/1.0.0/)
- this commit tag from [Github](https://github.com/apache/superset/releases/tag/1.0.0)
**Feature Flags & Dependency Configuration**
Some of the features in Superset 1.0 require:
- enabling of specific feature flags (read more about [configuring these](/docs/installation/configuring-superset))
- custom configuration of additional services (e.g. celery, SMTP server, etc)
In this section, the community takes the first steps to document the
feature flags and configuration instructions needed.
| Feature | Feature Flag | Dependencies | Documentation
| --- | --- | --- | --- |
| Global Async Queries | `GLOBAL_ASYNC_QUERIES: True` | Redis 5.0+, celery workers configured and running | [Extra documentation](https://github.com/apache/superset/blob/master/CONTRIBUTING.md#async-chart-queries )
| Dashboard Native Filters | `DASHBOARD_NATIVE_FILTERS: True` | |
| Alerts & Reporting | `ALERTS_REPORTS: True` | [Celery workers configured & celery beat process](/docs/installation/async-queries-celery) |
| Homescreen Thumbnails | `THUMBNAILS: TRUE, THUMBNAIL_CACHE_CONFIG: CacheConfig = { "CACHE_TYPE": "null", "CACHE_NO_NULL_WARNING": True}`| selenium, pillow 7, celery |
| Dynamic Viz Plugin Import | `DYNAMIC_PLUGINS: True` | |

View File

@ -461,7 +461,7 @@ const Theme = () => {
</ul>
<span className="databaseSub">
... and many other
<a href="https://superset.apache.org/docs/databases/installing-database-drivers">
<a href="docs/databases/installing-database-drivers">
{' '}
compatible databases
{' '}