
superset
dylanstudy
software changing world
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
superset二次开发
superset-web 项目初始化 python python安装 安装python3.6 superset 基于python3.6版本 修改profile文件,指向新的python版本 mac系统自带python2.7 a. 终端输入:open ~/.bash_profile b. 修改文件 // python3.6安装完成后,会自动添加 # Setting PATH for Python 3.6 # The original version is saved in .b原创 2020-11-19 14:22:09 · 3989 阅读 · 4 评论 -
superset url分享二次开发
url分享review 实现效果 通过登录的人员分享产生url 直接通过url可以查看报表 将url分享的dashboard权限开发 url显示为加密串 实现方案 在superset/views/core.py中的shortner接口对产生的url参数进行加密处理,解密处理 程序设置config.py中的配置PUBLIC_ROLE_LIKE_GAMMA = True将部分权限给到public...原创 2020-01-10 17:19:27 · 1675 阅读 · 2 评论