From 25178976a8f6f743c448ac7cb05bcf7059e75ca6 Mon Sep 17 00:00:00 2001 From: Justin Zheng <83163126+justinzzy-code@users.noreply.github.com> Date: Fri, 24 Nov 2023 22:25:46 -0500 Subject: [PATCH] Update Apache_Superset.md --- Topics/Tech_Stacks/Apache_Superset.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Topics/Tech_Stacks/Apache_Superset.md b/Topics/Tech_Stacks/Apache_Superset.md index 781ac8f7a..e495065ac 100644 --- a/Topics/Tech_Stacks/Apache_Superset.md +++ b/Topics/Tech_Stacks/Apache_Superset.md @@ -44,7 +44,9 @@ This message shows up due to an update in version 2.1.0 to force secure configur ## Creating a Custom Plugin: -**To get started on creating a custom plugin, you can follow the instruction [HERE](https://superset.apache.org/docs/contributing/creating-viz-plugins/)** +**To get started on creating a custom plugin, you can follow the instruction [HERE](https://superset.apache.org/docs/contributing/creating-viz-plugins/)** + +Note that while MacOS or Linux systems are more suitable, Windows is also a viable option if you have docker installed. There are example plugins [example](https://github.com/preset-io/superset-plugin-chart-liquid) which you can reference. Furthermore, this [youtube tutorial](https://www.youtube.com/watch?v=LDHFY9xTzls) can help you as well.