You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -156,7 +157,7 @@ Try out Superset's [quickstart](https://superset.apache.org/docs/quickstart/) gu
156
157
and please read our [Slack Community Guidelines](https://github.com/apache/superset/blob/master/CODE_OF_CONDUCT.md#slack-community-guidelines)
157
158
-[Join our dev@superset.apache.org Mailing list](https://lists.apache.org/list.html?dev@superset.apache.org). To join, simply send an email to [dev-subscribe@superset.apache.org](mailto:dev-subscribe@superset.apache.org)
158
159
- If you want to help troubleshoot GitHub Issues involving the numerous database drivers that Superset supports, please consider adding your name and the databases you have access to on the [Superset Database Familiarity Rolodex](https://docs.google.com/spreadsheets/d/1U1qxiLvOX0kBTUGME1AHHi6Ywel6ECF8xk_Qy-V9R8c/edit#gid=0)
159
-
- Join Superset's Town Hall and [Operational Model](https://preset.io/blog/the-superset-operational-model-wants-you/) recurring meetings. Meeting info is available on the [Superset Community Calendar](https://superset.apache.org/community)
160
+
- Join Superset's Town Hall and [Operational Model](https://preset.io/blog/the-superset-operational-model-wants-you/) recurring meetings. Meeting info is available on the [Superset Community Calendar](https://superset.apache.org/community)
160
161
161
162
## Contributor Guide
162
163
@@ -184,21 +185,24 @@ Understanding the Superset Points of View
184
185
-[Building New Database Connectors](https://preset.io/blog/building-database-connector/)
185
186
-[Create Your First Dashboard](https://superset.apache.org/docs/using-superset/creating-your-first-dashboard/)
186
187
-[Comprehensive Tutorial for Contributing Code to Apache Superset
- Recordings of Past [Superset Community Events](https://preset.io/events)
197
+
195
198
-[Mixed Time Series Charts](https://preset.io/events/mixed-time-series-visualization-in-superset-workshop/)
196
199
-[How the Bing Team Customized Superset for the Internal Self-Serve Data & Analytics Platform](https://preset.io/events/how-the-bing-team-heavily-customized-superset-for-their-internal-data/)
197
200
-[Live Demo: Visualizing MongoDB and Pinot Data using Trino](https://preset.io/events/2021-04-13-visualizing-mongodb-and-pinot-data-using-trino/)
198
201
-[Introduction to the Superset API](https://preset.io/events/introduction-to-the-superset-api/)
199
202
-[Building a Database Connector for Superset](https://preset.io/events/2021-02-16-building-a-database-connector-for-superset/)
200
203
201
204
- Visualizations
205
+
202
206
-[Creating Viz Plugins](https://superset.apache.org/docs/contributing/creating-viz-plugins/)
203
207
-[Managing and Deploying Custom Viz Plugins](https://medium.com/nmc-techblog/apache-superset-manage-custom-viz-plugins-in-production-9fde1a708e55)
204
208
-[Why Apache Superset is Betting on Apache ECharts](https://preset.io/blog/2021-4-1-why-echarts/)
We now have a handy script for anyone validating a release to use. The core of it is in this very folder, `verify_release.py`. Just make sure you have all three release files in the same directory (`{some version}.tar.gz`, `{some version}.tar.gz.asc` and `{some version}tar.gz.sha512`). Then you can pass this script the path to the `.gz` file like so:
Copy file name to clipboardExpand all lines: RELEASING/validate_this_release.sh
+1-1
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ get_pip_command() {
38
38
PYTHON=$(get_python_command)
39
39
PIP=$(get_pip_command)
40
40
41
-
# Get the release directory's path. If you unzip an Apache release and just run the npm script to validate the release, this will be a file name like `apache-superset-x.x.xrcx-source.tar.gz`
41
+
# Get the release directory's path. If you unzip an Apache release and just run the npm script to validate the release, this will be a file name like `apache_superset-x.x.xrcx-source.tar.gz`
0 commit comments