stephenLYZ commented on code in PR #20490:
URL: https://github.com/apache/superset/pull/20490#discussion_r906150531


##########
RELEASING/release-notes-2-0/README.md:
##########
@@ -0,0 +1,152 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+# Release Notes for Superset 2.0
+
+Superset 2.0 is a big step forward. This release cleans up many legacy code 
paths and feature flags, and deprecates lots of legacy behaviors in Superset.
+
+- [**Developer Experience**](#developer-experience)
+- [**Features**](#features)
+- [**Config and Feature flags**](#config-and-feature-flags)
+- [**Breaking Changes**](#breaking-changes)
+
+## Developer Experience
+
+- Addition of a statsd guage metric for Slack and email notifications for 
increased visibility into errors around alerts / reports 
([#20158](https://github.com/apache/superset/pull/20136))
+
+- Helm chart now supports resource limits and requests for each component 
([#20052](https://github.com/apache/superset/pull/20052))
+
+- New Github workflow to test Storybook Netlify instance nightly 
([#19852](https://github.com/apache/superset/pull/19852))
+
+- Minimum requirement for Superset is now Python 3.8 
([#19017](https://github.com/apache/superset/pull/19017)
+
+## Features
+
+**Charting and Dashboard Experience**
+
+Support for horizontal bar chart added 
([#19918](https://github.com/apache/superset/pull/19918))
+
+![horizontal](https://user-images.githubusercontent.com/11830681/166248149-4946388a-5051-4d13-a516-50a81e9b5be3.png)
+
+Time Series Charts now support stacking of both negative and positive values 
([#20408](https://github.com/apache/superset/pull/20408))
+
+![negative](https://user-images.githubusercontent.com/15073128/174057996-52255bfe-60c3-4727-be99-e328c124e439.png)
+
+- Pie charts now defaults to a row limit of 100 to prevent crashes when a 
high-cardinality column is chosen as the dimension 
([#20392](https://github.com/apache/superset/pull/20392))
+
+- World map chart now supports coloring either by metric or by the country 
column ([#19881](https://github.com/apache/superset/pull/19987))

Review Comment:
   ```suggestion
   - World map chart now supports coloring either by metric or by the country 
column ([#19881](https://github.com/apache/superset/pull/19881))
   ```



##########
RELEASING/release-notes-2-0/README.md:
##########
@@ -0,0 +1,152 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+# Release Notes for Superset 2.0
+
+Superset 2.0 is a big step forward. This release cleans up many legacy code 
paths and feature flags, and deprecates lots of legacy behaviors in Superset.
+
+- [**Developer Experience**](#developer-experience)
+- [**Features**](#features)
+- [**Config and Feature flags**](#config-and-feature-flags)
+- [**Breaking Changes**](#breaking-changes)
+
+## Developer Experience
+
+- Addition of a statsd guage metric for Slack and email notifications for 
increased visibility into errors around alerts / reports 
([#20158](https://github.com/apache/superset/pull/20136))
+
+- Helm chart now supports resource limits and requests for each component 
([#20052](https://github.com/apache/superset/pull/20052))
+
+- New Github workflow to test Storybook Netlify instance nightly 
([#19852](https://github.com/apache/superset/pull/19852))
+
+- Minimum requirement for Superset is now Python 3.8 
([#19017](https://github.com/apache/superset/pull/19017)
+
+## Features
+
+**Charting and Dashboard Experience**
+
+Support for horizontal bar chart added 
([#19918](https://github.com/apache/superset/pull/19918))
+
+![horizontal](https://user-images.githubusercontent.com/11830681/166248149-4946388a-5051-4d13-a516-50a81e9b5be3.png)
+
+Time Series Charts now support stacking of both negative and positive values 
([#20408](https://github.com/apache/superset/pull/20408))
+
+![negative](https://user-images.githubusercontent.com/15073128/174057996-52255bfe-60c3-4727-be99-e328c124e439.png)
+
+- Pie charts now defaults to a row limit of 100 to prevent crashes when a 
high-cardinality column is chosen as the dimension 
([#20392](https://github.com/apache/superset/pull/20392))
+
+- World map chart now supports coloring either by metric or by the country 
column ([#19881](https://github.com/apache/superset/pull/19987))
+
+- Table visualization now supports drag and drop for columns 
([#19381](https://github.com/apache/superset/pull/19381))
+
+- Mixed chart now supports Advanced Analytics 
([#19851](https://github.com/apache/superset/pull/19851))
+
+- Add support for generic x-axis (non-time-series) in the Mixed Chart 
([#20097](https://github.com/apache/superset/pull/20097))
+
+![Image](https://user-images.githubusercontent.com/33317356/168807749-b021c04c-8902-4b4f-a7a4-f21544fb678e.png)
+
+- Charts can now be created in Edit Dashboard mode 
([#20126](https://github.com/apache/superset/pull/20126))
+
+![Image](https://user-images.githubusercontent.com/15073128/169251205-2c0f36bb-17e0-4549-aa84-66a58a377603.png)
+
+- Add aggregate total for Pie charts 
([#19622](https://github.com/apache/superset/pull/19622))
+
+- Legend is now enabled by default for relevant charts 
([#19927](https://github.com/apache/superset/pull/19622))

Review Comment:
   ```suggestion
   - Legend is now enabled by default for relevant charts 
([#19927](https://github.com/apache/superset/pull/19927))
   ```



##########
RELEASING/release-notes-2-0/README.md:
##########
@@ -0,0 +1,152 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+# Release Notes for Superset 2.0
+
+Superset 2.0 is a big step forward. This release cleans up many legacy code 
paths and feature flags, and deprecates lots of legacy behaviors in Superset.
+
+- [**Developer Experience**](#developer-experience)
+- [**Features**](#features)
+- [**Config and Feature flags**](#config-and-feature-flags)
+- [**Breaking Changes**](#breaking-changes)
+
+## Developer Experience
+
+- Addition of a statsd guage metric for Slack and email notifications for 
increased visibility into errors around alerts / reports 
([#20158](https://github.com/apache/superset/pull/20136))
+
+- Helm chart now supports resource limits and requests for each component 
([#20052](https://github.com/apache/superset/pull/20052))
+
+- New Github workflow to test Storybook Netlify instance nightly 
([#19852](https://github.com/apache/superset/pull/19852))
+
+- Minimum requirement for Superset is now Python 3.8 
([#19017](https://github.com/apache/superset/pull/19017)
+
+## Features
+
+**Charting and Dashboard Experience**
+
+Support for horizontal bar chart added 
([#19918](https://github.com/apache/superset/pull/19918))
+
+![horizontal](https://user-images.githubusercontent.com/11830681/166248149-4946388a-5051-4d13-a516-50a81e9b5be3.png)
+
+Time Series Charts now support stacking of both negative and positive values 
([#20408](https://github.com/apache/superset/pull/20408))
+
+![negative](https://user-images.githubusercontent.com/15073128/174057996-52255bfe-60c3-4727-be99-e328c124e439.png)
+
+- Pie charts now defaults to a row limit of 100 to prevent crashes when a 
high-cardinality column is chosen as the dimension 
([#20392](https://github.com/apache/superset/pull/20392))
+
+- World map chart now supports coloring either by metric or by the country 
column ([#19881](https://github.com/apache/superset/pull/19987))
+
+- Table visualization now supports drag and drop for columns 
([#19381](https://github.com/apache/superset/pull/19381))
+
+- Mixed chart now supports Advanced Analytics 
([#19851](https://github.com/apache/superset/pull/19851))
+
+- Add support for generic x-axis (non-time-series) in the Mixed Chart 
([#20097](https://github.com/apache/superset/pull/20097))
+
+![Image](https://user-images.githubusercontent.com/33317356/168807749-b021c04c-8902-4b4f-a7a4-f21544fb678e.png)
+
+- Charts can now be created in Edit Dashboard mode 
([#20126](https://github.com/apache/superset/pull/20126))
+
+![Image](https://user-images.githubusercontent.com/15073128/169251205-2c0f36bb-17e0-4549-aa84-66a58a377603.png)
+
+- Add aggregate total for Pie charts 
([#19622](https://github.com/apache/superset/pull/19622))
+
+- Legend is now enabled by default for relevant charts 
([#19927](https://github.com/apache/superset/pull/19622))
+
+**View Results Experience**
+
+- Explore and Dashboard views now support displaying of multiple results 
([#20277](https://github.com/apache/superset/pull/20277))
+
+- Results pane in Dashboard view now more closely mirrors rich functionality 
from Results pane in Explore 
([#20144](https://github.com/apache/superset/pull/20144))
+
+
+**Quality of Life**
+
+- Edit Dataset modal now doesn't close when you click away 
([#20278](https://github.com/apache/superset/pull/20278))
+
+- When editing the label in the Metrics popover, pressing Enter now saves what 
you typed ([#19898](https://github.com/apache/superset/pull/19898))
+
+- When adding new chart from the dashboard view, the dashboard name will now 
pre-fill ([#20129](https://github.com/apache/superset/pull/20129))
+
+- Annotations now have an improved empty state 
([#20160](https://github.com/apache/superset/pull/20160))
+
+- Confirmational modal is now shown if user exits Explore without saving 
changes ([#19993](https://github.com/apache/superset/pull/19993))
+
+- Explore popovers now close when the Escape key is pressed 
([#19902](https://github.com/apache/superset/pull/19902))
+
+- Run and Save buttons are redesigned for improved usability 
([#19558](https://github.com/apache/superset/pull/19558))
+
+**Databases**
+
+- Native database driver for Databricks 
([#20320](https://github.com/apache/superset/pull/20320))
+
+- Time grains for SQLite are now simplified 
([#19745](https://github.com/apache/superset/pull/19745/files))
+
+- Multiple upgrades to the Trino database engine 
([#20152](https://github.com/apache/superset/pull/20152))
+
+- Switch from sqlalchemy-trino to trino-python-client 
([#19957](https://github.com/apache/superset/pull/19957))
+
+- Apache Pinot now supports more time grains in Superset 
([#19724](https://github.com/apache/superset/pull/19724))
+
+**Jinja**
+
+- New Jinja macro enables querying / referencing both physical and virtual 
datasets in SQL Lab ([#15241](https://github.com/apache/superset/pull/15241))
+
+- New Jinja macro added to improve experience of including multiple items 
([#19574](https://github.com/apache/superset/pull/18936))

Review Comment:
   ```suggestion
   - New Jinja macro added to improve experience of including multiple items 
([#19574](https://github.com/apache/superset/pull/19574))
   ```



##########
RELEASING/release-notes-2-0/README.md:
##########
@@ -0,0 +1,152 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+# Release Notes for Superset 2.0
+
+Superset 2.0 is a big step forward. This release cleans up many legacy code 
paths and feature flags, and deprecates lots of legacy behaviors in Superset.
+
+- [**Developer Experience**](#developer-experience)
+- [**Features**](#features)
+- [**Config and Feature flags**](#config-and-feature-flags)
+- [**Breaking Changes**](#breaking-changes)
+
+## Developer Experience
+
+- Addition of a statsd guage metric for Slack and email notifications for 
increased visibility into errors around alerts / reports 
([#20158](https://github.com/apache/superset/pull/20136))
+
+- Helm chart now supports resource limits and requests for each component 
([#20052](https://github.com/apache/superset/pull/20052))
+
+- New Github workflow to test Storybook Netlify instance nightly 
([#19852](https://github.com/apache/superset/pull/19852))
+
+- Minimum requirement for Superset is now Python 3.8 
([#19017](https://github.com/apache/superset/pull/19017)
+
+## Features
+
+**Charting and Dashboard Experience**
+
+Support for horizontal bar chart added 
([#19918](https://github.com/apache/superset/pull/19918))
+
+![horizontal](https://user-images.githubusercontent.com/11830681/166248149-4946388a-5051-4d13-a516-50a81e9b5be3.png)
+
+Time Series Charts now support stacking of both negative and positive values 
([#20408](https://github.com/apache/superset/pull/20408))
+
+![negative](https://user-images.githubusercontent.com/15073128/174057996-52255bfe-60c3-4727-be99-e328c124e439.png)
+
+- Pie charts now defaults to a row limit of 100 to prevent crashes when a 
high-cardinality column is chosen as the dimension 
([#20392](https://github.com/apache/superset/pull/20392))
+
+- World map chart now supports coloring either by metric or by the country 
column ([#19881](https://github.com/apache/superset/pull/19987))
+
+- Table visualization now supports drag and drop for columns 
([#19381](https://github.com/apache/superset/pull/19381))
+
+- Mixed chart now supports Advanced Analytics 
([#19851](https://github.com/apache/superset/pull/19851))
+
+- Add support for generic x-axis (non-time-series) in the Mixed Chart 
([#20097](https://github.com/apache/superset/pull/20097))
+
+![Image](https://user-images.githubusercontent.com/33317356/168807749-b021c04c-8902-4b4f-a7a4-f21544fb678e.png)
+
+- Charts can now be created in Edit Dashboard mode 
([#20126](https://github.com/apache/superset/pull/20126))
+
+![Image](https://user-images.githubusercontent.com/15073128/169251205-2c0f36bb-17e0-4549-aa84-66a58a377603.png)
+
+- Add aggregate total for Pie charts 
([#19622](https://github.com/apache/superset/pull/19622))
+
+- Legend is now enabled by default for relevant charts 
([#19927](https://github.com/apache/superset/pull/19622))
+
+**View Results Experience**
+
+- Explore and Dashboard views now support displaying of multiple results 
([#20277](https://github.com/apache/superset/pull/20277))
+
+- Results pane in Dashboard view now more closely mirrors rich functionality 
from Results pane in Explore 
([#20144](https://github.com/apache/superset/pull/20144))
+
+
+**Quality of Life**
+
+- Edit Dataset modal now doesn't close when you click away 
([#20278](https://github.com/apache/superset/pull/20278))
+
+- When editing the label in the Metrics popover, pressing Enter now saves what 
you typed ([#19898](https://github.com/apache/superset/pull/19898))
+
+- When adding new chart from the dashboard view, the dashboard name will now 
pre-fill ([#20129](https://github.com/apache/superset/pull/20129))
+
+- Annotations now have an improved empty state 
([#20160](https://github.com/apache/superset/pull/20160))
+
+- Confirmational modal is now shown if user exits Explore without saving 
changes ([#19993](https://github.com/apache/superset/pull/19993))
+
+- Explore popovers now close when the Escape key is pressed 
([#19902](https://github.com/apache/superset/pull/19902))
+
+- Run and Save buttons are redesigned for improved usability 
([#19558](https://github.com/apache/superset/pull/19558))
+
+**Databases**
+
+- Native database driver for Databricks 
([#20320](https://github.com/apache/superset/pull/20320))
+
+- Time grains for SQLite are now simplified 
([#19745](https://github.com/apache/superset/pull/19745/files))

Review Comment:
   ```suggestion
   - Time grains for SQLite are now simplified 
([#19745](https://github.com/apache/superset/pull/19745))
   ```



##########
RELEASING/release-notes-2-0/README.md:
##########
@@ -0,0 +1,152 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+# Release Notes for Superset 2.0
+
+Superset 2.0 is a big step forward. This release cleans up many legacy code 
paths and feature flags, and deprecates lots of legacy behaviors in Superset.
+
+- [**Developer Experience**](#developer-experience)
+- [**Features**](#features)
+- [**Config and Feature flags**](#config-and-feature-flags)
+- [**Breaking Changes**](#breaking-changes)
+
+## Developer Experience
+
+- Addition of a statsd guage metric for Slack and email notifications for 
increased visibility into errors around alerts / reports 
([#20158](https://github.com/apache/superset/pull/20136))

Review Comment:
   ```suggestion
   - Addition of a statsd guage metric for Slack and email notifications for 
increased visibility into errors around alerts / reports 
([#20158](https://github.com/apache/superset/pull/20158))
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to